Searched refs:subSectionNodeProp (Results 1 – 1 of 1) sorted by relevance
136 xmlChar *subSectionNodeProp = xmlGetProp(subSectionNode, BAD_CAST "section"); in FindOrCreatePropertyNode() local137 if (xmlStrcmp((xmlChar *)subSection.c_str(), subSectionNodeProp) == 0) { in FindOrCreatePropertyNode()138 xmlFree(subSectionNodeProp); in FindOrCreatePropertyNode()141 xmlFree(subSectionNodeProp); in FindOrCreatePropertyNode()434 xmlChar *subSectionNodeProp = xmlGetProp(subSectionNode, BAD_CAST "section"); in RemoveSection() local435 if (xmlStrcmp((xmlChar *)subSection.c_str(), subSectionNodeProp) == 0) { in RemoveSection()436 xmlFree(subSectionNodeProp); in RemoveSection()439 xmlFree(subSectionNodeProp); in RemoveSection()