xmlXIncludeRef     50 third_party/libxml/src/xinclude.c typedef struct _xmlXIncludeRef xmlXIncludeRef;
xmlXIncludeRef     51 third_party/libxml/src/xinclude.c typedef xmlXIncludeRef *xmlXIncludeRefPtr;
xmlXIncludeRef    230 third_party/libxml/src/xinclude.c     ret = (xmlXIncludeRefPtr) xmlMalloc(sizeof(xmlXIncludeRef));
xmlXIncludeRef    235 third_party/libxml/src/xinclude.c     memset(ret, 0, sizeof(xmlXIncludeRef));