Searched refs:sectionNode (Results 1 – 1 of 1) sorted by relevance
74 if ((sectionNode != NULL) && (sectionNode->children)) { in IntHasProperty()110 xmlNodePtr sectionNode = NULL; in FindOrCreatePropertyNode() local118 for (sectionNode = rootNode->children; sectionNode; sectionNode = sectionNode->next) { in FindOrCreatePropertyNode()128 if (sectionNode == NULL) { in FindOrCreatePropertyNode()413 xmlNodePtr sectionNode = NULL; in RemoveSection() local418 for (sectionNode = rootNode->children; sectionNode; sectionNode = sectionNode->next) { in RemoveSection()427 if (sectionNode == NULL) { in RemoveSection()539 for (sectionNode = rootNode->children; sectionNode; sectionNode = sectionNode->next) { in RemoveSection()547 if (sectionNode == NULL) { in RemoveSection()550 xmlUnlinkNode(sectionNode); in RemoveSection()[all …]