Lines Matching refs:eof
9 state->fd, and update state->eof, state->err, and state->msg as appropriate.
32 state->eof = 1;
36 /* Load up input buffer and set eof flag if last data loaded -- return -1 on
37 error, 0 otherwise. Note that the eof flag is set when the end of the input
49 if (state->eof == 0) {
134 state->eof = 1;
231 } while (state->x.have == 0 && (!state->eof || strm->avail_in));
252 else if (state->eof && state->strm.avail_in == 0)
301 else if (state->eof && state->strm.avail_in == 0) {
462 /* can't push EOF */