Home
last modified time | relevance | path

Searched refs:gztell (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/zlib/
H A Dzlib.h1444 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 Dchromeconf.h106 #define gztell Cr_z_gztell macro
H A Dzconf.h110 # define gztell z_gztell macro
H A Dgzlib.c438 z_off_t ZEXPORT gztell(gzFile file) { in gztell() function
/third_party/node/deps/v8/third_party/zlib/
H A Dzlib.h1442 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 Dchromeconf.h103 #define gztell Cr_z_gztell macro
H A Dzconf.h107 # define gztell z_gztell macro
H A Dgzlib.c472 z_off_t ZEXPORT gztell(file) in gztell() function
/third_party/skia/third_party/externals/zlib/
H A Dzlib.h1440 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 Dchromeconf.h103 #define gztell Cr_z_gztell macro
H A Dzconf.h107 # define gztell z_gztell macro
H A Dgzlib.c472 z_off_t ZEXPORT gztell(file) in gztell() function
/third_party/libwebsockets/win32port/zlib/
H A Dzlib.h1362 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 Dzconf.h78 # define gztell z_gztell macro
H A Dgzlib.c380 z_off_t ZEXPORT gztell(file) in gztell() function
/third_party/zlib/contrib/pascal/
H A Dexample.pas143 if (pos <> 6) or (gztell(zfile) <> pos) then
145 WriteLn('gzseek error, pos=', pos, ', gztell=', gztell(zfile));
/third_party/zlib/test/
H A Dexample.c133 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 Dzlib.h1445 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 Dzconf.h98 # define gztell z_gztell macro
H A Dgzlib.c446 z_off_t ZEXPORT gztell(gzFile file) in gztell() function

Completed in 25 milliseconds