Lines Matching refs:INPUT_CHUNK
1967 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) \
1982 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) \
1987 (ctxt->input->cur - ctxt->input->base > 2 * INPUT_CHUNK) && \
1988 (ctxt->input->end - ctxt->input->cur < 2 * INPUT_CHUNK)) \
1994 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
1999 (ctxt->input->end - ctxt->input->cur < INPUT_CHUNK)) \
2003 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
2005 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
2018 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); \
2068 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
2119 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))