xmlSchemaParserCtxt  110 third_party/libxml/src/include/libxml/xmlschemas.h typedef struct _xmlSchemaParserCtxt xmlSchemaParserCtxt;
xmlSchemaParserCtxt  111 third_party/libxml/src/include/libxml/xmlschemas.h typedef xmlSchemaParserCtxt *xmlSchemaParserCtxtPtr;
xmlSchemaParserCtxt 9925 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaParserCtxtPtr) xmlMalloc(sizeof(xmlSchemaParserCtxt));
xmlSchemaParserCtxt 9931 third_party/libxml/src/xmlschemas.c     memset(ret, 0, sizeof(xmlSchemaParserCtxt));