Searched refs:xmlListCreate (Results 1 – 11 of 11) sorted by relevance
/third_party/libxml2/os400/libxmlrpg/ |
D | list.rpgle | 53 d xmlListCreate pr extproc('xmlListCreate')
|
/third_party/libxml2/include/libxml/ |
D | list.h | 56 xmlListCreate (xmlListDeallocator deallocator,
|
/third_party/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 | 626 list = xmlListCreate(NULL, xmlC14NNsCompare); in xmlC14NProcessNamespacesAxis() 739 list = xmlListCreate(NULL, xmlC14NNsCompare); in xmlExcC14NProcessNamespacesAxis() 1157 list = xmlListCreate(NULL, xmlC14NAttrsCompare); in xmlC14NProcessAttrsAxis()
|
D | libxml2.syms | 539 xmlListCreate;
|
D | xmlwriter.c | 193 ret->nodes = xmlListCreate(xmlFreeTextWriterStackEntry, in xmlNewTextWriter() 202 ret->nsstack = xmlListCreate(xmlFreeTextWriterNsStackEntry, in xmlNewTextWriter()
|
D | elfgcchack.h | 4961 #undef xmlListCreate 4962 extern __typeof (xmlListCreate) xmlListCreate __attribute((alias("xmlListCreate__internal_alias"))); 4964 #ifndef xmlListCreate 4965 extern __typeof (xmlListCreate) xmlListCreate__internal_alias __attribute((visibility("hidden"))); 4966 #define xmlListCreate xmlListCreate__internal_alias macro
|
D | valid.c | 3080 if (NULL == (ref_list = xmlListCreate(xmlFreeRef, xmlDummyCompare))) { in xmlAddRef()
|
D | testapi.c | 614 if (no == 0) return(xmlListCreate(NULL, NULL)); in gen_xmlListPtr()
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 1032 xmlListCreate
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 105946 -#undef xmlListCreate 105947 -extern __typeof (xmlListCreate) xmlListCreate __attribute((alias("xmlListCreate__internal_alias"))… 105949 -#ifndef xmlListCreate 105950 -extern __typeof (xmlListCreate) xmlListCreate__internal_alias __attribute((visibility("hidden"))); 105951 -#define xmlListCreate xmlListCreate__internal_alias
|