Lines Matching refs:have
81 state->x.have = 0; /* no output data available */
84 state->past = 0; /* have not read past end yet */
399 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
402 state->x.have = 0;
425 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
426 (unsigned)offset : state->x.have;
427 state->x.have -= n;
590 /* if fatal, set state->x.have to 0 so that the gzgetc() macro fails */
592 state->x.have = 0;