Searched refs:xmlListSort (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dlist.h109 xmlListSort (xmlListPtr l);
/vbox/src/libs/libxml2-2.6.31/
H A Dlist.c637 * xmlListSort:
643 xmlListSort(xmlListPtr l) function
H A Delfgcchack.h5013 #undef xmlListSort macro
5014 extern __typeof (xmlListSort) xmlListSort __attribute((alias("xmlListSort__internal_alias")));
5016 #ifndef xmlListSort
5017 extern __typeof (xmlListSort) xmlListSort__internal_alias __attribute((visibility("hidden")));
5018 #define xmlListSort xmlListSort__internal_alias macro
H A Dtestapi.c11305 xmlListSort(l);
11310 printf("Leak of %d blocks found in xmlListSort",
[all...]

Completed in 2192 milliseconds