Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c1223 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlFreeDoc()
2041 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlFreeProp()
3577 xmlFreeNodeList(xmlNodePtr cur) { in xmlFreeNodeList() function
3604 xmlFreeNodeList(cur->children); in xmlFreeNodeList()
3678 xmlFreeNodeList(cur->children); in xmlFreeNode()
5464 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContent()
5480 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContent()
5541 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContentLen()
5558 if (cur->children != NULL) xmlFreeNodeList(cur->children); in xmlNodeSetContentLen()
6709 xmlFreeNodeList(prop->children); in xmlSetNsProp()
Dentities.c107 xmlFreeNodeList(entity->children); in xmlFreeEntity()
Dparser.c6739 xmlFreeNodeList(list); in xmlParseReference()
6743 xmlFreeNodeList(list); in xmlParseReference()
6788 xmlFreeNodeList(list); in xmlParseReference()
6796 xmlFreeNodeList(list); in xmlParseReference()
12864 xmlFreeNodeList(*lst); in xmlParseInNodeContext()
Delfgcchack.h3591 #undef xmlFreeNodeList
3592 extern __typeof (xmlFreeNodeList) xmlFreeNodeList __attribute((alias("xmlFreeNodeList__internal_ali…
3594 #ifndef xmlFreeNodeList
3595 extern __typeof (xmlFreeNodeList) xmlFreeNodeList__internal_alias __attribute((visibility("hidden")…
3596 #define xmlFreeNodeList xmlFreeNodeList__internal_alias macro
DdebugXML.c2324 xmlFreeNodeList(node->children); in xmlShellSetContent()
Dxpath.c2564 xmlFreeNodeList((xmlNodePtr) obj->user); in xmlXPathPopNodeSet()
4163 xmlFreeNodeList(obj->nodeTab[i]); in xmlXPathFreeValueTree()
5368 xmlFreeNodeList((xmlNodePtr) obj->user); in xmlXPathFreeObject()
Dvalid.c5437 xmlFreeNodeList(repl); in xmlValidateElementContent()
/external/libxslt/libxslt/
Dtemplates.c516 xmlFreeNodeList(ret->children); in xsltAttrTemplateProcess()
Dvariables.c339 xmlFreeNodeList(RVT->children); in xsltReleaseRVT()
/external/libxml2/include/libxml/
Dtree.h929 xmlFreeNodeList (xmlNodePtr cur);