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

  /external/libxml2/
parserInternals.c 319 * xmlParserInputGrow:
330 xmlParserInputGrow(xmlParserInputPtr in, int len) {
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(ctxt->input, INPUT_CHUNK)
    [all...]
elfgcchack.h     [all...]

Completed in 76 milliseconds