Searched refs:sectionNodeProp (Results 1 – 1 of 1) sorted by relevance
120 if (xmlStrcmp((xmlChar *)section.c_str(), sectionNodeProp) == 0) { in FindOrCreatePropertyNode()121 xmlFree(sectionNodeProp); in FindOrCreatePropertyNode()124 xmlFree(sectionNodeProp); in FindOrCreatePropertyNode()419 xmlChar *sectionNodeProp = xmlGetProp(sectionNode, BAD_CAST "section"); in RemoveSection() local420 if (xmlStrcmp((xmlChar *)section.c_str(), sectionNodeProp) == 0) { in RemoveSection()421 xmlFree(sectionNodeProp); in RemoveSection()424 xmlFree(sectionNodeProp); in RemoveSection()540 xmlChar *sectionNodeProp = xmlGetProp(sectionNode, BAD_CAST "section"); in RemoveSection() local541 if (xmlStrcmp((xmlChar *)section.c_str(), sectionNodeProp) == 0) { in RemoveSection()542 xmlFree(sectionNodeProp); in RemoveSection()[all …]