HomeSort by relevance Sort by last modified time
    Searched refs:xmlParserInputGrow (Results 1 - 5 of 5) 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);
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(ctxt->input, INPUT_CHUNK)
    [all...]
HTMLparser.c 310 xmlParserInputGrow(ctxt->input, INPUT_CHUNK)
439 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
447 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
454 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
576 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) {
585 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
    [all...]
parser.c     [all...]
elfgcchack.h     [all...]
  /external/libxml2/include/libxml/
parser.h 831 xmlParserInputGrow (xmlParserInputPtr in,
    [all...]

Completed in 59 milliseconds