Searched refs:btSubSectionNode (Results 1 – 1 of 1) sorted by relevance
58 for (xmlNodePtr btSubSectionNode = getSectionNode->children; btSubSectionNode; in IntHasSection() local59 btSubSectionNode = btSubSectionNode->next) { in IntHasSection()60 xmlChar *btSubSectionNodeProp = xmlGetProp(btSubSectionNode, BAD_CAST "section"); in IntHasSection()63 return btSubSectionNode; in IntHasSection()355 xmlNodePtr btSubSectionNode = NULL; in HasSection() local359 btSubSectionNode = btSectionNode->children; in HasSection()366 for (; btSubSectionNode; btSubSectionNode = btSubSectionNode->next) { in HasSection()367 xmlChar *btSubSectionNodeProp = xmlGetProp(btSubSectionNode, BAD_CAST "section"); in HasSection()391 for (xmlNodePtr btSubSectionNode = btSectionNode->children; btSubSectionNode; in GetSubSections() local392 btSubSectionNode = btSubSectionNode->next) { in GetSubSections()[all …]