Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Drelaxng.h50 typedef struct _xmlRelaxNGParserCtxt xmlRelaxNGParserCtxt; typedef
51 typedef xmlRelaxNGParserCtxt *xmlRelaxNGParserCtxtPtr;
/external/libxml2/
Drelaxng.c6731 (xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewParserCtxt()
6736 memset(ret, 0, sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewParserCtxt()
6762 (xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewMemParserCtxt()
6767 memset(ret, 0, sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewMemParserCtxt()
6798 (xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewDocParserCtxt()
6803 memset(ret, 0, sizeof(xmlRelaxNGParserCtxt)); in xmlRelaxNGNewDocParserCtxt()