HomeSort by relevance Sort by last modified time
    Searched defs:gzrewind (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzlib.c 339 int ZEXPORT gzrewind(file) function
416 if (gzrewind(file) == -1) /* rewind, then skip to offset */
zconf.h 85 # define gzrewind z_gzrewind macro
  /external/python/cpython2/Modules/zlib/
gzlib.c 339 int ZEXPORT gzrewind(file) function
416 if (gzrewind(file) == -1) /* rewind, then skip to offset */
zconf.h 85 # define gzrewind z_gzrewind macro
  /external/python/cpython3/Modules/zlib/
gzlib.c 343 int ZEXPORT gzrewind(file) function
420 if (gzrewind(file) == -1) /* rewind, then skip to offset */
zconf.h 91 # define gzrewind z_gzrewind macro
  /external/zlib/src/
gzlib.c 343 int ZEXPORT gzrewind(file) function
420 if (gzrewind(file) == -1) /* rewind, then skip to offset */
zconf.h 91 # define gzrewind z_gzrewind macro
  /toolchain/binutils/binutils-2.27/zlib/
gzlib.c 339 int ZEXPORT gzrewind(file) function
416 if (gzrewind(file) == -1) /* rewind, then skip to offset */
zconf.h 85 # define gzrewind z_gzrewind macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
gzio.c 828 } else if (gzrewind(file) < 0) {
857 int ZEXPORT gzrewind (file) function
  /external/syslinux/com32/include/
zconf.h 73 # define gzrewind z_gzrewind macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zconf.h 62 # define gzrewind z_gzrewind macro
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zconf.h 91 # define gzrewind z_gzrewind macro

Completed in 628 milliseconds