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

/external/libxml2/include/libxml/
H A Dxmlschemas.h112 typedef struct _xmlSchemaParserCtxt xmlSchemaParserCtxt; typedef in typeref:struct:_xmlSchemaParserCtxt
113 typedef xmlSchemaParserCtxt *xmlSchemaParserCtxtPtr;
/external/libxml2/
H A Dxmlschemas.c9959 ret = (xmlSchemaParserCtxtPtr) xmlMalloc(sizeof(xmlSchemaParserCtxt));
9965 memset(ret, 0, sizeof(xmlSchemaParserCtxt));

Completed in 427 milliseconds