/external/zlib/src/old/os2/ |
D | zlib.def | 41 gzseek
|
/external/zlib/src/win32/ |
D | zlib.def | 50 gzseek
|
/external/zlib/src/contrib/vstudio/vc11/ |
D | zlibvc.def | 37 gzseek @31
|
/external/zlib/src/contrib/vstudio/vc10/ |
D | zlibvc.def | 37 gzseek @31
|
/external/zlib/src/contrib/vstudio/vc9/ |
D | zlibvc.def | 37 gzseek @31
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 220 function gzseek subprogspec 413 pragma Import (C, gzseek, "gzseek");
|
/external/zlib/src/contrib/pascal/ |
D | example.pas | 117 gzseek(zfile, 1, SEEK_CUR); (* add one zero byte *) 142 pos := gzseek(zfile, -8, SEEK_CUR);
|
/external/zlib/src/ |
D | zlib.h | 1710 # define gzseek gzseek64 macro 1726 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
|
D | zconf.h | 86 # define gzseek z_gzseek macro
|
D | ChangeLog | 183 - 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 …]
|
D | gzlib.c | 439 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() function
|
D | zconf.h.cmakein | 88 # define gzseek z_gzseek
|
D | zconf.h.in | 86 # define gzseek z_gzseek macro
|
/external/zlib/ |
D | zlib.h | 1710 # define gzseek gzseek64 macro 1726 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
|
D | zconf.h | 86 # define gzseek z_gzseek macro
|
/external/opencv3/3rdparty/zlib/ |
D | zlib.h | 1710 # define gzseek gzseek64 macro 1726 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
|
D | ChangeLog | 183 - 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 …]
|
D | gzlib.c | 439 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() function
|
D | zconf.h.cmakein | 88 # define gzseek z_gzseek
|
/external/zlib/src/as400/ |
D | bndsrc | 56 EXPORT SYMBOL("gzseek")
|
D | zlib.inc | 204 D gzseek PR extproc('gzseek') 210 D gzseek PR extproc('gzseek64')
|
/external/zlib/src/test/ |
D | example.c | 141 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */ 162 pos = gzseek(file, -8L, SEEK_CUR);
|
/external/pdfium/third_party/zlib_v128/ |
D | zlib.h | 1779 # define gzseek gzseek64 macro 1797 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
|
D | zconf.h | 86 # define gzseek z_gzseek macro
|
D | gzlib.c | 439 z_off_t ZEXPORT gzseek( in gzseek() function
|