Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlParserInputGrow

2034         (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))		\
2049 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) \
2061 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
2081 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
2089 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
2102 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); \
2154 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
2207 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))