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.c1235 if (cur->children != NULL) xmlFreeNodeList(cur->children);
2052 if (cur->children != NULL) xmlFreeNodeList(cur->children);
3589 * xmlFreeNodeList:
3596 xmlFreeNodeList(xmlNodePtr cur) { function
3623 xmlFreeNodeList(cur->children);
3697 xmlFreeNodeList(cur->children);
5489 if (cur->children != NULL) xmlFreeNodeList(cur->children);
5505 if (cur->children != NULL) xmlFreeNodeList(cur->children);
5566 if (cur->children != NULL) xmlFreeNodeList(cur->children);
5583 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

Completed in 191 milliseconds