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

  /external/libxml2/include/libxml/
debugXML.h 117 xmlXPathContextPtr pctxt; member in struct:_xmlShellCtxt
  /external/libxml2/
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...]
schematron.c 1748 xmlSchematronParserCtxtPtr pctxt; local
    [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...]
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...]
xmlreader.c 4360 xmlRelaxNGParserCtxtPtr pctxt; local
4466 xmlSchemaParserCtxtPtr pctxt; local
    [all...]
xpath.c 14806 xmlXPathParserContextPtr pctxt; local
14889 xmlXPathParserContextPtr pctxt; local
15157 xmlXPathParserContextPtr pctxt; local
    [all...]
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...]
testapi.c 35020 xmlSchemaParserCtxtPtr pctxt; \/* the schema parser context or NULL *\/ local
    [all...]

Completed in 221 milliseconds