Home
last modified time | relevance | path

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

/third_party/node/deps/zlib/
H A Dzlib.h1531 gzseek() or gzrewind().
1550 ZEXTERN z_off_t ZEXPORT gzseek(gzFile file,
1560 supported; gzseek then compresses a sequence of zeroes up to the new
1563 gzseek returns the resulting offset location as measured in bytes from
1573 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET).
1584 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1886 # ifdef gzseek
1887 # undef gzseek macro
1889 # define gzseek gzseek64 macro
1926 ZEXTERN z_off_t ZEXPORT gzseek(gzFil
[all...]
H A Dchromeconf.h103 #define gzseek Cr_z_gzseek macro
H A Dzconf.h107 # define gzseek z_gzseek macro
H A Dgzlib.c415 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { in gzseek() function
/third_party/node/deps/v8/third_party/zlib/
H A Dzlib.h1530 gzseek() or gzrewind().
1549 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1559 supported; gzseek then compresses a sequence of zeroes up to the new
1562 gzseek returns the resulting offset location as measured in bytes from
1572 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1583 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1867 # ifdef gzseek
1868 # undef gzseek macro
1870 # define gzseek gzseek64 macro
1898 ZEXTERN z_off_t ZEXPORT gzseek O
[all...]
H A Dchromeconf.h100 #define gzseek Cr_z_gzseek macro
H A Dzconf.h104 # define gzseek z_gzseek macro
H A Dgzlib.c443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() function
/third_party/skia/third_party/externals/zlib/
H A Dzlib.h1528 gzseek() or gzrewind().
1547 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1557 supported; gzseek then compresses a sequence of zeroes up to the new
1560 gzseek returns the resulting offset location as measured in bytes from
1570 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1581 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1865 # ifdef gzseek
1866 # undef gzseek macro
1868 # define gzseek gzseek64 macro
1896 ZEXTERN z_off_t ZEXPORT gzseek O
[all...]
H A Dchromeconf.h100 #define gzseek Cr_z_gzseek macro
H A Dzconf.h104 # define gzseek z_gzseek macro
H A Dgzlib.c443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() function
/third_party/libwebsockets/win32port/zlib/
H A Dzlib.h1316 gzseek() or gzrewind().
1335 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1345 supported; gzseek then compresses a sequence of zeroes up to the new
1348 gzseek returns the resulting offset location as measured in bytes from
1358 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1369 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1576 # define gzseek gzseek64 macro
1591 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
H A Dzconf.h75 # define gzseek z_gzseek macro
H A Dgzlib.c351 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() function
/third_party/zlib/contrib/pascal/
H A Dexample.pas117 gzseek(zfile, 1, SEEK_CUR); (* add one zero byte *)
142 pos := gzseek(zfile, -8, SEEK_CUR);
145 WriteLn('gzseek error, pos=', pos, ', gztell=', gztell(zfile));
165 WriteLn('gzgets err after gzseek: ', gzerror(zfile, err));
170 WriteLn('bad gzgets after gzseek');
174 WriteLn('gzgets() after gzseek: ', PChar(uncompr));
/third_party/zlib/test/
H A Dexample.c111 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */ in test_gzio()
132 pos = gzseek(file, -8L, SEEK_CUR); in test_gzio()
134 fprintf(stderr, "gzseek error, pos=%ld, gztell=%ld\n", in test_gzio()
151 fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err)); in test_gzio()
155 fprintf(stderr, "bad gzgets after gzseek\n"); in test_gzio()
158 printf("gzgets() after gzseek: %s\n", (char*)uncompr); in test_gzio()
/third_party/zlib/
H A Dzlib.h1532 gzseek() or gzrewind().
1551 ZEXTERN z_off_t ZEXPORT gzseek(gzFile file,
1561 supported; gzseek then compresses a sequence of zeroes up to the new
1564 gzseek returns the resulting offset location as measured in bytes from
1574 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET).
1585 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1879 # define gzseek gzseek64 macro
1897 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
H A Dzconf.h95 # define gzseek z_gzseek macro
H A Dgzlib.c421 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) in gzseek() function

Completed in 56 milliseconds