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;
9886 xmlSchemaConstructionCtxtFree(xmlSchemaConstructionCtxtPtr con) in xmlSchemaConstructionCtxtFree()
9908 static xmlSchemaConstructionCtxtPtr
9911 xmlSchemaConstructionCtxtPtr ret; in xmlSchemaConstructionCtxtCreate()
9913 ret = (xmlSchemaConstructionCtxtPtr) in xmlSchemaConstructionCtxtCreate()
20825 xmlSchemaConstructionCtxtPtr con = pctxt->constructor; in xmlSchemaFixupComponents()