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

  /external/zlib/
gzlib.c 351 z_off_t ZEXPORT gzseek(file, offset, whence) function
gzio.c 762 gzseek returns the resulting offset location as measured in bytes from
765 In this version of the library, gzseek can be extremely slow.
767 z_off_t ZEXPORT gzseek (file, offset, whence) function
884 return gzseek(file, 0L, SEEK_CUR);
zlib.h 1576 # define gzseek macro
    [all...]
zconf.h 74 # define gzseek z_gzseek macro
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 762 gzseek returns the resulting offset location as measured in bytes from
765 In this version of the library, gzseek can be extremely slow.
767 z_off_t ZEXPORT gzseek (file, offset, whence) function
884 return gzseek(file, 0L, SEEK_CUR);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zlib.h 1374 # define gzseek macro
    [all...]
zconf.h 63 # define gzseek z_gzseek macro

Completed in 453 milliseconds