Searched refs:xmlSchemaValidCtxt (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
H A Dxmlschemas.h115 typedef struct _xmlSchemaValidCtxt xmlSchemaValidCtxt; typedef in typeref:struct:_xmlSchemaValidCtxt
116 typedef xmlSchemaValidCtxt *xmlSchemaValidCtxtPtr;
/external/libxml2/
H A Dxmlschemas.c960 * xmlSchemaValidCtxt:
27506 ret = (xmlSchemaValidCtxtPtr) xmlMalloc(sizeof(xmlSchemaValidCtxt));
27511 memset(ret, 0, sizeof(xmlSchemaValidCtxt));

Completed in 113 milliseconds