Home
last modified time | relevance | path

Searched refs:xmlSchemaConstructionCtxt (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c568 typedef struct _xmlSchemaConstructionCtxt xmlSchemaConstructionCtxt; typedef
569 typedef xmlSchemaConstructionCtxt *xmlSchemaConstructionCtxtPtr;
9914 xmlMalloc(sizeof(xmlSchemaConstructionCtxt)); in xmlSchemaConstructionCtxtCreate()
9920 memset(ret, 0, sizeof(xmlSchemaConstructionCtxt)); in xmlSchemaConstructionCtxtCreate()