/external/python/cpython2/Modules/zlib/ |
D | zlib.h | 1865 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int)); 1866 ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile)); 1867 ZEXTERN z_off_t ZEXPORT gzoffset64 OF((gzFile)); 1868 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); 1869 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t)); 1873 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int)); 1874 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile)); 1875 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile)); 1876 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); 1877 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t)); [all …]
|
D | gzlib.c | 443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() 445 z_off_t offset; 451 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 472 z_off_t ZEXPORT gztell(file) in gztell() 478 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 505 z_off_t ZEXPORT gzoffset(file) in gzoffset() 511 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
|
D | zconf.h | 479 # ifndef z_off_t 480 # define z_off_t off_t macro 503 #ifndef z_off_t 504 # define z_off_t long macro 513 # define z_off64_t z_off_t
|
D | zutil.h | 191 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); 192 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
|
D | zconf.h.in | 479 # ifndef z_off_t 480 # define z_off_t off_t macro 503 #ifndef z_off_t 504 # define z_off_t long macro 513 # define z_off64_t z_off_t
|
D | zconf.h.cmakein | 481 # ifndef z_off_t 482 # define z_off_t off_t 505 #ifndef z_off_t 506 # define z_off_t long 515 # define z_off64_t z_off_t
|
D | adler32.c | 175 z_off_t len2;
|
D | zutil.c | 55 switch ((int)(sizeof(z_off_t))) { in zlibCompileFlags()
|
D | crc32.c | 431 z_off_t len2;
|
/external/zlib/src/ |
D | zlib.h | 1866 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int)); 1867 ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile)); 1868 ZEXTERN z_off_t ZEXPORT gzoffset64 OF((gzFile)); 1869 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); 1870 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t)); 1874 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int)); 1875 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile)); 1876 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile)); 1877 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); 1878 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t)); [all …]
|
D | gzlib.c | 443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() 445 z_off_t offset; 451 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 472 z_off_t ZEXPORT gztell(file) in gztell() 478 return ret == (z_off_t)ret ? (z_off_t)ret : -1; 505 z_off_t ZEXPORT gzoffset(file) in gzoffset() 511 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
|
D | zconf.h | 479 # ifndef z_off_t 480 # define z_off_t off_t macro 503 #ifndef z_off_t 504 # define z_off_t long macro 513 # define z_off64_t z_off_t
|
D | zutil.h | 191 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); 192 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
|
D | zconf.h.cmakein | 481 # ifndef z_off_t 482 # define z_off_t off_t 505 #ifndef z_off_t 506 # define z_off_t long 515 # define z_off64_t z_off_t
|
D | zconf.h.in | 479 # ifndef z_off_t 480 # define z_off_t off_t macro 503 #ifndef z_off_t 504 # define z_off_t long macro 513 # define z_off64_t z_off_t
|
D | adler32.c | 175 z_off_t len2;
|
D | zutil.c | 55 switch ((int)(sizeof(z_off_t))) { in zlibCompileFlags()
|
D | crc32.c | 431 z_off_t len2;
|
/external/zlib/ |
D | zlib.h | 1866 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int)); 1867 ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile)); 1868 ZEXTERN z_off_t ZEXPORT gzoffset64 OF((gzFile)); 1869 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t)); 1870 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t)); 1874 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int)); 1875 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile)); 1876 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile)); 1877 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); 1878 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t)); [all …]
|
D | zconf.h | 479 # ifndef z_off_t 480 # define z_off_t off_t macro 503 #ifndef z_off_t 504 # define z_off_t long macro 513 # define z_off64_t z_off_t
|
/external/freetype/src/gzip/ |
D | ftzconf.h | 246 # define z_off_t off_t macro 253 #ifndef z_off_t 254 # define z_off_t long macro
|
/external/u-boot/include/u-boot/ |
D | zlib.h | 341 # define z_off_t off_t macro 347 #ifndef z_off_t 348 # define z_off_t long macro
|
/external/zlib/src/contrib/minizip/ |
D | unzip.h | 393 extern z_off_t ZEXPORT unztell OF((unzFile file));
|
/external/zlib/src/examples/ |
D | gzjoin.c | 288 z_off_t len; /* length of uncompressed data (support > 4 GB) */ in gzcopy()
|
/external/zlib/src/test/ |
D | example.c | 125 z_off_t pos;
|