Searched refs:xmlFreeNodeList (Results 1 – 15 of 15) sorted by relevance
1253 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlFreeDoc()2119 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlFreeProp()3694 xmlFreeNodeList(xmlNodePtr cur) { in xmlFreeNodeList() function3822 xmlFreeNodeList(cur->children); in xmlFreeNode()5701 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContent()5717 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContent()5778 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContentLen()5795 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContentLen()6959 xmlFreeNodeList(prop->children); in xmlSetNsProp()
114 xmlFreeNodeList(entity->children); in xmlFreeEntity()
2225 xmlFreeNodeList(list); in xmlXIncludeIncludeNode()2263 xmlFreeNodeList(list); in xmlXIncludeIncludeNode()
951 xmlFreeNodeList;
3683 #undef xmlFreeNodeList3684 extern __typeof (xmlFreeNodeList) xmlFreeNodeList __attribute((alias("xmlFreeNodeList__internal_ali…3686 #ifndef xmlFreeNodeList3687 extern __typeof (xmlFreeNodeList) xmlFreeNodeList__internal_alias __attribute((visibility("hidden")…3688 #define xmlFreeNodeList xmlFreeNodeList__internal_alias macro
7227 xmlFreeNodeList(list); in xmlParseReference()7231 xmlFreeNodeList(list); in xmlParseReference()7273 xmlFreeNodeList(list); in xmlParseReference()7284 xmlFreeNodeList(list); in xmlParseReference()13695 xmlFreeNodeList(*lst); in xmlParseInNodeContext()
2331 xmlFreeNodeList(node->children); in xmlShellSetContent()
3028 xmlFreeNodeList((xmlNodePtr) obj->user); in xmlXPathPopNodeSet()4240 xmlFreeNodeList(obj->nodeTab[i]); in xmlXPathFreeValueTree()5469 xmlFreeNodeList((xmlNodePtr) obj->user); in xmlXPathFreeObject()
5492 xmlFreeNodeList(repl); in xmlValidateElementContent()
454 Make xmlFreeNodeList non-recursive (Nick Wellnhofer),
18307 if (ret_val == NULL) { xmlFreeNodeList(cur) ; cur = NULL ; } in test_xmlAddChildList()
974 xmlFreeNodeList (xmlNodePtr cur);
1181 d xmlFreeNodeList...1182 d pr extproc('xmlFreeNodeList')
887 xmlFreeNodeList
90952 - * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one93766 - instead of xmlFreeNodeList()96117 + Make xmlFreeNodeList non-recursive (Nick Wellnhofer),104668 -#undef xmlFreeNodeList104669 -extern __typeof (xmlFreeNodeList) xmlFreeNodeList __attribute((alias("xmlFreeNodeList__internal_al…104671 -#ifndef xmlFreeNodeList104672 -extern __typeof (xmlFreeNodeList) xmlFreeNodeList__internal_alias __attribute((visibility("hidden"…104673 -#define xmlFreeNodeList xmlFreeNodeList__internal_alias132796 @@ -3695,17 +3699,11 @@ xmlFreeNodeList(xmlNodePtr cur) {132816 @@ -3714,7 +3712,10 @@ xmlFreeNodeList(xmlNodePtr cur) {[all …]