Searched refs:xmlListCreate (Results 1 - 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
H A Dlist.h56 xmlListCreate (xmlListDeallocator deallocator,
/external/libxml2/
H A Dlist.c179 * xmlListCreate:
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) function
744 if (NULL ==(cur = xmlListCreate(NULL, old->linkCompare)))
H A Dc14n.c615 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NNsCompare);
728 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NNsCompare);
1142 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NAttrsCompare);
H A Dxmlwriter.c185 ret->nodes = xmlListCreate((xmlListDeallocator)
196 ret->nsstack = xmlListCreate((xmlListDeallocator)
H A Delfgcchack.h4849 #undef xmlListCreate macro
4850 extern __typeof (xmlListCreate) xmlListCreate __attribute((alias("xmlListCreate__internal_alias")));
4852 #ifndef xmlListCreate
4853 extern __typeof (xmlListCreate) xmlListCreate__internal_alias __attribute((visibility("hidden")));
4854 #define xmlListCreate xmlListCreate__internal_alias macro
H A Dvalid.c2958 if (NULL == (ref_list = xmlListCreate(xmlFreeRef, xmlDummyCompare))) {

Completed in 448 milliseconds