Searched defs:gz_fetch (Results 1 - 3 of 3) sorted by last modified time

/external/zlib/src/
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)
/external/qemu/distrib/zlib-1.2.8/
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)
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
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( 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 134 milliseconds