xmlList            23 third_party/libxml/src/include/libxml/list.h typedef struct _xmlList xmlList;
xmlList            24 third_party/libxml/src/include/libxml/list.h typedef xmlList *xmlListPtr;
xmlList           191 third_party/libxml/src/list.c     if (NULL == (l = (xmlListPtr )xmlMalloc( sizeof(xmlList)))) {
xmlList           197 third_party/libxml/src/list.c     memset(l, 0, sizeof(xmlList));