/external/libxml2/ |
xmlschemas.c | 993 xmlSchemaParserCtxtPtr pctxt; member in struct:_xmlSchemaValidCtxt 2109 xmlSchemaParserCtxtPtr pctxt = (xmlSchemaParserCtxtPtr) ctxt; local 21600 xmlSchemaParserCtxtPtr pctxt; local 28045 xmlSchemaParserCtxtPtr pctxt; local 28789 xmlParserCtxtPtr pctxt = NULL; local [all...] |
runsuite.c | 302 xmlRelaxNGParserCtxtPtr pctxt; local 329 pctxt = xmlRelaxNGNewMemParserCtxt((const char *)buf->content, buf->use); 330 xmlRelaxNGSetParserErrors(pctxt, 333 pctxt); local 334 rng = xmlRelaxNGParse(pctxt); 335 xmlRelaxNGFreeParserCtxt(pctxt); 423 xmlRelaxNGParserCtxtPtr pctxt; local 464 pctxt = xmlRelaxNGNewMemParserCtxt((const char *)buf->content, buf->use); 465 xmlRelaxNGSetParserErrors(pctxt, 468 pctxt); local [all...] |
debugXML.c | [all...] |
xinclude.c | 423 xmlParserCtxtPtr pctxt; local 428 pctxt = xmlNewParserCtxt(); 429 if (pctxt == NULL) { 437 pctxt->_private = ctxt->_private; 444 if (pctxt->dict != NULL) 445 xmlDictFree(pctxt->dict); 446 pctxt->dict = ctxt->doc->dict; 447 xmlDictReference(pctxt->dict); 450 xmlCtxtUseOptions(pctxt, ctxt->parseFlags | XML_PARSE_DTDLOAD); 452 inputStream = xmlLoadExternalEntity(URL, NULL, pctxt); 1803 xmlParserCtxtPtr pctxt; local [all...] |
schematron.c | 1748 xmlSchematronParserCtxtPtr pctxt; local [all...] |
valid.c | 61 xmlParserCtxtPtr pctxt = NULL; local 73 pctxt = ctxt->userData; 78 pctxt, NULL, XML_FROM_VALID, XML_ERR_NO_MEMORY, 83 pctxt, NULL, XML_FROM_VALID, XML_ERR_NO_MEMORY, 101 xmlParserCtxtPtr pctxt = NULL; local 113 pctxt = ctxt->userData; 118 pctxt, NULL, XML_FROM_VALID, error, 123 pctxt, NULL, XML_FROM_VALID, error, 148 xmlParserCtxtPtr pctxt = NULL; local 160 pctxt = ctxt->userData 191 xmlParserCtxtPtr pctxt = NULL; local 232 xmlParserCtxtPtr pctxt = NULL; local [all...] |
xpath.c | 14806 xmlXPathParserContextPtr pctxt; local 14889 xmlXPathParserContextPtr pctxt; local 15157 xmlXPathParserContextPtr pctxt; local [all...] |
xmlreader.c | 4375 xmlRelaxNGParserCtxtPtr pctxt; local 4481 xmlSchemaParserCtxtPtr pctxt; local [all...] |
testapi.c | 35020 xmlSchemaParserCtxtPtr pctxt; \/* the schema parser context or NULL *\/ local [all...] |
/external/libxml2/python/tests/ |
tstxpath.py | 16 pctxt = libxml2.xpathParserContext(_obj=ctx) 17 ctxt = pctxt.context()
|
/external/libxml2/include/libxml/ |
debugXML.h | 117 xmlXPathContextPtr pctxt; member in struct:_xmlShellCtxt
|