Lines Matching refs:INPUT_CHUNK
2034 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) \
2049 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) \
2054 (ctxt->input->cur - ctxt->input->base > 2 * INPUT_CHUNK) && \
2055 (ctxt->input->end - ctxt->input->cur < 2 * INPUT_CHUNK)) \
2061 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) in xmlSHRINK()
2066 (ctxt->input->end - ctxt->input->cur < INPUT_CHUNK)) \
2081 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlGROW()
2089 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) in xmlGROW()
2102 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); \
2154 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlSkipBlankChars()
2207 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) in xmlPopInput()