Lines Matching refs:INPUT_CHUNK
2046 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); \
2059 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); \
2063 (ctxt->input->cur - ctxt->input->base > 2 * INPUT_CHUNK) && \
2064 (ctxt->input->end - ctxt->input->cur < 2 * INPUT_CHUNK)) \
2070 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlSHRINK()
2074 (ctxt->input->end - ctxt->input->cur < INPUT_CHUNK)) \
2090 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlGROW()
2098 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlGROW()
2110 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); \
2161 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlSkipBlankChars()
2227 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlPopInput()