Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c1253 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlFreeDoc()
2097 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlFreeProp()
3665 xmlFreeNodeList(xmlNodePtr cur) { in xmlFreeNodeList() function
3692 xmlFreeNodeList(cur->children); in xmlFreeNodeList()
3766 xmlFreeNodeList(cur->children); in xmlFreeNode()
5642 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContent()
5658 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContent()
5719 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContentLen()
5736 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContentLen()
6890 xmlFreeNodeList(prop->children); in xmlSetNsProp()
Dentities.c114 xmlFreeNodeList(entity->children); in xmlFreeEntity()
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.c7135 xmlFreeNodeList(list); in xmlParseReference()
7139 xmlFreeNodeList(list); in xmlParseReference()
7185 xmlFreeNodeList(list); in xmlParseReference()
7196 xmlFreeNodeList(list); in xmlParseReference()
13722 xmlFreeNodeList(*lst); in xmlParseInNodeContext()
DdebugXML.c2331 xmlFreeNodeList(node->children); in xmlShellSetContent()
Dxpath.c2988 xmlFreeNodeList((xmlNodePtr) obj->user); in xmlXPathPopNodeSet()
4280 xmlFreeNodeList(obj->nodeTab[i]); in xmlXPathFreeValueTree()
5500 xmlFreeNodeList((xmlNodePtr) obj->user); in xmlXPathFreeObject()
Dvalid.c5427 xmlFreeNodeList(repl); in xmlValidateElementContent()
DChangeLog16357 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
19171 instead of xmlFreeNodeList()
Dtestapi.c18325 if (ret_val == NULL) { xmlFreeNodeList(cur) ; cur = NULL ; } in test_xmlAddChildList()
/external/libxml2/include/libxml/
Dtree.h974 xmlFreeNodeList (xmlNodePtr cur);
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1181 d xmlFreeNodeList...
1182 d pr extproc('xmlFreeNodeList')
/external/libxml2/win32/
Dlibxml2.def.src887 xmlFreeNodeList