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

/external/libxml2/include/libxml/
H A DxpathInternals.h512 xmlXPathNodeSetSort (xmlNodeSetPtr set);
/external/libxml2/
H A Dxpath.c3316 * xmlXPathNodeSetSort:
3322 xmlXPathNodeSetSort(xmlNodeSetPtr set) { function
4511 xmlXPathNodeSetSort(nodes);
4598 xmlXPathNodeSetSort(nodes);
4642 xmlXPathNodeSetSort(nodes1);
4643 xmlXPathNodeSetSort(nodes2);
4683 xmlXPathNodeSetSort(ret); /* bug 413451 */
4703 xmlXPathNodeSetSort(nodes);
4747 xmlXPathNodeSetSort(nodes1);
4748 xmlXPathNodeSetSort(nodes
[all...]
H A Delfgcchack.h16730 #undef xmlXPathNodeSetSort macro
16731 extern __typeof (xmlXPathNodeSetSort) xmlXPathNodeSetSort __attribute((alias("xmlXPathNodeSetSort__internal_alias")));
16733 #ifndef xmlXPathNodeSetSort
16734 extern __typeof (xmlXPathNodeSetSort) xmlXPathNodeSetSort__internal_alias __attribute((visibility("hidden")));
16735 #define xmlXPathNodeSetSort xmlXPathNodeSetSort__internal_alias macro

Completed in 83 milliseconds