xmlListCreate     615 third_party/libxml/src/c14n.c     list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NNsCompare);
xmlListCreate     728 third_party/libxml/src/c14n.c     list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NNsCompare);
xmlListCreate    1142 third_party/libxml/src/c14n.c     list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NAttrsCompare);
xmlListCreate    4849 third_party/libxml/src/elfgcchack.h #undef xmlListCreate
xmlListCreate    4850 third_party/libxml/src/elfgcchack.h extern __typeof (xmlListCreate) xmlListCreate __attribute((alias("xmlListCreate__internal_alias")));
xmlListCreate    4852 third_party/libxml/src/elfgcchack.h #ifndef xmlListCreate
xmlListCreate    4853 third_party/libxml/src/elfgcchack.h extern __typeof (xmlListCreate) xmlListCreate__internal_alias __attribute((visibility("hidden")));
xmlListCreate    4854 third_party/libxml/src/elfgcchack.h #define xmlListCreate xmlListCreate__internal_alias
xmlListCreate      56 third_party/libxml/src/include/libxml/list.h 		xmlListCreate		(xmlListDeallocator deallocator,
xmlListCreate     744 third_party/libxml/src/list.c     if (NULL ==(cur = xmlListCreate(NULL, old->linkCompare)))
xmlListCreate     616 third_party/libxml/src/testapi.c     if (no == 0) return(xmlListCreate(NULL, NULL));
xmlListCreate    2958 third_party/libxml/src/valid.c         if (NULL == (ref_list = xmlListCreate(xmlFreeRef, xmlDummyCompare))) {
xmlListCreate     185 third_party/libxml/src/xmlwriter.c     ret->nodes = xmlListCreate((xmlListDeallocator)
xmlListCreate     196 third_party/libxml/src/xmlwriter.c     ret->nsstack = xmlListCreate((xmlListDeallocator)