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

12

/macosx-10.10.1/sudo-73/src/zlib/
H A Dzlib.h1094 7.6: size of z_off_t
1405 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1406 z_off_t offset, int whence));
1432 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1443 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file));
1567 z_off_t len2));
1573 that the z_off_t type (like off_t) is a signed integer. If len2 is
1596 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1690 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, in
[all...]
H A Dgzlib.c373 z_off_t ZEXPORT gzseek(file, offset, whence)
375 z_off_t offset;
381 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
402 z_off_t ZEXPORT gztell(file)
408 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
435 z_off_t ZEXPORT gzoffset(file)
441 return ret == (z_off_t)ret ? (z_off_t)re
[all...]
H A Dzconf.h.in432 # ifndef z_off_t
433 # define z_off_t off_t
443 #ifndef z_off_t
444 # define z_off_t long
453 # 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.c55 switch ((int)(sizeof(z_off_t))) {
/macosx-10.10.1/zlib-55/zlib/
H A Dzlib.h1064 7.6: size of z_off_t
1343 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1344 z_off_t offset, int whence));
1370 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1381 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file));
1504 z_off_t len2));
1531 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1597 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int));
1598 ZEXTERN z_off_t ZEXPOR
[all...]
H A Dgzlib.c351 z_off_t ZEXPORT gzseek(file, offset, whence)
353 z_off_t offset;
359 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
380 z_off_t ZEXPORT gztell(file)
386 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
413 z_off_t ZEXPORT gzoffset(file)
419 return ret == (z_off_t)ret ? (z_off_t)re
[all...]
H A Dzconf.h384 # if !defined(z_off_t) && !defined(__APPLE__)
385 # define z_off_t off_t macro
395 #ifndef z_off_t
396 # define z_off_t long macro
404 # define z_off64_t z_off_t
H A Dzconf.h.cmakein384 # ifndef z_off_t
385 # define z_off_t off_t
395 #ifndef z_off_t
396 # define z_off_t long
402 # define z_off64_t z_off_t
H A Dzconf.h.in382 # if !defined(z_off_t) && !defined(__APPLE__)
383 # define z_off_t off_t
393 #ifndef z_off_t
394 # define z_off_t long
400 # define z_off64_t z_off_t
/macosx-10.10.1/rsync-45/rsync/zlib/
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.h965 7.6: size of z_off_t
1184 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1185 z_off_t offset, int whence));
1209 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1278 z_off_t len2));
1302 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 Dcrc32.c373 z_off_t len2;
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/compat/
H A Dzconf.h241 # define z_off_t off_t macro
248 #ifndef z_off_t
249 # define z_off_t long macro
H A Dzlib.h757 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
758 z_off_t offset, int whence));
782 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/
H A Dzconf.h320 # define z_off_t off_t
327 #ifndef z_off_t
328 # define z_off_t long macro
H A Dzlib.h993 7.6: size of z_off_t
1213 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1214 z_off_t offset, int whence));
1238 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1309 z_off_t len2));
1333 ZEXTERN uLong ZEXPORT z_crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/zlib/
H A DzlibtclDecls.h128 ZEXTERN z_off_t gzseek(gzFile file, z_off_t offset, int whence);
132 ZEXTERN z_off_t gztell(gzFile file);
185 z_off_t (*gzseekPtr) (gzFile file, z_off_t offset, int whence); /* 41 */
187 z_off_t (*gztellPtr) (gzFile file); /* 43 */
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dadler32.c165 z_off_t len2;
H A Dzutil.c82 switch (sizeof(z_off_t)) {
H A Dgzio.c95 z_off_t start; /* start of compressed data in file (header skipped) */
96 z_off_t in; /* bytes into deflate or inflate */
97 z_off_t out; /* bytes out of deflate or inflate */
794 z_off_t ZEXPORT gzseek (file, offset, whence)
796 z_off_t offset;
908 z_off_t ZEXPORT gztell (file)
/macosx-10.10.1/zlib-55/zlib/old/as400/
H A Dzlib.inc74 D z_off_t S 10i 0 Stream offsets
164 D like(z_off_t)
166 D offset value like(z_off_t) Offset
173 D like(z_off_t)

Completed in 129 milliseconds

12