Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/include/libxml/
Dlist.h56 xmlListCreate (xmlListDeallocator deallocator,
/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.c617 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NNsCompare); in xmlC14NProcessNamespacesAxis()
730 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NNsCompare); in xmlExcC14NProcessNamespacesAxis()
1144 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NAttrsCompare); in xmlC14NProcessAttrsAxis()
Dxmlwriter.c189 ret->nodes = xmlListCreate((xmlListDeallocator) in xmlNewTextWriter()
200 ret->nsstack = xmlListCreate((xmlListDeallocator) in xmlNewTextWriter()
Delfgcchack.h4951 #undef xmlListCreate
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
Dvalid.c2958 if (NULL == (ref_list = xmlListCreate(xmlFreeRef, xmlDummyCompare))) { in xmlAddRef()
/external/chromium_org/third_party/libxml/src/
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()
Dtestapi.c616 if (no == 0) return(xmlListCreate(NULL, NULL)); in gen_xmlListPtr()
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1021 xmlListCreate