Searched defs:gzseek (Results 1 - 10 of 10) sorted by relevance

/external/zlib/src/
H A Dgzlib.c439 z_off_t ZEXPORT gzseek(file, offset, whence) function
H A Dzlib.h1409 gzseek() or gzrewind().
1428 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1438 supported; gzseek then compresses a sequence of zeroes up to the new
1441 gzseek returns the resulting offset location as measured in bytes from
1451 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1462 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1710 # define gzseek gzseek64 macro
1726 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
H A Dzconf.h86 # define gzseek z_gzseek macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzlib.c439 z_off_t ZEXPORT gzseek( function
H A Dzconf.h86 # define gzseek z_gzseek macro
H A Dzlib.h1478 gzseek() or gzrewind().
1497 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1507 supported; gzseek then compresses a sequence of zeroes up to the new
1510 gzseek returns the resulting offset location as measured in bytes from
1520 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1531 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1779 # define gzseek gzseek64 macro
1797 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
/external/zlib/
H A Dzlib.h1409 gzseek() or gzrewind().
1428 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1438 supported; gzseek then compresses a sequence of zeroes up to the new
1441 gzseek returns the resulting offset location as measured in bytes from
1451 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1462 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1710 # define gzseek gzseek64 macro
1726 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
H A Dzconf.h86 # define gzseek z_gzseek macro
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h86 # define gzseek z_gzseek macro
H A Dzlib.h1474 gzseek() or gzrewind().
1493 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1503 supported; gzseek then compresses a sequence of zeroes up to the new
1506 gzseek returns the resulting offset location as measured in bytes from
1516 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1527 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1775 # define gzseek gzseek64 macro
1791 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));

Completed in 154 milliseconds