Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dlist.h56 xmlListCreate (xmlListDeallocator deallocator,
/external/libxml2/
Dlist.c188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) in xmlListCreate() function
744 if (NULL ==(cur = xmlListCreate(NULL, old->linkCompare))) in xmlListDup()
Dc14n.c615 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NNsCompare); in xmlC14NProcessNamespacesAxis()
728 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NNsCompare); in xmlExcC14NProcessNamespacesAxis()
1142 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NAttrsCompare); in xmlC14NProcessAttrsAxis()
Dxmlwriter.c185 ret->nodes = xmlListCreate((xmlListDeallocator) in xmlNewTextWriter()
196 ret->nsstack = xmlListCreate((xmlListDeallocator) in xmlNewTextWriter()
Delfgcchack.h4849 #undef xmlListCreate
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
Dvalid.c2958 if (NULL == (ref_list = xmlListCreate(xmlFreeRef, xmlDummyCompare))) { in xmlAddRef()