xmlLocationSet     34 third_party/libxml/src/include/libxml/xpointer.h typedef struct _xmlLocationSet xmlLocationSet;
xmlLocationSet     35 third_party/libxml/src/include/libxml/xpointer.h typedef xmlLocationSet *xmlLocationSetPtr;
xmlLocationSet    611 third_party/libxml/src/xpointer.c     ret = (xmlLocationSetPtr) xmlMalloc(sizeof(xmlLocationSet));
xmlLocationSet    616 third_party/libxml/src/xpointer.c     memset(ret, 0 , (size_t) sizeof(xmlLocationSet));