Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSchemaConstructionCtxt

566  * xmlSchemaConstructionCtxt:
568 typedef struct _xmlSchemaConstructionCtxt xmlSchemaConstructionCtxt;
569 typedef xmlSchemaConstructionCtxt *xmlSchemaConstructionCtxtPtr;
9893 xmlMalloc(sizeof(xmlSchemaConstructionCtxt));
9899 memset(ret, 0, sizeof(xmlSchemaConstructionCtxt));