Home
last modified time | relevance | path

Searched refs:xmlLastElementChild (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h1240 xmlLastElementChild (xmlNodePtr parent);
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h1241 xmlLastElementChild (xmlNodePtr parent);
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1015 xmlLastElementChild
/external/libxml2/
Delfgcchack.h4788 #undef xmlLastElementChild
4789 extern __typeof (xmlLastElementChild) xmlLastElementChild __attribute((alias("xmlLastElementChild__…
4791 #ifndef xmlLastElementChild
4792 extern __typeof (xmlLastElementChild) xmlLastElementChild__internal_alias __attribute((visibility("…
4793 #define xmlLastElementChild xmlLastElementChild__internal_alias macro
Dtree.c3484 xmlLastElementChild(xmlNodePtr parent) { in xmlLastElementChild() function
/external/chromium_org/third_party/libxml/src/
Delfgcchack.h4788 #undef xmlLastElementChild
4789 extern __typeof (xmlLastElementChild) xmlLastElementChild __attribute((alias("xmlLastElementChild__…
4791 #ifndef xmlLastElementChild
4792 extern __typeof (xmlLastElementChild) xmlLastElementChild__internal_alias __attribute((visibility("…
4793 #define xmlLastElementChild xmlLastElementChild__internal_alias macro
Dtree.c3473 xmlLastElementChild(xmlNodePtr parent) { in xmlLastElementChild() function
Dtestapi.c20754 ret_val = xmlLastElementChild(parent); in test_xmlLastElementChild()