gzread.c | 12 local int gz_load(gz_statep state, unsigned char *buf, unsigned len, function in typeref:typename:local int 58 if (gz_load(state, state->in + strm->avail_in, 220 if (gz_load(state, state->out, state->size << 1, &(state->x.have)) 319 if (gz_load(state, (unsigned char *)buf, n, &n) == -1)
|