Home
last modified time | relevance | path

Searched refs:xmlListSort (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dlist.h109 xmlListSort (xmlListPtr l);
/external/libxml2/
Dlist.c643 xmlListSort(xmlListPtr l) in xmlListSort() function
Delfgcchack.h5049 #undef xmlListSort
5050 extern __typeof (xmlListSort) xmlListSort __attribute((alias("xmlListSort__internal_alias")));
5052 #ifndef xmlListSort
5053 extern __typeof (xmlListSort) xmlListSort__internal_alias __attribute((visibility("hidden")));
5054 #define xmlListSort xmlListSort__internal_alias macro