Home
last modified time | relevance | path

Searched refs:xmlFreeNodeList (Results 1 – 15 of 15) sorted by relevance

/third_party/libxml2/
Dtree.c1253 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() function
3822 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()
Dentities.c114 xmlFreeNodeList(entity->children); in xmlFreeEntity()
Dxinclude.c2225 xmlFreeNodeList(list); in xmlXIncludeIncludeNode()
2263 xmlFreeNodeList(list); in xmlXIncludeIncludeNode()
Dlibxml2.syms951 xmlFreeNodeList;
Delfgcchack.h3683 #undef xmlFreeNodeList
3684 extern __typeof (xmlFreeNodeList) xmlFreeNodeList __attribute((alias("xmlFreeNodeList__internal_ali…
3686 #ifndef xmlFreeNodeList
3687 extern __typeof (xmlFreeNodeList) xmlFreeNodeList__internal_alias __attribute((visibility("hidden")…
3688 #define xmlFreeNodeList xmlFreeNodeList__internal_alias macro
Dparser.c7227 xmlFreeNodeList(list); in xmlParseReference()
7231 xmlFreeNodeList(list); in xmlParseReference()
7273 xmlFreeNodeList(list); in xmlParseReference()
7284 xmlFreeNodeList(list); in xmlParseReference()
13695 xmlFreeNodeList(*lst); in xmlParseInNodeContext()
DdebugXML.c2331 xmlFreeNodeList(node->children); in xmlShellSetContent()
Dxpath.c3028 xmlFreeNodeList((xmlNodePtr) obj->user); in xmlXPathPopNodeSet()
4240 xmlFreeNodeList(obj->nodeTab[i]); in xmlXPathFreeValueTree()
5469 xmlFreeNodeList((xmlNodePtr) obj->user); in xmlXPathFreeObject()
Dvalid.c5492 xmlFreeNodeList(repl); in xmlValidateElementContent()
DNEWS454 Make xmlFreeNodeList non-recursive (Nick Wellnhofer),
Dtestapi.c18307 if (ret_val == NULL) { xmlFreeNodeList(cur) ; cur = NULL ; } in test_xmlAddChildList()
/third_party/libxml2/include/libxml/
Dtree.h974 xmlFreeNodeList (xmlNodePtr cur);
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle1181 d xmlFreeNodeList...
1182 d pr extproc('xmlFreeNodeList')
/third_party/libxml2/win32/
Dlibxml2.def.src887 xmlFreeNodeList
/third_party/chromium/patch/
D0001-cve.patch90952 - * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
93766 - instead of xmlFreeNodeList()
96117 + Make xmlFreeNodeList non-recursive (Nick Wellnhofer),
104668 -#undef xmlFreeNodeList
104669 -extern __typeof (xmlFreeNodeList) xmlFreeNodeList __attribute((alias("xmlFreeNodeList__internal_al…
104671 -#ifndef xmlFreeNodeList
104672 -extern __typeof (xmlFreeNodeList) xmlFreeNodeList__internal_alias __attribute((visibility("hidden"…
104673 -#define xmlFreeNodeList xmlFreeNodeList__internal_alias
132796 @@ -3695,17 +3699,11 @@ xmlFreeNodeList(xmlNodePtr cur) {
132816 @@ -3714,7 +3712,10 @@ xmlFreeNodeList(xmlNodePtr cur) {
[all …]