Searched defs:xmlFreeNodeList (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dtree.c1224 if (cur->children != NULL) xmlFreeNodeList(cur->children);
2041 if (cur->children != NULL) xmlFreeNodeList(cur->children);
3578 * xmlFreeNodeList:
3585 xmlFreeNodeList(xmlNodePtr cur) { function
3612 xmlFreeNodeList(cur->children);
3686 xmlFreeNodeList(cur->children);
5476 if (cur->children != NULL) xmlFreeNodeList(cur->children);
5492 if (cur->children != NULL) xmlFreeNodeList(cur->children);
5553 if (cur->children != NULL) xmlFreeNodeList(cur->children);
5570 if (cur->children != NULL) xmlFreeNodeList(cu
[all...]
H A Delfgcchack.h3591 #undef xmlFreeNodeList macro
3592 extern __typeof (xmlFreeNodeList) xmlFreeNodeList __attribute((alias("xmlFreeNodeList__internal_alias")));
3594 #ifndef xmlFreeNodeList
3595 extern __typeof (xmlFreeNodeList) xmlFreeNodeList__internal_alias __attribute((visibility("hidden")));
3596 #define xmlFreeNodeList xmlFreeNodeList__internal_alias macro
/external/libxml2/
H A Dtree.c1242 if (cur->children != NULL) xmlFreeNodeList(cur->children);
2081 if (cur->children != NULL) xmlFreeNodeList(cur->children);
3620 * xmlFreeNodeList:
3627 xmlFreeNodeList(xmlNodePtr cur) { function
3654 xmlFreeNodeList(cur->children);
3728 xmlFreeNodeList(cur->children);
5593 if (cur->children != NULL) xmlFreeNodeList(cur->children);
5609 if (cur->children != NULL) xmlFreeNodeList(cur->children);
5670 if (cur->children != NULL) xmlFreeNodeList(cur->children);
5687 if (cur->children != NULL) xmlFreeNodeList(cu
[all...]
H A Delfgcchack.h3683 #undef xmlFreeNodeList macro
3684 extern __typeof (xmlFreeNodeList) xmlFreeNodeList __attribute((alias("xmlFreeNodeList__internal_alias")));
3686 #ifndef xmlFreeNodeList
3687 extern __typeof (xmlFreeNodeList) xmlFreeNodeList__internal_alias __attribute((visibility("hidden")));
3688 #define xmlFreeNodeList xmlFreeNodeList__internal_alias macro

Completed in 970 milliseconds