HomeSort by relevance Sort by last modified time
    Searched refs:INPUT_CHUNK (Results 1 - 4 of 4) sorted by null

  /external/libxml2/
parserInternals.c 346 if (in->buf->buffer->use > (unsigned int) indx + INPUT_CHUNK) {
406 if (used > INPUT_CHUNK) {
417 if (in->buf->buffer->use > INPUT_CHUNK) {
420 xmlParserInputBufferRead(in->buf, 2 * INPUT_CHUNK);
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);
    [all...]
HTMLparser.c 304 #define SHRINK if ((ctxt->input->cur - ctxt->input->base > 2 * INPUT_CHUNK) && \
305 (ctxt->input->end - ctxt->input->cur < 2 * INPUT_CHUNK)) \
309 (ctxt->input->end - ctxt->input->cur < INPUT_CHUNK)) \
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...]
  /external/libxml2/include/libxml/
parserInternals.h 51 * INPUT_CHUNK:
56 #define INPUT_CHUNK 250

Completed in 822 milliseconds