Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlParserInputGrow

289  * xmlParserInputGrow:
300 xmlParserInputGrow(xmlParserInputPtr in, int len) {
437 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) {
476 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
485 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
492 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
527 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
542 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
547 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
627 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
634 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
641 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
681 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);