Home
last modified time | relevance | path

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

12

/external/zlib/src/old/os2/
Dzlib.def41 gzseek
/external/zlib/src/win32/
Dzlib.def50 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/vstudio/vc11/
Dzlibvc.def37 gzseek @31
/external/zlib/src/contrib/ada/
Dzlib-thin.ads220 function gzseek subprogspec
413 pragma Import (C, gzseek, "gzseek");
/external/syslinux/com32/include/
Dzlib.h1576 # define gzseek gzseek64 macro
1591 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
Dzconf.h74 # define gzseek z_gzseek macro
/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/src/
Dzlib.h1710 # define gzseek gzseek64 macro
1726 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
Dzconf.h86 # define gzseek z_gzseek macro
DChangeLog183 - Allow gzrewind() and gzseek() after a premature end-of-file
184 - Simplify gzseek() now that raw after gzip is ignored
329 - Fix big fat stinking bug in gzseek() on uncompressed files
392 - Fix bug in gzseek()
1009 - fix gzseek(..., SEEK_SET) in write mode
1093 - do not clear eof flag in gzseek (Mark Diekhans)
1094 - fix gzseek for files in transparent mode (Mark Diekhans)
1142 - fix gzseek which was broken in write mode
1143 - return error for gzseek to negative absolute position
1151 - check gzseek in write mode in example.c
[all …]
/external/python/cpython2/Modules/zlib/
Dzlib.h1710 # define gzseek gzseek64 macro
1726 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
Dexample.c141 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
162 pos = gzseek(file, -8L, SEEK_CUR);
Dzconf.h86 # define gzseek z_gzseek macro
DChangeLog183 - Allow gzrewind() and gzseek() after a premature end-of-file
184 - Simplify gzseek() now that raw after gzip is ignored
329 - Fix big fat stinking bug in gzseek() on uncompressed files
392 - Fix bug in gzseek()
1009 - fix gzseek(..., SEEK_SET) in write mode
1093 - do not clear eof flag in gzseek (Mark Diekhans)
1094 - fix gzseek for files in transparent mode (Mark Diekhans)
1142 - fix gzseek which was broken in write mode
1143 - return error for gzseek to negative absolute position
1151 - check gzseek in write mode in example.c
[all …]
/external/zlib/
Dzlib.h1710 # define gzseek gzseek64 macro
1726 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
Dlibz.map.txt59 gzseek;
Dzconf.h86 # define gzseek z_gzseek macro
/external/zlib/src/as400/
Dbndsrc56 EXPORT SYMBOL("gzseek")
Dzlib.inc204 D gzseek PR extproc('gzseek')
210 D gzseek PR extproc('gzseek64')
/external/pdfium/third_party/zlib_v128/
Dzlib.h1779 # define gzseek gzseek64 macro
1797 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
Dzconf.h86 # define gzseek z_gzseek macro
Dgzlib.c439 z_off_t ZEXPORT gzseek( in gzseek() function
/external/zlib/src/test/
Dexample.c141 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
162 pos = gzseek(file, -8L, SEEK_CUR);

12