Searched defs:xmlParserInputGrow (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
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);
507 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
514 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
549 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
565 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
570 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
650 xmlParserInputGrow(ctx
[all...]
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/
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);
507 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
514 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
549 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
565 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
570 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
650 xmlParserInputGrow(ctx
[all...]
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

Completed in 506 milliseconds