Home
last modified time | relevance | path

Searched refs:gzseek (Results 1 – 22 of 22) sorted by relevance

/external/zlib/src/old/os2/
Dzlib.def41 gzseek
/external/zlib/src/win32/
Dzlib.def48 gzseek
/external/zlib/src/contrib/vstudio/vc9/
Dzlibvc.def37 gzseek @31
/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def37 gzseek @31
/external/zlib/src/contrib/ada/
Dzlib-thin.ads220 function gzseek subprogspec
413 pragma Import (C, gzseek, "gzseek");
/external/zlib/src/as400/
Dbndsrc56 EXPORT SYMBOL("gzseek")
Dzlib.inc204 D gzseek PR extproc('gzseek')
210 D gzseek PR extproc('gzseek64')
/external/zlib/src/contrib/pascal/
Dexample.pas117 gzseek(zfile, 1, SEEK_CUR); (* add one zero byte *)
142 pos := gzseek(zfile, -8, SEEK_CUR);
/external/zlib/
Dzlib.h1693 # define gzseek gzseek64 macro
1709 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
Dzconf.h84 # define gzseek z_gzseek macro
/external/zlib/src/
Dzlib.h1693 # define gzseek gzseek64 macro
1709 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
Dzconf.h84 # define gzseek z_gzseek macro
DChangeLog120 - Allow gzrewind() and gzseek() after a premature end-of-file
121 - Simplify gzseek() now that raw after gzip is ignored
266 - Fix big fat stinking bug in gzseek() on uncompressed files
329 - Fix bug in gzseek()
946 - fix gzseek(..., SEEK_SET) in write mode
1030 - do not clear eof flag in gzseek (Mark Diekhans)
1031 - fix gzseek for files in transparent mode (Mark Diekhans)
1079 - fix gzseek which was broken in write mode
1080 - return error for gzseek to negative absolute position
1088 - check gzseek in write mode in example.c
[all …]
Dgzlib.c429 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() function
Dzconf.h.cmakein86 # define gzseek z_gzseek
Dzconf.h.in84 # define gzseek z_gzseek macro
DFAQ252 single call. gzseek() and gztell() may be limited to 4 GB depending on how
/external/zlib/src/test/
Dexample.c141 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
162 pos = gzseek(file, -8L, SEEK_CUR);
/external/qemu/distrib/zlib-1.2.3/
Dzlib.h1183 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
Dgzio.c767 z_off_t ZEXPORT gzseek (file, offset, whence) in gzseek() function
884 return gzseek(file, 0L, SEEK_CUR);
/external/chromium/sdch/open-vcdiff/src/
Dzlib.h1186 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt1186 'header','gzwrite','gzuncompress','gztell','gzseek','gzrewind',