Searched refs:xmlListCreate (Results 1 – 10 of 10) sorted by relevance
52 d xmlListCreate pr extproc('xmlListCreate')
56 xmlListCreate (xmlListDeallocator deallocator,
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) in xmlListCreate() function744 if (NULL ==(cur = xmlListCreate(NULL, old->linkCompare))) in xmlListDup()
618 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NNsCompare); in xmlC14NProcessNamespacesAxis()731 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NNsCompare); in xmlExcC14NProcessNamespacesAxis()1145 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NAttrsCompare); in xmlC14NProcessAttrsAxis()
539 xmlListCreate;
193 ret->nodes = xmlListCreate((xmlListDeallocator) in xmlNewTextWriter()204 ret->nsstack = xmlListCreate((xmlListDeallocator) in xmlNewTextWriter()
4951 #undef xmlListCreate4952 extern __typeof (xmlListCreate) xmlListCreate __attribute((alias("xmlListCreate__internal_alias")));4954 #ifndef xmlListCreate4955 extern __typeof (xmlListCreate) xmlListCreate__internal_alias __attribute((visibility("hidden")));4956 #define xmlListCreate xmlListCreate__internal_alias macro
2957 if (NULL == (ref_list = xmlListCreate(xmlFreeRef, xmlDummyCompare))) { in xmlAddRef()
612 if (no == 0) return(xmlListCreate(NULL, NULL)); in gen_xmlListPtr()
1031 xmlListCreate