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

  /external/libxml2/
xmlschemas.c 992 xmlSchemaParserCtxtPtr pctxt; member in struct:_xmlSchemaValidCtxt
2088 xmlSchemaParserCtxtPtr pctxt = (xmlSchemaParserCtxtPtr) ctxt; local
21500 xmlSchemaParserCtxtPtr pctxt; local
27890 xmlSchemaParserCtxtPtr pctxt; local
28577 xmlParserCtxtPtr pctxt = NULL; local
    [all...]
xinclude.c 421 xmlParserCtxtPtr pctxt; local
426 pctxt = xmlNewParserCtxt();
427 if (pctxt == NULL) {
435 pctxt->_private = ctxt->_private;
442 (pctxt->dict != NULL)) {
443 xmlDictFree(pctxt->dict);
444 pctxt->dict = ctxt->doc->dict;
445 xmlDictReference(pctxt->dict);
448 xmlCtxtUseOptions(pctxt, ctxt->parseFlags | XML_PARSE_DTDLOAD);
450 inputStream = xmlLoadExternalEntity(URL, NULL, pctxt);
    [all...]
debugXML.c     [all...]
schematron.c 1746 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 14598 xmlXPathParserContextPtr pctxt; local
14685 xmlXPathParserContextPtr pctxt; local
14915 xmlXPathParserContextPtr pctxt; local
    [all...]
xmlreader.c 4330 xmlSchemaParserCtxtPtr pctxt; local
    [all...]
  /external/libxml2/include/libxml/
debugXML.h 117 xmlXPathContextPtr pctxt; member in struct:_xmlShellCtxt

Completed in 52 milliseconds