Searched defs:xmlXPathNodeLeadingSorted (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxpath.c4618 * xmlXPathNodeLeadingSorted:
4630 xmlXPathNodeLeadingSorted (xmlNodeSetPtr nodes, xmlNodePtr node) { function
4673 return(xmlXPathNodeLeadingSorted(nodes, node));
4692 return(xmlXPathNodeLeadingSorted(nodes1,
4718 return(xmlXPathNodeLeadingSorted(nodes1,
H A Delfgcchack.h16796 #undef xmlXPathNodeLeadingSorted macro
16797 extern __typeof (xmlXPathNodeLeadingSorted) xmlXPathNodeLeadingSorted __attribute((alias("xmlXPathNodeLeadingSorted__internal_alias")));
16799 #ifndef xmlXPathNodeLeadingSorted
16800 extern __typeof (xmlXPathNodeLeadingSorted) xmlXPathNodeLeadingSorted__internal_alias __attribute((visibility("hidden")));
16801 #define xmlXPathNodeLeadingSorted xmlXPathNodeLeadingSorted__internal_alias macro

Completed in 114 milliseconds