/third_party/node/deps/zlib/ |
H A D | zlib.h | 1444 provided, but could be inferred from the result of gztell(). This behavior 1577 ZEXTERN z_off_t ZEXPORT gztell(gzFile file); 1584 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR) 1890 # ifdef gztell 1891 # undef gztell macro 1893 # define gztell gztell64 macro 1927 ZEXTERN z_off_t ZEXPORT gztell(gzFile);
|
H A D | chromeconf.h | 106 #define gztell Cr_z_gztell macro
|
H A D | zconf.h | 110 # define gztell z_gztell macro
|
H A D | gzlib.c | 438 z_off_t ZEXPORT gztell(gzFile file) { in gztell() function
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zlib.h | 1442 provided, but could be inferred from the result of gztell(). This behavior 1576 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file)); 1583 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR) 1871 # ifdef gztell 1872 # undef gztell macro 1874 # define gztell gztell64 macro 1899 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
|
H A D | chromeconf.h | 103 #define gztell Cr_z_gztell macro
|
H A D | zconf.h | 107 # define gztell z_gztell macro
|
H A D | gzlib.c | 472 z_off_t ZEXPORT gztell(file) in gztell() function
|
/third_party/skia/third_party/externals/zlib/ |
H A D | zlib.h | 1440 provided, but could be inferred from the result of gztell(). This behavior 1574 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file)); 1581 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR) 1869 # ifdef gztell 1870 # undef gztell macro 1872 # define gztell gztell64 macro 1897 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
|
H A D | chromeconf.h | 103 #define gztell Cr_z_gztell macro
|
H A D | zconf.h | 107 # define gztell z_gztell macro
|
H A D | gzlib.c | 472 z_off_t ZEXPORT gztell(file) in gztell() function
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zlib.h | 1362 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1369 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1577 # define gztell gztell64
macro 1592 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
|
H A D | zconf.h | 78 # define gztell z_gztell
macro
|
H A D | gzlib.c | 380 z_off_t ZEXPORT gztell(file)
in gztell() function
|
/third_party/zlib/contrib/pascal/ |
H A D | example.pas | 143 if (pos <> 6) or (gztell(zfile) <> pos) then 145 WriteLn('gzseek error, pos=', pos, ', gztell=', gztell(zfile));
|
/third_party/zlib/test/ |
H A D | example.c | 133 if (pos != 6 || gztell(file) != pos) { in test_gzio() 134 fprintf(stderr, "gzseek error, pos=%ld, gztell=%ld\n", in test_gzio() 135 (long)pos, (long)gztell(file)); in test_gzio()
|
/third_party/zlib/ |
H A D | zlib.h | 1445 provided, but could be inferred from the result of gztell(). This behavior 1578 ZEXTERN z_off_t ZEXPORT gztell(gzFile file); 1585 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR) 1880 # define gztell gztell64 macro 1898 ZEXTERN z_off_t ZEXPORT gztell(gzFile);
|
H A D | zconf.h | 98 # define gztell z_gztell macro
|
H A D | gzlib.c | 446 z_off_t ZEXPORT gztell(gzFile file) in gztell() function
|