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

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c4532 * xmlXPathNodeLeadingSorted:
4544 xmlXPathNodeLeadingSorted (xmlNodeSetPtr nodes, xmlNodePtr node) { function
4584 return(xmlXPathNodeLeadingSorted(nodes, node));
4603 return(xmlXPathNodeLeadingSorted(nodes1,
4629 return(xmlXPathNodeLeadingSorted(nodes1,
H A Delfgcchack.h16494 #undef xmlXPathNodeLeadingSorted macro
16495 extern __typeof (xmlXPathNodeLeadingSorted) xmlXPathNodeLeadingSorted __attribute((alias("xmlXPathNodeLeadingSorted__internal_alias")));
16497 #ifndef xmlXPathNodeLeadingSorted
16498 extern __typeof (xmlXPathNodeLeadingSorted) xmlXPathNodeLeadingSorted__internal_alias __attribute((visibility("hidden")));
16499 #define xmlXPathNodeLeadingSorted xmlXPathNodeLeadingSorted__internal_alias macro

Completed in 93 milliseconds