Searched defs:xmlSchemaConstructionCtxt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c566 * xmlSchemaConstructionCtxt:
568 typedef struct _xmlSchemaConstructionCtxt xmlSchemaConstructionCtxt; typedef in typeref:struct:_xmlSchemaConstructionCtxt
569 typedef xmlSchemaConstructionCtxt *xmlSchemaConstructionCtxtPtr;
9895 xmlMalloc(sizeof(xmlSchemaConstructionCtxt));
9901 memset(ret, 0, sizeof(xmlSchemaConstructionCtxt));

Completed in 113 milliseconds