Searched refs:gz_load (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/lib/3rdparty/zlib/ |
H A D | gzread.c | 9 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *)); 21 local int gz_load(state, buf, len, have) in gz_load() function 73 if (gz_load(state, state->in + strm->avail_in, 241 if (gz_load(state, state->out, state->size << 1, &(state->x.have)) 347 if (gz_load(state, (unsigned char *)buf, n, &n) == -1)
|
H A D | ChangeLog | 458 - Match type exactly in gz_load() invocation in gzread.c
|