HomeSort by relevance Sort by last modified time
    Searched refs:pctxt (Results 1 - 11 of 11) sorted by null

  /external/libxml2/
xmlschemas.c 1001 xmlSchemaParserCtxtPtr pctxt; member in struct:_xmlSchemaValidCtxt
2121 xmlSchemaParserCtxtPtr pctxt = (xmlSchemaParserCtxtPtr) ctxt; local
21638 xmlSchemaParserCtxtPtr pctxt; local
28125 xmlSchemaParserCtxtPtr pctxt; local
28870 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);
1805 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 14630 xmlXPathParserContextPtr pctxt; local
14713 xmlXPathParserContextPtr pctxt; local
    [all...]
xmlreader.c 4385 xmlRelaxNGParserCtxtPtr pctxt; local
4491 xmlSchemaParserCtxtPtr pctxt; local
    [all...]
testapi.c 35185 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

Completed in 444 milliseconds