Searched refs:xmlListCreate (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | list.h | 56 xmlListCreate (xmlListDeallocator deallocator,
|
/external/libxml2/include/libxml/ |
D | list.h | 56 xmlListCreate (xmlListDeallocator deallocator,
|
/external/libxml2/ |
D | list.c | 188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) in xmlListCreate() function 744 if (NULL ==(cur = xmlListCreate(NULL, old->linkCompare))) in xmlListDup()
|
D | c14n.c | 617 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NNsCompare); in xmlC14NProcessNamespacesAxis() 730 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NNsCompare); in xmlExcC14NProcessNamespacesAxis() 1144 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NAttrsCompare); in xmlC14NProcessAttrsAxis()
|
D | xmlwriter.c | 189 ret->nodes = xmlListCreate((xmlListDeallocator) in xmlNewTextWriter() 200 ret->nsstack = xmlListCreate((xmlListDeallocator) in xmlNewTextWriter()
|
D | elfgcchack.h | 4951 #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
|
D | valid.c | 2958 if (NULL == (ref_list = xmlListCreate(xmlFreeRef, xmlDummyCompare))) { in xmlAddRef()
|
/external/chromium_org/third_party/libxml/src/ |
D | list.c | 188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) in xmlListCreate() function 744 if (NULL ==(cur = xmlListCreate(NULL, old->linkCompare))) in xmlListDup()
|
D | c14n.c | 615 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NNsCompare); in xmlC14NProcessNamespacesAxis() 728 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NNsCompare); in xmlExcC14NProcessNamespacesAxis() 1142 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NAttrsCompare); in xmlC14NProcessAttrsAxis()
|
D | xmlwriter.c | 185 ret->nodes = xmlListCreate((xmlListDeallocator) in xmlNewTextWriter() 196 ret->nsstack = xmlListCreate((xmlListDeallocator) in xmlNewTextWriter()
|
D | elfgcchack.h | 4849 #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
|
D | valid.c | 2958 if (NULL == (ref_list = xmlListCreate(xmlFreeRef, xmlDummyCompare))) { in xmlAddRef()
|
D | testapi.c | 616 if (no == 0) return(xmlListCreate(NULL, NULL)); in gen_xmlListPtr()
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | libxml2.def.src | 1021 xmlListCreate
|