Lines Matching refs:INPUT_CHUNK
2006 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) \
2021 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) \
2026 (ctxt->input->cur - ctxt->input->base > 2 * INPUT_CHUNK) && \
2027 (ctxt->input->end - ctxt->input->cur < 2 * INPUT_CHUNK)) \
2033 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) in xmlSHRINK()
2038 (ctxt->input->end - ctxt->input->cur < INPUT_CHUNK)) \
2049 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlGROW()
2051 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) in xmlGROW()
2064 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); \
2114 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlSkipBlankChars()
2165 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) in xmlPopInput()