Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
Dschematron.c193 xmlXPathContextPtr xctxt; member
222 xmlXPathContextPtr xctxt; /* the XPath context used for compilation */ member
351 comp = xmlXPathCtxtCompile(ctxt->xctxt, test); in xmlSchematronAddTest()
639 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewParserCtxt()
640 if (ret->xctxt == NULL) { in xmlSchematronNewParserCtxt()
646 ret->xctxt->flags = XML_XPATH_CHECKNS; in xmlSchematronNewParserCtxt()
680 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewMemParserCtxt()
681 if (ret->xctxt == NULL) { in xmlSchematronNewMemParserCtxt()
720 ret->xctxt = xmlXPathNewContext(doc); in xmlSchematronNewDocParserCtxt()
721 if (ret->xctxt == NULL) { in xmlSchematronNewDocParserCtxt()
[all …]
/third_party/libxml2/
Dschematron.c164 xmlXPathContextPtr xctxt; member
193 xmlXPathContextPtr xctxt; /* the XPath context used for compilation */ member
322 comp = xmlXPathCtxtCompile(ctxt->xctxt, test); in xmlSchematronAddTest()
610 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewParserCtxt()
611 if (ret->xctxt == NULL) { in xmlSchematronNewParserCtxt()
617 ret->xctxt->flags = XML_XPATH_CHECKNS; in xmlSchematronNewParserCtxt()
651 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewMemParserCtxt()
652 if (ret->xctxt == NULL) { in xmlSchematronNewMemParserCtxt()
691 ret->xctxt = xmlXPathNewContext(doc); in xmlSchematronNewDocParserCtxt()
692 if (ret->xctxt == NULL) { in xmlSchematronNewDocParserCtxt()
[all …]