Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/zlib/
H A Dzlib.h1186 7.6: size of z_off_t
1551 ZEXTERN z_off_t ZEXPORT gzseek(gzFile file,
1552 z_off_t offset, int whence);
1578 ZEXTERN z_off_t ZEXPORT gztell(gzFile file);
1589 ZEXTERN z_off_t ZEXPORT gzoffset(gzFile file);
1720 z_off_t len2);
1726 that the z_off_t type (like off_t) is a signed integer. If len2 is
1755 ZEXTERN uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2);
1765 ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t len2);
1888 ZEXTERN z_off_t ZEXPOR
[all...]
H A Dzconf.h492 # ifndef z_off_t
493 # define z_off_t off_t macro
516 #ifndef z_off_t
517 # define z_off_t long macro
526 # define z_off64_t z_off_t

Completed in 4 milliseconds