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

12

/external/chromium_org/third_party/zlib/
H A Dzlib.h1062 7.6: size of z_off_t
1340 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1341 z_off_t offset, int whence));
1367 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1378 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file));
1495 z_off_t len2));
1522 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1606 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int));
1607 ZEXTERN z_off_t ZEXPOR
[all...]
H A Dgzlib.c353 z_off_t ZEXPORT gzseek(file, offset, whence)
355 z_off_t offset;
361 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
382 z_off_t ZEXPORT gztell(file)
388 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
415 z_off_t ZEXPORT gzoffset(file)
421 return ret == (z_off_t)ret ? (z_off_t)re
[all...]
H A Dzconf.h385 # ifndef z_off_t
386 # define z_off_t off_t macro
396 #ifndef z_off_t
397 # define z_off_t long macro
403 # define z_off64_t z_off_t
H A Dzutil.h179 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
180 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
/external/qemu/distrib/zlib-1.2.8/
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 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/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
/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
/external/pdfium/core/src/fxcodec/fx_zlib/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.h1178 7.6: size of z_off_t
1492 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1493 z_off_t offset, int whence));
1519 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1530 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file));
1654 z_off_t len2));
1660 that the z_off_t type (like off_t) is a signed integer. If len2 is
1682 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1790 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));
/external/chromium_org/sdch/open-vcdiff/src/zlib/
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));
/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/pdfium/core/include/thirdparties/zlib/
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.h1174 7.6: size of z_off_t
1488 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1489 z_off_t offset, int whence));
1515 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1526 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file));
1650 z_off_t len2));
1656 that the z_off_t type (like off_t) is a signed integer. If len2 is
1678 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1786 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, in
[all...]
/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)

Completed in 2221 milliseconds

12