HomeSort by relevance Sort by last modified time
    Searched defs:ctxt (Results 76 - 94 of 94) sorted by null

1 2 34

  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 48 ctxt->error = XML_REGEXP_COMPILE_ERROR; \
49 xmlRegexpErrCompile(ctxt, str);
50 #define NEXT ctxt->cur++
51 #define CUR (*(ctxt->cur))
52 #define NXT(index) (ctxt->cur[index])
55 #define NEXTL(l) ctxt->cur += l;
59 * when it's guaranteed that cur is not at the beginning of ctxt->string!
61 #define PREV (ctxt->cur[-1])
352 static void xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top);
374 xmlRegexpErrMemory(xmlRegParserCtxtPtr ctxt, const char *extra
5439 xmlRegParserCtxtPtr ctxt; local
5587 xmlAutomataPtr ctxt; local
    [all...]
relaxng.c 430 * @ctxt: an Relax-NG parser context
436 xmlRngPErrMemory(xmlRelaxNGParserCtxtPtr ctxt, const char *extra)
442 if (ctxt != NULL) {
443 if (ctxt->serror != NULL)
444 schannel = ctxt->serror;
446 channel = ctxt->error;
447 data = ctxt->userData;
448 ctxt->nbErrors++;
465 * @ctxt: a Relax-NG validation context
471 xmlRngVErrMemory(xmlRelaxNGValidCtxtPtr ctxt, const char *extra
3785 xmlRelaxNGValidCtxt ctxt; local
4662 xmlRelaxNGParserCtxtPtr ctxt = (xmlRelaxNGParserCtxtPtr) data; local
7923 xmlRelaxNGValidCtxtPtr ctxt = (xmlRelaxNGValidCtxtPtr) inputdata; local
8136 xmlRelaxNGValidCtxtPtr ctxt = (xmlRelaxNGValidCtxtPtr) inputdata; local
    [all...]
xpath.c 226 { xmlXPathErr(ctxt, X); return(NULL); }
261 * @ctxt: an XPath context
267 xmlXPathErrMemory(xmlXPathContextPtr ctxt, const char *extra)
269 if (ctxt != NULL) {
276 ctxt->lastError.message = (char *) xmlStrdup(buf);
278 ctxt->lastError.message = (char *)
281 ctxt->lastError.domain = XML_FROM_XPATH;
282 ctxt->lastError.code = XML_ERR_NO_MEMORY;
283 if (ctxt->error != NULL)
284 ctxt->error(ctxt->userData, &ctxt->lastError)
14875 xmlXPathParserContextPtr ctxt; local
    [all...]
xmlschemas.c 1051 static int xmlSchemaParseInclude(xmlSchemaParserCtxtPtr ctxt,
1054 static int xmlSchemaParseRedefine(xmlSchemaParserCtxtPtr ctxt,
1059 xmlSchemaAbstractCtxtPtr ctxt);
1063 xmlSchemaParseImport(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
1067 xmlSchemaParserCtxtPtr ctxt);
1073 xmlSchemaParseModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
28119 xmlSchemaValidCtxtPtr ctxt; member in struct:_xmlSchemaSplitSAXData
28136 xmlSchemaValidCtxtPtr ctxt; member in struct:_xmlSchemaSAXPlug
28144 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28154 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28164 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28174 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28185 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28195 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28206 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28216 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28228 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28240 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28254 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28264 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28276 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28286 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28295 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28304 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28314 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28323 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28335 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28343 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28351 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28365 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28377 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28390 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28403 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28419 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28438 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
    [all...]
testapi.c 208 void xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra);
1597 htmlParserCtxtPtr ctxt; \/* an HTML parser context *\/ local
1658 htmlParserCtxtPtr ctxt; \/* an HTML parser context *\/ local
1702 htmlParserCtxtPtr ctxt; \/* an HTML parser context *\/ local
1770 htmlParserCtxtPtr ctxt; \/* an HTML parser context *\/ local
1803 htmlParserCtxtPtr ctxt; \/* an HTML parser context *\/ local
2233 htmlParserCtxtPtr ctxt; \/* an HTML parser context *\/ local
2267 htmlParserCtxtPtr ctxt; \/* an HTML parser context *\/ local
2364 htmlParserCtxtPtr ctxt; \/* an HTML parser context *\/ local
2398 htmlParserCtxtPtr ctxt; \/* an HTML parser context *\/ local
2431 htmlParserCtxtPtr ctxt; \/* an HTML parser context *\/ local
7517 xmlShellCtxtPtr ctxt; \/* the shell context *\/ local
7572 xmlShellCtxtPtr ctxt; \/* the shell context *\/ local
7627 xmlShellCtxtPtr ctxt; \/* the shell context *\/ local
7682 xmlShellCtxtPtr ctxt; \/* the shell context *\/ local
7737 xmlShellCtxtPtr ctxt; \/* the shell context *\/ local
7792 xmlShellCtxtPtr ctxt; \/* the shell context *\/ local
7879 xmlShellCtxtPtr ctxt; \/* the shell context *\/ local
7934 xmlShellCtxtPtr ctxt; \/* the shell context *\/ local
7989 xmlShellCtxtPtr ctxt; \/* the shell context *\/ local
8044 xmlShellCtxtPtr ctxt; \/* the shell context *\/ local
12500 void * ctxt; \/* the HTTP context *\/ local
12587 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
12648 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
12773 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
12833 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
12886 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
12952 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
12983 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
13043 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
13094 xmlParserCtxtPtr ctxt; \/* an XML\/HTML parser context *\/ local
13317 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
13417 xmlParserCtxtPtr ctxt; \/* the context in which the entity is called or NULL *\/ local
13459 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
13698 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
13885 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
13954 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
14210 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
15238 xmlParserCtxtPtr ctxt; \/* an XML\/HTML parser context *\/ local
15287 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
15334 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
15537 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
15569 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
15608 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
15640 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
15679 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
15711 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
16023 xmlParserCtxtPtr ctxt; \/* the XML parser context *\/ local
16061 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
16131 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
16170 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
16209 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
16241 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
16279 xmlParserCtxtPtr ctxt; \/* the XML parser context *\/ local
16340 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
16372 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
16421 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
16467 xmlParserCtxtPtr ctxt; \/* the XML parser context *\/ local
16513 xmlParserCtxtPtr ctxt; \/* the parser context *\/ local
16580 xmlParserCtxtPtr ctxt; \/* the parser context *\/ local
16654 xmlParserCtxtPtr ctxt; \/* the parser context *\/ local
16693 xmlParserCtxtPtr ctxt; \/* the parser context *\/ local
16739 xmlParserCtxtPtr ctxt; \/* the parser context *\/ local
17389 xmlRelaxNGParserCtxtPtr ctxt; \/* a Relax-NG validation context *\/ local
17454 xmlRelaxNGValidCtxtPtr ctxt; \/* a Relax-NG validation context *\/ local
17705 xmlRelaxNGValidCtxtPtr ctxt; \/* a Relax-NG validation context *\/ local
17746 xmlRelaxNGValidCtxtPtr ctxt; \/* the validation context *\/ local
17794 xmlRelaxNGValidCtxtPtr ctxt; \/* the RelaxNG validation context *\/ local
17842 xmlRelaxNGValidCtxtPtr ctxt; \/* the RelaxNG validation context *\/ local
17890 xmlRelaxNGValidCtxtPtr ctxt; \/* the validation context *\/ local
17938 xmlRelaxNGParserCtxtPtr ctxt; \/* a RelaxNG parser context *\/ local
18109 xmlSchematronValidCtxtPtr ctxt; \/* the schema validation context *\/ local
19446 xmlDOMWrapCtxtPtr ctxt; \/* the optional context for custom processing *\/ local
19514 xmlDOMWrapCtxtPtr ctxt; \/* the optional context for custom processing *\/ local
19605 xmlDOMWrapCtxtPtr ctxt; \/* DOM wrapper context, unused at the moment *\/ local
19651 xmlDOMWrapCtxtPtr ctxt; \/* a DOM wrapper context *\/ local
24594 xmlValidCtxtPtr ctxt; \/* the validation context *\/ local
24682 xmlValidCtxtPtr ctxt; \/* the validation context *\/ local
25817 xmlValidCtxtPtr ctxt; \/* a validation context *\/ local
25858 xmlValidCtxtPtr ctxt; \/* the validation context or NULL *\/ local
26096 xmlValidCtxtPtr ctxt; \/* the validation context *\/ local
26185 xmlValidCtxtPtr ctxt; \/* the validation context *\/ local
26226 xmlValidCtxtPtr ctxt; \/* the validation context *\/ local
26267 xmlValidCtxtPtr ctxt; \/* the validation context *\/ local
26315 xmlValidCtxtPtr ctxt; \/* the validation context *\/ local
26356 xmlValidCtxtPtr ctxt; \/* the validation context *\/ local
26404 xmlValidCtxtPtr ctxt; \/* the validation context *\/ local
26588 xmlValidCtxtPtr ctxt; \/* the validation context *\/ local
26636 xmlValidCtxtPtr ctxt; \/* the validation context *\/ local
26684 xmlValidCtxtPtr ctxt; \/* the validation context *\/ local
26746 xmlValidCtxtPtr ctxt; \/* the validation context *\/ local
26794 xmlValidCtxtPtr ctxt; \/* the validation context *\/ local
26863 xmlValidCtxtPtr ctxt; \/* the validation context *\/ local
26918 xmlValidCtxtPtr ctxt; \/* the validation context *\/ local
26966 xmlValidCtxtPtr ctxt; \/* the validation context *\/ local
27021 xmlValidCtxtPtr ctxt; \/* the validation context *\/ local
27276 xmlXIncludeCtxtPtr ctxt; \/* an existing XInclude context *\/ local
27440 xmlXIncludeCtxtPtr ctxt; \/* an XInclude processing context *\/ local
27597 xmlParserCtxtPtr ctxt; \/* an XML parser context *\/ local
28130 xmlParserCtxtPtr ctxt; \/* the context in which the entity is called or NULL *\/ local
32372 xmlSchemaValidCtxtPtr ctxt; \/* the XML Schema validation context or NULL *\/ local
32777 xmlExpCtxtPtr ctxt; \/* an expression context *\/ local
32811 xmlExpCtxtPtr ctxt; \/* an expression context *\/ local
32894 xmlExpCtxtPtr ctxt; \/* the expression context *\/ local
32949 xmlExpCtxtPtr ctxt; \/* the expression context *\/ local
33174 xmlExpCtxtPtr ctxt; \/* the expressions context *\/ local
33656 xmlSaveCtxtPtr ctxt; \/* a document saving context *\/ local
33690 xmlSaveCtxtPtr ctxt; \/* a document saving context *\/ local
33731 xmlSaveCtxtPtr ctxt; \/* a document saving context *\/ local
33815 xmlSaveCtxtPtr ctxt; \/* a document saving context *\/ local
33944 xmlSchemaParserCtxtPtr ctxt; \/* a XMl-Schema parser context *\/ local
33999 xmlSchemaValidCtxtPtr ctxt; \/* a XML-Schema validation context *\/ local
34054 xmlSchemaValidCtxtPtr ctxt; \/* the schema validation context *\/ local
34311 xmlSchemaValidCtxtPtr ctxt; \/* a schema validation context *\/ local
34362 xmlSchemaValidCtxtPtr ctxt; \/* a schema validation context *\/ local
34396 xmlSchemaValidCtxtPtr ctxt; \/* a schema validation context *\/ local
34430 xmlSchemaValidCtxtPtr ctxt; \/* a schema validation context *\/ local
34471 xmlSchemaValidCtxtPtr ctxt; \/* a schema validation context *\/ local
34519 xmlSchemaValidCtxtPtr ctxt; \/* a schema validation context *\/ local
34560 xmlSchemaValidCtxtPtr ctxt; \/* a schema validation context *\/ local
42947 xmlParserCtxtPtr ctxt; \/* xmlParserCtxtPtr to hold the new XML document tree *\/ local
46063 xmlXPathContextPtr ctxt; \/* the XPath context *\/ local
46102 xmlXPathContextPtr ctxt; \/* the XPath context *\/ local
46315 xmlXPathContextPtr ctxt; \/* the XPath context *\/ local
46354 xmlXPathContextPtr ctxt; \/* the XPath context *\/ local
46653 xmlXPathParserContextPtr ctxt; \/* an XPath evaluation context *\/ local
46687 xmlXPathParserContextPtr ctxt; \/* an XPath evaluation context *\/ local
46727 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
46759 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
46798 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
46838 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
46885 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
46924 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
46963 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
47203 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
47236 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
47269 xmlXPathParserContextPtr ctxt; \/* a XPath parser context *\/ local
47308 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
47341 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
47381 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
47420 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
47520 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
47634 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
47673 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
47794 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
47833 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
47865 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
47897 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
48151 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
48192 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
48233 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
48274 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
48315 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
48356 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
48397 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
48438 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
48479 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
48520 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
48561 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
48602 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
48643 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
49163 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
49203 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
49236 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
49276 xmlXPathContextPtr ctxt; \/* the XPath context *\/ local
49316 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
49356 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
49390 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
49424 xmlXPathParserContextPtr ctxt; \/* an XPath parser context *\/ local
49458 xmlXPathParserContextPtr ctxt; \/* an XPath parser context *\/ local
49492 xmlXPathParserContextPtr ctxt; \/* an XPath parser context *\/ local
49526 xmlXPathParserContextPtr ctxt; \/* an XPath parser context *\/ local
49560 xmlXPathParserContextPtr ctxt; \/* an XPath parser context *\/ local
49593 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
49632 xmlXPathContextPtr ctxt; \/* the XPath context *\/ local
49695 xmlXPathContextPtr ctxt; \/* the XPath context *\/ local
49743 xmlXPathContextPtr ctxt; \/* the XPath context *\/ local
49801 xmlXPathContextPtr ctxt; \/* the XPath context *\/ local
49855 xmlXPathContextPtr ctxt; \/* the XPath context *\/ local
49887 xmlXPathContextPtr ctxt; \/* the XPath context *\/ local
49919 xmlXPathContextPtr ctxt; \/* the XPath context *\/ local
49951 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
49983 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
50022 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
50095 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
50134 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
50173 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
50205 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
50244 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
50283 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
50322 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
50443 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
50482 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
50521 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
50554 xmlXPathContextPtr ctxt; \/* the XPath context *\/ local
50595 xmlXPathContextPtr ctxt; \/* the XPath context *\/ local
50744 xmlXPathParserContextPtr ctxt; \/* the XPath Parser context *\/ local
50995 xmlXPathParserContextPtr ctxt; \/* the XPointer Parser context *\/ local
51553 xmlXPathParserContextPtr ctxt; \/* the XPointer Parser context *\/ local
    [all...]
  /external/libxml2/
HTMLparser.c 56 xmlChar * htmlDecodeEntities(htmlParserCtxtPtr ctxt, int len,
58 static void htmlParseComment(htmlParserCtxtPtr ctxt);
68 * @ctxt: an HTML parser context
74 htmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra)
76 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
77 (ctxt->instate == XML_PARSER_EOF))
79 if (ctxt != NULL) {
80 ctxt->errNo = XML_ERR_NO_MEMORY;
81 ctxt->instate = XML_PARSER_EOF
4833 xmlParserCtxtPtr ctxt; local
4859 xmlParserCtxtPtr ctxt; local
4905 htmlParserCtxtPtr ctxt; local
5992 htmlParserCtxtPtr ctxt; local
6086 htmlParserCtxtPtr ctxt; local
6142 htmlParserCtxtPtr ctxt; local
6209 htmlParserCtxtPtr ctxt; local
6612 htmlParserCtxtPtr ctxt; local
6637 htmlParserCtxtPtr ctxt; local
6661 htmlParserCtxtPtr ctxt; local
6687 htmlParserCtxtPtr ctxt; local
6730 htmlParserCtxtPtr ctxt; local
    [all...]
parser.c 87 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info);
120 xmlParserEntityCheck(xmlParserCtxtPtr ctxt, unsigned long size,
125 if ((ctxt == NULL) || (ctxt->options & XML_PARSE_HUGE))
127 if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP)
139 if (ctxt->input != NULL) {
140 consumed = ctxt->input->consumed +
141 (ctxt->input->cur - ctxt->input->base);
143 consumed += ctxt->sizeentities
535 ctxt, NULL, XML_FROM_PARSER, error, local
1270 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) data; local
11837 xmlParserCtxtPtr ctxt; local
11983 xmlParserCtxtPtr ctxt; local
12050 xmlParserCtxtPtr ctxt; local
12178 xmlParserCtxtPtr ctxt; local
12334 xmlParserCtxtPtr ctxt; local
12531 xmlParserCtxtPtr ctxt; local
12795 xmlParserCtxtPtr ctxt; local
12988 xmlParserCtxtPtr ctxt; local
13221 xmlParserCtxtPtr ctxt; local
13375 xmlParserCtxtPtr ctxt; local
13439 xmlParserCtxtPtr ctxt; local
13527 xmlParserCtxtPtr ctxt; local
13596 xmlParserCtxtPtr ctxt; local
13763 xmlParserCtxtPtr ctxt; local
13814 xmlParserCtxtPtr ctxt; local
13875 xmlParserCtxtPtr ctxt; local
13973 xmlParserCtxtPtr ctxt; local
14045 xmlParserCtxtPtr ctxt; local
14672 xmlParserCtxtPtr ctxt; local
14696 xmlParserCtxtPtr ctxt; local
14719 xmlParserCtxtPtr ctxt; local
14743 xmlParserCtxtPtr ctxt; local
14786 xmlParserCtxtPtr ctxt; local
    [all...]
xmlregexp.c 48 ctxt->error = XML_REGEXP_COMPILE_ERROR; \
49 xmlRegexpErrCompile(ctxt, str);
50 #define NEXT ctxt->cur++
51 #define CUR (*(ctxt->cur))
52 #define NXT(index) (ctxt->cur[index])
55 #define NEXTL(l) ctxt->cur += l;
59 * when it's guaranteed that cur is not at the beginning of ctxt->string!
61 #define PREV (ctxt->cur[-1])
352 static void xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top);
374 xmlRegexpErrMemory(xmlRegParserCtxtPtr ctxt, const char *extra
5439 xmlRegParserCtxtPtr ctxt; local
5587 xmlAutomataPtr ctxt; local
    [all...]
relaxng.c 430 * @ctxt: an Relax-NG parser context
436 xmlRngPErrMemory(xmlRelaxNGParserCtxtPtr ctxt, const char *extra)
442 if (ctxt != NULL) {
443 if (ctxt->serror != NULL)
444 schannel = ctxt->serror;
446 channel = ctxt->error;
447 data = ctxt->userData;
448 ctxt->nbErrors++;
465 * @ctxt: a Relax-NG validation context
471 xmlRngVErrMemory(xmlRelaxNGValidCtxtPtr ctxt, const char *extra
3785 xmlRelaxNGValidCtxt ctxt; local
4662 xmlRelaxNGParserCtxtPtr ctxt = (xmlRelaxNGParserCtxtPtr) data; local
7923 xmlRelaxNGValidCtxtPtr ctxt = (xmlRelaxNGValidCtxtPtr) inputdata; local
8136 xmlRelaxNGValidCtxtPtr ctxt = (xmlRelaxNGValidCtxtPtr) inputdata; local
    [all...]
xpath.c 226 { xmlXPathErr(ctxt, X); return(NULL); }
262 * @ctxt: an XPath context
268 xmlXPathErrMemory(xmlXPathContextPtr ctxt, const char *extra)
270 if (ctxt != NULL) {
277 ctxt->lastError.message = (char *) xmlStrdup(buf);
279 ctxt->lastError.message = (char *)
282 ctxt->lastError.domain = XML_FROM_XPATH;
283 ctxt->lastError.code = XML_ERR_NO_MEMORY;
284 if (ctxt->error != NULL)
285 ctxt->error(ctxt->userData, &ctxt->lastError)
14946 xmlXPathParserContextPtr ctxt; local
    [all...]
xmlschemas.c 1051 static int xmlSchemaParseInclude(xmlSchemaParserCtxtPtr ctxt,
1054 static int xmlSchemaParseRedefine(xmlSchemaParserCtxtPtr ctxt,
1059 xmlSchemaAbstractCtxtPtr ctxt);
1063 xmlSchemaParseImport(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
1067 xmlSchemaParserCtxtPtr ctxt);
1073 xmlSchemaParseModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
28125 xmlSchemaValidCtxtPtr ctxt; member in struct:_xmlSchemaSplitSAXData
28142 xmlSchemaValidCtxtPtr ctxt; member in struct:_xmlSchemaSAXPlug
28150 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28160 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28170 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28180 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28191 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28201 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28212 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28222 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28234 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28246 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28260 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28270 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28282 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28292 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28301 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28310 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28320 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28329 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28341 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28349 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28357 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28371 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28383 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28396 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28409 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28425 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
28444 xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jar 
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar 
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
org.eclipse.ecf_3.1.0.v20100529-0735.jar 
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlerror.h 88 void *ctxt; /* the parser context if available */ member in struct:_xmlError
    [all...]
  /external/libxml2/include/libxml/
xmlerror.h 88 void *ctxt; /* the parser context if available */ member in struct:_xmlError
    [all...]

Completed in 465 milliseconds

1 2 34