Home
last modified time | relevance | path

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

/external/libxml2/os400/libxmlrpg/
Dlist.rpgle52 d xmlListCreate pr extproc('xmlListCreate')
/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.c618 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NNsCompare); in xmlC14NProcessNamespacesAxis()
731 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NNsCompare); in xmlExcC14NProcessNamespacesAxis()
1145 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NAttrsCompare); in xmlC14NProcessAttrsAxis()
Dlibxml2.syms539 xmlListCreate;
Dxmlwriter.c193 ret->nodes = xmlListCreate((xmlListDeallocator) in xmlNewTextWriter()
204 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.c2957 if (NULL == (ref_list = xmlListCreate(xmlFreeRef, xmlDummyCompare))) { in xmlAddRef()
Dtestapi.c612 if (no == 0) return(xmlListCreate(NULL, NULL)); in gen_xmlListPtr()
/external/libxml2/win32/
Dlibxml2.def.src1031 xmlListCreate