Home
last modified time | relevance | path

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

/interface/sdk_c/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

Completed in 4 milliseconds