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

  /external/zlib/contrib/pascal/
example.pas 117 gzseek(zfile, 1, SEEK_CUR); (* add one zero byte *)
142 pos := gzseek(zfile, -8, SEEK_CUR);
145 WriteLn('gzseek error, pos=', pos, ', gztell=', gztell(zfile));
165 WriteLn('gzgets err after gzseek: ', gzerror(zfile, err));
170 WriteLn('bad gzgets after gzseek');
174 WriteLn('gzgets() after gzseek: ', PChar(uncompr));
  /external/zlib/
zlib.h 1576 # define gzseek macro
    [all...]
zconf.h 74 # define gzseek z_gzseek macro
example.c 112 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
133 pos = gzseek(file, -8L, SEEK_CUR);
135 fprintf(stderr, "gzseek error, pos=%ld, gztell=%ld\n",
152 fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err));
156 fprintf(stderr, "bad gzgets after gzseek\n");
159 printf("gzgets() after gzseek: %s\n", (char*)uncompr);
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);
zconf.h.cmakein 76 # define gzseek z_gzseek
zconf.h.in 74 # define gzseek z_gzseek
  /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
  /development/ndk/platforms/android-3/include/
zlib.h     [all...]
  /external/chromium/sdch/open-vcdiff/src/
zlib.h     [all...]
  /external/qemu/distrib/zlib-1.2.3/
zlib.h     [all...]
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/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
zlib.h     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
zlib.h     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
zlib.h     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
zlib.h     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
zlib.h     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
zlib.h     [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
zlib.h     [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
zlib.h     [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
zlib.h     [all...]
  /system/extras/ext4_utils/
output_file.c 102 ret = gzseek(out->gz_fd, off, SEEK_SET);
104 error_errno("gzseek");

Completed in 282 milliseconds