Home
last modified time | relevance | path

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

12

/external/python/cpython2/Modules/zlib/
Dzlib.h1865 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 …]
Dgzlib.c443 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;
Dzconf.h479 # 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
Dzutil.h191 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
192 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
Dzconf.h.in479 # 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
Dzconf.h.cmakein481 # 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
Dadler32.c175 z_off_t len2;
Dzutil.c55 switch ((int)(sizeof(z_off_t))) { in zlibCompileFlags()
Dcrc32.c431 z_off_t len2;
/external/zlib/src/
Dzlib.h1866 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 …]
Dgzlib.c443 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;
Dzconf.h479 # 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
Dzutil.h191 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
192 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
Dzconf.h.cmakein481 # 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
Dzconf.h.in479 # 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
Dadler32.c175 z_off_t len2;
Dzutil.c55 switch ((int)(sizeof(z_off_t))) { in zlibCompileFlags()
Dcrc32.c431 z_off_t len2;
/external/zlib/
Dzlib.h1866 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 …]
Dzconf.h479 # 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/
Dftzconf.h246 # 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/
Dzlib.h341 # define z_off_t off_t macro
347 #ifndef z_off_t
348 # define z_off_t long macro
/external/zlib/src/contrib/minizip/
Dunzip.h393 extern z_off_t ZEXPORT unztell OF((unzFile file));
/external/zlib/src/examples/
Dgzjoin.c288 z_off_t len; /* length of uncompressed data (support > 4 GB) */ in gzcopy()
/external/zlib/src/test/
Dexample.c125 z_off_t pos;

12