Searched refs:xmlParserInputGrow (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/
H A DparserInternals.c319 * xmlParserInputGrow:
330 xmlParserInputGrow(xmlParserInputPtr in, int len) { function
456 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0) &&
498 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
505 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
510 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
543 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
559 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
564 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
644 xmlParserInputGrow(ctx
[all...]
H A DHTMLparser.c253 xmlParserInputGrow(ctxt->input, INPUT_CHUNK)
332 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
338 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
343 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
436 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) {
445 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
H A Dparser.c1819 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) \
1834 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) \
1846 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
1855 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
1857 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
1870 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); \
1920 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
1971 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
H A Delfgcchack.h7637 #undef xmlParserInputGrow macro
7638 extern __typeof (xmlParserInputGrow) xmlParserInputGrow __attribute((alias("xmlParserInputGrow__internal_alias")));
7640 #ifndef xmlParserInputGrow
7641 extern __typeof (xmlParserInputGrow) xmlParserInputGrow__internal_alias __attribute((visibility("hidden")));
7642 #define xmlParserInputGrow xmlParserInputGrow__internal_alias macro
/external/libxml2/include/libxml/
H A Dparser.h823 xmlParserInputGrow (xmlParserInputPtr in,

Completed in 121 milliseconds