Searched refs:btSubSectionNodeProp (Results 1 – 1 of 1) sorted by relevance
60 xmlChar *btSubSectionNodeProp = xmlGetProp(btSubSectionNode, BAD_CAST "section"); in IntHasSection() local61 if (xmlStrcmp((xmlChar *)subSection.c_str(), btSubSectionNodeProp) == 0) { in IntHasSection()62 xmlFree(btSubSectionNodeProp); in IntHasSection()65 xmlFree(btSubSectionNodeProp); in IntHasSection()367 xmlChar *btSubSectionNodeProp = xmlGetProp(btSubSectionNode, BAD_CAST "section"); in HasSection() local368 if (xmlStrcmp((xmlChar *)subSection.c_str(), btSubSectionNodeProp) == 0) { in HasSection()369 xmlFree(btSubSectionNodeProp); in HasSection()372 xmlFree(btSubSectionNodeProp); in HasSection()394 if (btSubSectionNodeProp == NULL) { in GetSubSections()397 btSubSectionNodePropStr = (char *)btSubSectionNodeProp; in GetSubSections()[all …]