Home
last modified time | relevance | path

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

12

/third_party/node/deps/zlib/
H A Dzlib.h1185 7.6: size of z_off_t
1550 ZEXTERN z_off_t ZEXPORT gzseek(gzFile file,
1551 z_off_t offset, int whence);
1577 ZEXTERN z_off_t ZEXPORT gztell(gzFile file);
1588 ZEXTERN z_off_t ZEXPORT gzoffset(gzFile file);
1719 z_off_t len2);
1725 that the z_off_t type (like off_t) is a signed integer. If len2 is
1754 ZEXTERN uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2);
1764 ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t len2);
1917 ZEXTERN z_off_t ZEXPOR
[all...]
H A Dgzlib.c415 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { in gzseek()
419 return ret == (z_off_t)ret ? (z_off_t)ret : -1; in gzseek()
438 z_off_t ZEXPORT gztell(gzFile file) { in gztell()
442 return ret == (z_off_t)ret ? (z_off_t)ret : -1; in gztell()
467 z_off_t ZEXPORT gzoffset(gzFile file) { in gzoffset()
471 return ret == (z_off_t)ret ? (z_off_t)re in gzoffset()
[all...]
H A Dzconf.h511 # ifndef z_off_t
512 # define z_off_t off_t macro
535 #ifndef z_off_t
536 # define z_off_t long macro
545 # define z_off64_t z_off_t
H A Dzutil.h209 ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off_t);
210 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off_t);
211 ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off_t);
H A Dzutil.c53 switch ((int)(sizeof(z_off_t))) { in zlibCompileFlags()
/third_party/zlib/
H A Dzlib.h1186 7.6: size of z_off_t
1551 ZEXTERN z_off_t ZEXPORT gzseek(gzFile file,
1552 z_off_t offset, int whence);
1578 ZEXTERN z_off_t ZEXPORT gztell(gzFile file);
1589 ZEXTERN z_off_t ZEXPORT gzoffset(gzFile file);
1720 z_off_t len2);
1726 that the z_off_t type (like off_t) is a signed integer. If len2 is
1755 ZEXTERN uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2);
1765 ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t len2);
1888 ZEXTERN z_off_t ZEXPOR
[all...]
H A Dgzlib.c421 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) in gzseek()
426 return ret == (z_off_t)ret ? (z_off_t)ret : -1; in gzseek()
446 z_off_t ZEXPORT gztell(gzFile file) in gztell()
451 return ret == (z_off_t)ret ? (z_off_t)ret : -1; in gztell()
477 z_off_t ZEXPORT gzoffset(gzFile file) in gzoffset()
482 return ret == (z_off_t)ret ? (z_off_t)re in gzoffset()
[all...]
H A Dzconf.h488 # ifndef z_off_t
489 # define z_off_t off_t macro
512 #ifndef z_off_t
513 # define z_off_t long macro
522 # define z_off64_t z_off_t
H A Dzutil.h173 ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off_t);
174 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off_t);
175 ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off_t);
/third_party/libwebsockets/win32port/zlib/
H A Dzlib.h1057 7.6: size of z_off_t
1335 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1336 z_off_t offset, int whence));
1362 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1373 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file));
1490 z_off_t len2));
1517 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1583 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int));
1584 ZEXTERN z_off_t ZEXPOR
[all...]
H A Dgzlib.c351 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek()
353 z_off_t offset;
359 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
380 z_off_t ZEXPORT gztell(file) in gztell()
386 return ret == (z_off_t)ret ? (z_off_t)ret : -1;
413 z_off_t ZEXPORT gzoffset(file) in gzoffset()
419 return ret == (z_off_t)ret ? (z_off_t)re
[all...]
H A Dzconf.h383 # ifndef z_off_t
384 # define z_off_t off_t macro
394 #ifndef z_off_t
395 # define z_off_t long macro
401 # define z_off64_t z_off_t
H A Dzutil.h164 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
165 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
H A Dadler32.c158 z_off_t len2;
H A Dzutil.c55 switch ((int)(sizeof(z_off_t))) { in zlibCompileFlags()
/third_party/node/deps/v8/third_party/zlib/
H A Dzlib.h1183 7.6: size of z_off_t
1549 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1550 z_off_t offset, int whence));
1576 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1587 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file));
1717 z_off_t len2));
1723 that the z_off_t type (like off_t) is a signed integer. If len2 is
1751 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1890 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, in
[all...]
H A 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)re
[all...]
H A Dzconf.h494 # ifndef z_off_t
495 # define z_off_t off_t macro
518 #ifndef z_off_t
519 # define z_off_t long macro
528 # define z_off64_t z_off_t
H A Dzutil.h198 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
199 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
H A Dadler32.c203 z_off_t len2;
/third_party/skia/third_party/externals/zlib/
H A Dzlib.h1181 7.6: size of z_off_t
1547 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1548 z_off_t offset, int whence));
1574 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1585 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file));
1715 z_off_t len2));
1721 that the z_off_t type (like off_t) is a signed integer. If len2 is
1749 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1888 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, in
[all...]
H A 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)re
[all...]
H A Dzconf.h494 # ifndef z_off_t
495 # define z_off_t off_t macro
518 #ifndef z_off_t
519 # define z_off_t long macro
528 # define z_off64_t z_off_t
H A Dzutil.h206 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
207 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dftzconf.h246 # define z_off_t off_t macro
253 #ifndef z_off_t
254 # define z_off_t long macro

Completed in 26 milliseconds

12