Searched refs:xmlLastElementChild (Results 1 – 8 of 8) sorted by relevance
1240 xmlLastElementChild (xmlNodePtr parent);
1241 xmlLastElementChild (xmlNodePtr parent);
1015 xmlLastElementChild
4788 #undef xmlLastElementChild4789 extern __typeof (xmlLastElementChild) xmlLastElementChild __attribute((alias("xmlLastElementChild__…4791 #ifndef xmlLastElementChild4792 extern __typeof (xmlLastElementChild) xmlLastElementChild__internal_alias __attribute((visibility("…4793 #define xmlLastElementChild xmlLastElementChild__internal_alias macro
3484 xmlLastElementChild(xmlNodePtr parent) { in xmlLastElementChild() function
3473 xmlLastElementChild(xmlNodePtr parent) { in xmlLastElementChild() function
20754 ret_val = xmlLastElementChild(parent); in test_xmlLastElementChild()