Searched refs:btSectionNode (Results 1 – 1 of 1) sorted by relevance
44 …for (xmlNodePtr btSectionNode = rootNode->children; btSectionNode; btSectionNode = btSectionNode->… in IntHasSection() local45 xmlChar *btSectionNodeProp = xmlGetProp(btSectionNode, BAD_CAST "section"); in IntHasSection()47 getSectionNode = btSectionNode; in IntHasSection()354 xmlNodePtr btSectionNode = rootNode->children; in HasSection() local356 for (; btSectionNode; btSectionNode = btSectionNode->next) { in HasSection()357 xmlChar *btSectionNodeProp = xmlGetProp(btSectionNode, BAD_CAST "section"); in HasSection()359 btSubSectionNode = btSectionNode->children; in HasSection()365 if (btSectionNode != NULL) { in HasSection()385 …for (xmlNodePtr btSectionNode = rootNode->children; btSectionNode; btSectionNode = btSectionNode->… in GetSubSections() local388 if (btSectionNode == NULL) { in GetSubSections()[all …]