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

12

/external/zlib/src/
H A Dzlib.h1097 7.6: size of z_off_t
1411 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1412 z_off_t offset, int whence));
1438 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1449 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file));
1573 z_off_t len2));
1579 that the z_off_t type (like off_t) is a signed integer. If len2 is
1601 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1701 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, in
[all...]
H A Dgzlib.c429 z_off_t ZEXPORT gzseek(file, offset, whence)
431 z_off_t offset;
437 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
458 z_off_t ZEXPORT gztell(file)
464 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
491 z_off_t ZEXPORT gzoffset(file)
497 return ret == (z_off_t)ret ? (z_off_t)re
[all...]
H A Dzconf.h451 # ifndef z_off_t
452 # define z_off_t off_t macro
475 #ifndef z_off_t
476 # define z_off_t long macro
485 # define z_off64_t z_off_t
H A Dzconf.h.cmakein453 # ifndef z_off_t
454 # define z_off_t off_t
477 #ifndef z_off_t
478 # define z_off_t long
487 # define z_off64_t z_off_t
H A Dzconf.h.in451 # ifndef z_off_t
452 # define z_off_t off_t
475 #ifndef z_off_t
476 # define z_off_t long
485 # define z_off64_t z_off_t
H A Dzutil.h172 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
173 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;
/external/zlib/
H A Dzlib.h1097 7.6: size of z_off_t
1411 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1412 z_off_t offset, int whence));
1438 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1449 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file));
1573 z_off_t len2));
1579 that the z_off_t type (like off_t) is a signed integer. If len2 is
1601 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1701 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, in
[all...]
H A Dzconf.h451 # ifndef z_off_t
452 # define z_off_t off_t macro
475 #ifndef z_off_t
476 # define z_off_t long macro
485 # define z_off64_t z_off_t
H A Dzutil.h172 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
173 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
/external/chromium/sdch/open-vcdiff/src/
H A Dzconf.h294 # define z_off_t off_t macro
303 #ifndef z_off_t
304 # define z_off_t long macro
H A Dzlib.h964 7.6: size of z_off_t
1186 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1187 z_off_t offset, int whence));
1211 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1293 z_off_t len2));
1317 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
H A Dadler32.c171 z_off_t len2;
/external/qemu/distrib/zlib-1.2.3/
H A Dzconf.h293 # define z_off_t off_t
300 #ifndef z_off_t
301 # define z_off_t long macro
H A Dzlib.h964 7.6: size of z_off_t
1183 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1184 z_off_t offset, int whence));
1208 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1277 z_off_t len2));
1301 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
H A Dadler32.c131 z_off_t len2;
H A Dzutil.c55 switch (sizeof(z_off_t)) {
H A Dgzio.c68 z_off_t start; /* start of compressed data in file (header skipped) */
69 z_off_t in; /* bytes into deflate or inflate */
70 z_off_t out; /* bytes out of deflate or inflate */
767 z_off_t ZEXPORT gzseek (file, offset, whence)
769 z_off_t offset;
881 z_off_t ZEXPORT gztell (file)
H A Dcrc32.c373 z_off_t len2;
/external/zlib/src/as400/
H A Dzlib.inc83 D z_off_t S 10i 0 Stream offsets
205 D like(z_off_t)
207 D offset value like(z_off_t) Offset
211 D like(z_off_t)
213 D offset value like(z_off_t) Offset
228 D like(z_off_t)
232 D like(z_off_t)
242 D like(z_off_t)
246 D like(z_off_t)
/external/zlib/src/contrib/minizip/
H A Dunzip.h393 extern z_off_t ZEXPORT unztell OF((unzFile file));
/external/zlib/src/examples/
H A Dgzjoin.c287 z_off_t len; /* length of uncompressed data (support > 4 GB) */
/external/zlib/src/test/
H A Dexample.c125 z_off_t pos;

Completed in 443 milliseconds

12