xmlSchemaType     139 third_party/libxml/src/include/libxml/schemasInternals.h typedef struct _xmlSchemaType xmlSchemaType;
xmlSchemaType     140 third_party/libxml/src/include/libxml/schemasInternals.h typedef xmlSchemaType *xmlSchemaTypePtr;
xmlSchemaType    5357 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaTypePtr) xmlMalloc(sizeof(xmlSchemaType));
xmlSchemaType    5362 third_party/libxml/src/xmlschemas.c     memset(ret, 0, sizeof(xmlSchemaType));
xmlSchemaType     261 third_party/libxml/src/xmlschemastypes.c     ret = (xmlSchemaTypePtr) xmlMalloc(sizeof(xmlSchemaType));
xmlSchemaType     266 third_party/libxml/src/xmlschemastypes.c     memset(ret, 0, sizeof(xmlSchemaType));