Searched refs:xmlSchemaConstructionCtxt (Results 1 – 1 of 1) sorted by relevance
576 typedef struct _xmlSchemaConstructionCtxt xmlSchemaConstructionCtxt; typedef577 typedef xmlSchemaConstructionCtxt *xmlSchemaConstructionCtxtPtr;9953 xmlMalloc(sizeof(xmlSchemaConstructionCtxt)); in xmlSchemaConstructionCtxtCreate()9959 memset(ret, 0, sizeof(xmlSchemaConstructionCtxt)); in xmlSchemaConstructionCtxtCreate()