Home
last modified time | relevance | path

Searched refs:gztell (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzlib.h1711 # define gztell gztell64 macro
1727 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
Dexample.c163 if (pos != 6 || gztell(file) != pos) {
165 (long)pos, (long)gztell(file));
Dzconf.h89 # define gztell z_gztell macro
Dgzlib.c468 z_off_t ZEXPORT gztell(file) in gztell() function
DFAQ252 single call. gzseek() and gztell() may be limited to 4 GB depending on how
DChangeLog1008 - fix gzread and gztell for concatenated .gz files (Didier Le Botlan)
1158 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
1191 - added test for gzseek and gztell in example.c
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dexample.c134 if (pos != 6 || gztell(file) != pos) {
136 (long)pos, (long)gztell(file));
Dzlib.h1208 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
Dgzio.c881 z_off_t ZEXPORT gztell (file) in gztell() function
DChangeLog391 - 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
DFAQ249 single call. gzseek() and gztell() may be limited to 4 GB depending on how