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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlschemas.h93 typedef struct _xmlSchemaParserCtxt xmlSchemaParserCtxt; typedef in typeref:struct:_xmlSchemaParserCtxt
94 typedef xmlSchemaParserCtxt *xmlSchemaParserCtxtPtr;
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c9916 ret = (xmlSchemaParserCtxtPtr) xmlMalloc(sizeof(xmlSchemaParserCtxt));
9922 memset(ret, 0, sizeof(xmlSchemaParserCtxt));

Completed in 186 milliseconds