Searched refs:xmlSchemaParserCtxt (Results 1 – 3 of 3) sorted by relevance
112 typedef struct _xmlSchemaParserCtxt xmlSchemaParserCtxt; typedef113 typedef xmlSchemaParserCtxt *xmlSchemaParserCtxtPtr;
606 <ANCHOR id="xmlSchemaParserCtxt" href="libxml/libxml-xmlschemas.html#xmlSchemaParserCtxt">
10030 ret = (xmlSchemaParserCtxtPtr) xmlMalloc(sizeof(xmlSchemaParserCtxt)); in xmlSchemaParserCtxtCreate()10036 memset(ret, 0, sizeof(xmlSchemaParserCtxt)); in xmlSchemaParserCtxtCreate()