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">
9946 ret = (xmlSchemaParserCtxtPtr) xmlMalloc(sizeof(xmlSchemaParserCtxt)); in xmlSchemaParserCtxtCreate()9952 memset(ret, 0, sizeof(xmlSchemaParserCtxt)); in xmlSchemaParserCtxtCreate()