Searched refs:gztell (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | zlib.h | 1711 # define gztell gztell64 macro 1727 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
|
D | example.c | 163 if (pos != 6 || gztell(file) != pos) { 165 (long)pos, (long)gztell(file));
|
D | zconf.h | 89 # define gztell z_gztell macro
|
D | gzlib.c | 468 z_off_t ZEXPORT gztell(file) in gztell() function
|
D | FAQ | 252 single call. gzseek() and gztell() may be limited to 4 GB depending on how
|
D | ChangeLog | 1008 - 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/ |
D | example.c | 134 if (pos != 6 || gztell(file) != pos) { 136 (long)pos, (long)gztell(file));
|
D | zlib.h | 1208 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
|
D | gzio.c | 881 z_off_t ZEXPORT gztell (file) in gztell() function
|
D | ChangeLog | 391 - 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
|
D | FAQ | 249 single call. gzseek() and gztell() may be limited to 4 GB depending on how
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | zlib.h | 1858 # define gztell gztell64 macro 1874 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
|
D | zconf.h | 95 # define gztell z_gztell macro
|