D | gzread.c | 24 unsigned *have) in gz_load() argument 28 *have = 0; in gz_load() 30 ret = read(state->fd, buf + *have, len - *have); in gz_load() 33 *have += ret; in gz_load() 34 } while (*have < len); in gz_load() 149 state->x.have = 0; in gz_look() 159 state->x.have = strm->avail_in; in gz_look() 209 state->x.have = had - strm->avail_out; in gz_decomp() 210 state->x.next = strm->next_out - state->x.have; in gz_decomp() 240 if (gz_load(state, state->out, state->size << 1, &(state->x.have)) in gz_fetch() [all …]
|