HomeSort by relevance Sort by last modified time
    Searched full:gztell (Results 1 - 25 of 26) sorted by null

1 2

  /external/zlib/old/os2/
zlib.def 43 gztell
  /external/zlib/win32/
zlib.def 44 gztell
  /external/zlib/contrib/vstudio/vc7/
zlibvc.def 39 gztell @33
  /external/zlib/contrib/vstudio/vc8/
zlibvc.def 39 gztell @33
  /external/zlib/as400/
bndsrc 58 EXPORT SYMBOL("gztell")
zlib.inc 172 D gztell PR extproc('gztell')
  /external/zlib/contrib/ada/
zlib-thin.ads 228 function gztell (file : gzFile) return Int;
415 pragma Import (C, gztell, "gztell");
  /external/zlib/contrib/pascal/
example.pas 143 if (pos <> 6) or (gztell(zfile) <> pos) then
145 WriteLn('gzseek error, pos=', pos, ', gztell=', gztell(zfile));
  /external/zlib/
example.c 134 if (pos != 6 || gztell(file) != pos) {
135 fprintf(stderr, "gzseek error, pos=%ld, gztell=%ld\n",
136 (long)pos, (long)gztell(file));
ChangeLog 391 - fix gzread and gztell for concatenated .gz files (Didier Le Botlan)
541 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
574 - added test for gzseek and gztell in example.c
    [all...]
FAQ 249 single call. gzseek() and gztell() may be limited to 4 GB depending on how
zlib.h     [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /ndk/build/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /ndk/build/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /ndk/build/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /external/zlib/old/
zlib.html 125 <li> z_off_t <a href="#gztell">gztell</a> (gzFile file);
314 <font color="Blue"><dt> z_off_t <a name="gztell">gztell</a> (gzFile file);</font>
321 <a href="#gztell">gztell</a>(file) is equivalent to <a href="#gzseek">gzseek</a>(file, 0L, SEEK_CUR)
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
zlib.h     [all...]
gzio.c 881 z_off_t ZEXPORT gztell (file) function
  /ndk/build/platforms/android-3/arch-arm/usr/include/
zlib.h     [all...]
  /ndk/build/platforms/android-4/arch-arm/usr/include/
zlib.h     [all...]
  /ndk/build/platforms/android-5/arch-arm/usr/include/
zlib.h     [all...]
  /ndk/build/platforms/android-5/arch-x86/usr/include/
zlib.h     [all...]
  /ndk/build/platforms/android-8/arch-arm/usr/include/
zlib.h     [all...]
  /ndk/build/platforms/android-8/arch-x86/usr/include/
zlib.h     [all...]

Completed in 732 milliseconds

1 2