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

  /external/libxml2/
parserInternals.c 289 * xmlParserInputGrow:
300 xmlParserInputGrow(xmlParserInputPtr in, int len) {
437 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) {
476 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
485 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
492 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
527 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
542 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
547 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
627 xmlParserInputGrow(ctxt->input, INPUT_CHUNK)
    [all...]
elfgcchack.h     [all...]

Completed in 1060 milliseconds