Searched refs:xmlPreviousElementSibling (Results 1 – 8 of 8) sorted by relevance
1242 xmlPreviousElementSibling (xmlNodePtr node);
1243 xmlPreviousElementSibling (xmlNodePtr node);
1400 xmlPreviousElementSibling
7842 #undef xmlPreviousElementSibling7843 extern __typeof (xmlPreviousElementSibling) xmlPreviousElementSibling __attribute((alias("xmlPrevio…7845 #ifndef xmlPreviousElementSibling7846 extern __typeof (xmlPreviousElementSibling) xmlPreviousElementSibling__internal_alias __attribute((…7847 #define xmlPreviousElementSibling xmlPreviousElementSibling__internal_alias macro
3520 xmlPreviousElementSibling(xmlNodePtr node) { in xmlPreviousElementSibling() function
3509 xmlPreviousElementSibling(xmlNodePtr node) { in xmlPreviousElementSibling() function
22730 ret_val = xmlPreviousElementSibling(node); in test_xmlPreviousElementSibling()