Searched refs:gz_fetch (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/zlib/
H A Dgzread.c13 local int gz_fetch OF((gz_statep));
223 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
225 local int gz_fetch(state) function
280 if (gz_fetch(state) == -1)
346 if (gz_fetch(state) == -1)
512 if (state->x.have == 0 && gz_fetch(state) == -1)
/haiku-buildtools/binutils/zlib/
H A Dgzread.c13 local int gz_fetch OF((gz_statep));
224 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
226 local int gz_fetch(state) function
281 if (gz_fetch(state) == -1)
347 if (gz_fetch(state) == -1)
517 if (state->x.have == 0 && gz_fetch(state) == -1)

Completed in 49 milliseconds