Home | History | Annotate | Download | only in libxml2

Lines Matching refs:INPUT_CHUNK

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);