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);
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...]
HTMLparser.c 253 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);
    [all...]
parser.c     [all...]
elfgcchack.h     [all...]
  /external/libxml2/include/libxml/
parser.h 823 xmlParserInputGrow (xmlParserInputPtr in,
    [all...]

Completed in 20 milliseconds