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.c6741 (xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewParserCtxt()
6746 memset(ret, 0, sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewParserCtxt()
6772 (xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewMemParserCtxt()
6777 memset(ret, 0, sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewMemParserCtxt()
6808 (xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewDocParserCtxt()
6813 memset(ret, 0, sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewDocParserCtxt()
/external/libxml2/doc/html/
Dindex.sgml318 <ANCHOR id="xmlRelaxNGParserCtxt" href="libxml/libxml-relaxng.html#xmlRelaxNGParserCtxt">