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

/external/libxml2/
H A Dlist.c179 * xmlListCreate:
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) function
744 if (NULL ==(cur = xmlListCreate(NULL, old->linkCompare)))
H A Delfgcchack.h4951 #undef xmlListCreate macro
4952 extern __typeof (xmlListCreate) xmlListCreate __attribute((alias("xmlListCreate__internal_alias")));
4954 #ifndef xmlListCreate
4955 extern __typeof (xmlListCreate) xmlListCreate__internal_alias __attribute((visibility("hidden")));
4956 #define xmlListCreate xmlListCreate__internal_alias macro

Completed in 69 milliseconds