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()
2087 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlFreeProp()
3655 xmlFreeNodeList(xmlNodePtr cur) { in xmlFreeNodeList() function
3682 xmlFreeNodeList(cur->children); in xmlFreeNodeList()
3756 xmlFreeNodeList(cur->children); in xmlFreeNode()
5632 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContent()
5648 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContent()
5709 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContentLen()
5726 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContentLen()
6880 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.c7366 xmlFreeNodeList(list); in xmlParseReference()
7370 xmlFreeNodeList(list); in xmlParseReference()
7416 xmlFreeNodeList(list); in xmlParseReference()
7425 xmlFreeNodeList(list); in xmlParseReference()
13984 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.c5388 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.h974 xmlFreeNodeList (xmlNodePtr cur);
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1181 d xmlFreeNodeList...
1182 d pr extproc('xmlFreeNodeList')
/external/libxml2/win32/
Dlibxml2.def.src887 xmlFreeNodeList