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

/external/zlib/src/
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.h456 # ifndef z_off_t
457 # define z_off_t off_t macro
480 #ifndef z_off_t
481 # define z_off_t long macro
490 # define z_off64_t z_off_t
H A Dzconf.h.cmakein458 # ifndef z_off_t
459 # define z_off_t off_t
482 #ifndef z_off_t
483 # define z_off_t long
492 # define z_off64_t z_off_t
H A Dzconf.h.in456 # ifndef z_off_t
457 # define z_off_t off_t
480 #ifndef z_off_t
481 # define z_off_t long
490 # 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;
/external/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 Dzconf.h456 # ifndef z_off_t
457 # define z_off_t off_t macro
480 #ifndef z_off_t
481 # define z_off_t long macro
490 # 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));
/external/pdfium/third_party/zlib_v128/
H A Dgzlib.c439 z_off_t ZEXPORT gzseek(
441 z_off_t offset,
447 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
468 z_off_t ZEXPORT gztell(
474 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
501 z_off_t ZEXPORT gzoffset(
507 return ret == (z_off_t)ret ? (z_off_t)re
[all...]
H A Dzconf.h463 # ifndef z_off_t
464 # define z_off_t off_t
488 #ifndef z_off_t
489 # define z_off_t long macro
498 # define z_off64_t z_off_t
H A Dzlib.h1183 7.6: size of z_off_t
1497 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1498 z_off_t offset, int whence));
1524 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1535 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file));
1659 z_off_t len2));
1665 that the z_off_t type (like off_t) is a signed integer. If len2 is
1687 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1797 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, in
[all...]
H A Dzutil.h175 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
176 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
H A Dadler32.c168 z_off_t len2)
H A Dcrc32.c414 z_off_t len2)
H A Dzutil.c58 switch ((int)(sizeof(z_off_t))) {
/external/freetype/src/gzip/
H A Dzconf.h246 # define z_off_t off_t macro
253 #ifndef z_off_t
254 # define z_off_t long macro
/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));
H A Dunzip.c1889 extern z_off_t ZEXPORT unztell (unzFile file)
1901 return (z_off_t)pfile_in_zip_read_info->stream.total_out;
/external/zlib/src/examples/
H A Dgzjoin.c288 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 190 milliseconds