Home
last modified time | relevance | path

Searched refs:gz_fetch (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dgzread.c13 local int gz_fetch OF((gz_statep));
226 local int gz_fetch( in gz_fetch() function
281 if (gz_fetch(state) == -1) in gz_skip()
347 if (gz_fetch(state) == -1) in gzread()
517 if (state->x.have == 0 && gz_fetch(state) == -1) in gzgets()
/external/qemu/distrib/zlib-1.2.8/
Dgzread.c13 local int gz_fetch OF((gz_statep));
226 local int gz_fetch(state) in 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)
/external/zlib/src/
Dgzread.c13 local int gz_fetch OF((gz_statep));
226 local int gz_fetch(state) in 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)