Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Drelaxng.h54 typedef struct _xmlRelaxNGParserCtxt xmlRelaxNGParserCtxt; typedef
55 typedef xmlRelaxNGParserCtxt *xmlRelaxNGParserCtxtPtr;
/external/libxml2/
Drelaxng.c6771 (xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewParserCtxt()
6776 memset(ret, 0, sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewParserCtxt()
6802 (xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewMemParserCtxt()
6807 memset(ret, 0, sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewMemParserCtxt()
6838 (xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewDocParserCtxt()
6843 memset(ret, 0, sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewDocParserCtxt()
/external/libxml2/doc/html/
Dindex.sgml318 <ANCHOR id="xmlRelaxNGParserCtxt" href="libxml/libxml-relaxng.html#xmlRelaxNGParserCtxt">