Searched refs:xmlXPathNodeLeadingSorted (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A DxpathInternals.h392 xmlXPathNodeLeadingSorted (xmlNodeSetPtr nodes,
/external/libxml2/
H A Dxpath.c4545 * xmlXPathNodeLeadingSorted:
4557 xmlXPathNodeLeadingSorted (xmlNodeSetPtr nodes, xmlNodePtr node) { function
4599 return(xmlXPathNodeLeadingSorted(nodes, node));
4618 return(xmlXPathNodeLeadingSorted(nodes1,
4644 return(xmlXPathNodeLeadingSorted(nodes1,
H A Delfgcchack.h16610 #undef xmlXPathNodeLeadingSorted macro
16611 extern __typeof (xmlXPathNodeLeadingSorted) xmlXPathNodeLeadingSorted __attribute((alias("xmlXPathNodeLeadingSorted__internal_alias")));
16613 #ifndef xmlXPathNodeLeadingSorted
16614 extern __typeof (xmlXPathNodeLeadingSorted) xmlXPathNodeLeadingSorted__internal_alias __attribute((visibility("hidden")));
16615 #define xmlXPathNodeLeadingSorted xmlXPathNodeLeadingSorted__internal_alias macro

Completed in 98 milliseconds