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

/forgerock/web-agents-v4/zlib/
H A Dzlib.h1114 7.6: size of z_off_t
1428 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1429 z_off_t offset, int whence));
1455 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1466 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file));
1590 z_off_t len2));
1596 that the z_off_t type (like off_t) is a signed integer. If len2 is
1618 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1718 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, in
[all...]
H A Dgzlib.c439 z_off_t ZEXPORT gzseek(file, offset, whence)
441 z_off_t offset;
447 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
468 z_off_t ZEXPORT gztell(file)
474 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
501 z_off_t ZEXPORT gzoffset(file)
507 return ret == (z_off_t)ret ? (z_off_t)re
[all...]
H A Dzconf.h454 # ifndef z_off_t
455 # define z_off_t off_t macro
478 #ifndef z_off_t
479 # define z_off_t long macro
488 # define z_off64_t z_off_t
H A Dzutil.h173 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
174 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
H A Dadler32.c168 z_off_t len2;
H A Dzutil.c58 switch ((int)(sizeof(z_off_t))) {
H A Dcrc32.c414 z_off_t len2;

Completed in 43 milliseconds