/src/common/dist/zlib/ |
gzlib.c | 412 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { function in typeref:typename:z_off_t ZEXPORT
|
gzlib.c | 412 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { function in typeref:typename:z_off_t ZEXPORT
|
zlib.h | 1534 gzseek() or gzrewind(). 1553 ZEXTERN z_off_t ZEXPORT gzseek(gzFile file, 1563 supported; gzseek then compresses a sequence of zeroes up to the new 1566 gzseek returns the resulting offset location as measured in bytes from 1576 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET). 1587 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR) 1883 # define gzseek gzseek64 macro 1901 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
|
zlib.h | 1534 gzseek() or gzrewind(). 1553 ZEXTERN z_off_t ZEXPORT gzseek(gzFile file, 1563 supported; gzseek then compresses a sequence of zeroes up to the new 1566 gzseek returns the resulting offset location as measured in bytes from 1576 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET). 1587 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR) 1883 # define gzseek gzseek64 macro 1901 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
|
zconf.h | 99 # define gzseek z_gzseek macro
|
zconf.h.in | 95 # define gzseek z_gzseek macro
|
zconf.h | 99 # define gzseek z_gzseek macro
|
zconf.h.in | 95 # define gzseek z_gzseek macro
|
/src/common/dist/zlib/contrib/ada/ |
zlib-thin.ads | 220 function gzseek subprogspec 413 pragma Import (C, gzseek, "gzseek");
|
zlib-thin.ads | 220 function gzseek subprogspec 413 pragma Import (C, gzseek, "gzseek");
|