Searched refs:xmlLastElementChild (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/
H A Dlibxml2.syms2219 xmlLastElementChild;
H A Delfgcchack.h4890 #undef xmlLastElementChild macro
4891 extern __typeof (xmlLastElementChild) xmlLastElementChild __attribute((alias("xmlLastElementChild__internal_alias")));
4893 #ifndef xmlLastElementChild
4894 extern __typeof (xmlLastElementChild) xmlLastElementChild__internal_alias __attribute((visibility("hidden")));
4895 #define xmlLastElementChild xmlLastElementChild__internal_alias macro
H A Dtree.c3511 * xmlLastElementChild:
3522 xmlLastElementChild(xmlNodePtr parent) { function
H A Dtestapi.c20943 ret_val = xmlLastElementChild(parent);
20949 printf("Leak of %d blocks found in xmlLastElementChild",
[all...]
/external/libxml2/include/libxml/
H A Dtree.h1298 xmlLastElementChild (xmlNodePtr parent);

Completed in 208 milliseconds