Home
last modified time | relevance | path

Searched refs:gz_load (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/3rdparty/zlib/
H A Dgzread.c9 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 DChangeLog458 - Match type exactly in gz_load() invocation in gzread.c