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

1 2 3 4

  /external/chromium_org/third_party/zlib/
zlib.h 1585 # undef gzseek macro
1587 # define gzseek macro
    [all...]
mozzconf.h 83 #define gzseek MOZ_Z_gzseek macro
zconf.h 77 # define gzseek z_gzseek macro
  /external/zlib/src/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/qemu/android/filesystems/
ramdisk_extractor.cpp 151 if (gzseek(mFile, len, SEEK_CUR) < 0) {
  /external/qemu/distrib/zlib-1.2.8/
zlib.h 1710 # define gzseek macro
    [all...]
zconf.h 86 # define gzseek z_gzseek macro
  /external/zlib/src/
zlib.h 1710 # define gzseek macro
    [all...]
zconf.h 86 # define gzseek z_gzseek macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
zlib.h 1382 # define gzseek macro
    [all...]
zconf.h 63 # define gzseek z_gzseek macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zlib.h 1382 # define gzseek macro
    [all...]
zconf.h 63 # define gzseek z_gzseek macro
  /external/pdfium/core/include/thirdparties/zlib/
zlib.h 1770 # define gzseek macro
    [all...]
zconf.h 86 # define gzseek z_gzseek macro
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
zlib.h 1774 # define gzseek macro
    [all...]
zconf.h 86 # define gzseek z_gzseek macro
  /external/qemu/distrib/libsparse/src/
output_file.c 203 ret = gzseek(outgz->gz_fd, cnt, SEEK_CUR);
205 error_errno("gzseek");
225 ret = gzseek(outgz->gz_fd, len - 1, SEEK_SET);
  /external/zlib/src/test/
example.c 141 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
162 pos = gzseek(file, -8L, SEEK_CUR);
164 fprintf(stderr, "gzseek error, pos=%ld, gztell=%ld\n",
181 fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err));
185 fprintf(stderr, "bad gzgets after gzseek\n");
188 printf("gzgets() after gzseek: %s\n", (char*)uncompr);
  /system/core/libsparse/
output_file.c 203 ret = gzseek(outgz->gz_fd, cnt, SEEK_CUR);
205 error_errno("gzseek");
225 ret = gzseek(outgz->gz_fd, len - 1, SEEK_SET);
  /development/ndk/platforms/android-3/include/
zlib.h     [all...]
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
zlib.h     [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
zlib.h     [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
zlib.h     [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
zlib.h     [all...]

Completed in 2539 milliseconds

1 2 3 4