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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dlist.h97 xmlListPopBack (xmlListPtr l);
/vbox/src/libs/libxml2-2.6.31/
H A Dlist.c520 * xmlListPopBack:
526 xmlListPopBack(xmlListPtr l) function
H A Delfgcchack.h4893 #undef xmlListPopBack macro
4894 extern __typeof (xmlListPopBack) xmlListPopBack __attribute((alias("xmlListPopBack__internal_alias")));
4896 #ifndef xmlListPopBack
4897 extern __typeof (xmlListPopBack) xmlListPopBack__internal_alias __attribute((visibility("hidden")));
4898 #define xmlListPopBack xmlListPopBack__internal_alias macro
H A Dtestapi.c10900 xmlListPopBack(l);
10905 printf("Leak of %d blocks found in xmlListPopBack",
[all...]

Completed in 160 milliseconds