Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c569 typedef xmlSchemaConstructionCtxt *xmlSchemaConstructionCtxtPtr; typedef
596 xmlSchemaConstructionCtxtPtr constructor;
9865 xmlSchemaConstructionCtxtFree(xmlSchemaConstructionCtxtPtr con) in xmlSchemaConstructionCtxtFree()
9887 static xmlSchemaConstructionCtxtPtr
9890 xmlSchemaConstructionCtxtPtr ret; in xmlSchemaConstructionCtxtCreate()
9892 ret = (xmlSchemaConstructionCtxtPtr) in xmlSchemaConstructionCtxtCreate()
20725 xmlSchemaConstructionCtxtPtr con = pctxt->constructor; in xmlSchemaFixupComponents()