HomeSort by relevance Sort by last modified time
    Searched refs:gz_fetch (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzread.c 13 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/python/cpython2/Modules/zlib/
gzread.c 13 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)
  /toolchain/binutils/binutils-2.27/zlib/
gzread.c 13 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/python/cpython3/Modules/zlib/
gzread.c 13 local int gz_fetch OF((gz_statep));
227 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
229 local int gz_fetch(state) function
284 if (gz_fetch(state) == -1)
340 if (gz_fetch(state) == -1)
577 if (state->x.have == 0 && gz_fetch(state) == -1)
  /external/zlib/src/
gzread.c 13 local int gz_fetch OF((gz_statep));
227 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
229 local int gz_fetch(state) function
284 if (gz_fetch(state) == -1)
340 if (gz_fetch(state) == -1)
577 if (state->x.have == 0 && gz_fetch(state) == -1)

Completed in 129 milliseconds