Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c1247 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlFreeDoc()
2086 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlFreeProp()
3635 xmlFreeNodeList(xmlNodePtr cur) { in xmlFreeNodeList() function
3662 xmlFreeNodeList(cur->children); in xmlFreeNodeList()
3736 xmlFreeNodeList(cur->children); in xmlFreeNode()
5612 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContent()
5628 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContent()
5689 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContentLen()
5706 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContentLen()
6860 xmlFreeNodeList(prop->children); in xmlSetNsProp()
Dentities.c109 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.c7288 xmlFreeNodeList(list); in xmlParseReference()
7292 xmlFreeNodeList(list); in xmlParseReference()
7338 xmlFreeNodeList(list); in xmlParseReference()
7347 xmlFreeNodeList(list); in xmlParseReference()
13833 xmlFreeNodeList(*lst); in xmlParseInNodeContext()
DdebugXML.c2330 xmlFreeNodeList(node->children); in xmlShellSetContent()
Dxpath.c2989 xmlFreeNodeList((xmlNodePtr) obj->user); in xmlXPathPopNodeSet()
4272 xmlFreeNodeList(obj->nodeTab[i]); in xmlXPathFreeValueTree()
5489 xmlFreeNodeList((xmlNodePtr) obj->user); in xmlXPathFreeObject()
Dvalid.c5386 xmlFreeNodeList(repl); in xmlValidateElementContent()
DChangeLog16357 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
19171 instead of xmlFreeNodeList()
Dtestapi.c18214 if (ret_val == NULL) { xmlFreeNodeList(cur) ; cur = NULL ; } in test_xmlAddChildList()
/external/libxml2/include/libxml/
Dtree.h973 xmlFreeNodeList (xmlNodePtr cur);
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1153 d xmlFreeNodeList...
1154 d pr extproc('xmlFreeNodeList')
/external/libxml2/win32/
Dlibxml2.def.src887 xmlFreeNodeList