Home
last modified time | relevance | path

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

/third_party/libxml2/os400/libxmlrpg/
Dlist.rpgle53 d xmlListCreate pr extproc('xmlListCreate')
/third_party/libxml2/include/libxml/
Dlist.h56 xmlListCreate (xmlListDeallocator deallocator,
/third_party/libxml2/
Dlist.c188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) in xmlListCreate() function
744 if (NULL ==(cur = xmlListCreate(NULL, old->linkCompare))) in xmlListDup()
Dc14n.c626 list = xmlListCreate(NULL, xmlC14NNsCompare); in xmlC14NProcessNamespacesAxis()
739 list = xmlListCreate(NULL, xmlC14NNsCompare); in xmlExcC14NProcessNamespacesAxis()
1157 list = xmlListCreate(NULL, xmlC14NAttrsCompare); in xmlC14NProcessAttrsAxis()
Dlibxml2.syms539 xmlListCreate;
Dxmlwriter.c193 ret->nodes = xmlListCreate(xmlFreeTextWriterStackEntry, in xmlNewTextWriter()
202 ret->nsstack = xmlListCreate(xmlFreeTextWriterNsStackEntry, in xmlNewTextWriter()
Delfgcchack.h4961 #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
Dvalid.c3080 if (NULL == (ref_list = xmlListCreate(xmlFreeRef, xmlDummyCompare))) { in xmlAddRef()
Dtestapi.c614 if (no == 0) return(xmlListCreate(NULL, NULL)); in gen_xmlListPtr()
/third_party/libxml2/win32/
Dlibxml2.def.src1032 xmlListCreate
/third_party/chromium/patch/
D0001-cve.patch105946 -#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