Searched refs:gzread (Results 1 – 14 of 14) sorted by relevance
| /freebsd/lib/libz/ |
| H A D | zopen.c | 16 return gzread(cookie, data, size); in xgzread()
|
| H A D | Symbol.map | 88 gzread;
|
| H A D | Makefile | 29 SRCS+= gzread.c
|
| /freebsd/sys/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 13 - zlibWrapper/gz*.c files (gzclose.c, gzlib.c, gzread.c, gzwrite.c) 51 gzread(): hello, hello! 65 gzread(): hello, hello!
|
| H A D | gzread.c | 369 int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) { in gzread() function
|
| /freebsd/sys/contrib/zlib/test/ |
| H A D | minigzip.c | 258 static int gzread(gzFile gz, void *buf, unsigned len) { in gzread() function 403 len = gzread(in, buf, sizeof(buf)); in gz_uncompress()
|
| H A D | example.c | 123 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) { in test_gzio()
|
| /freebsd/sys/contrib/zlib/ |
| H A D | ChangeLog | 45 - Add a "G" option to force gzip, disabling transparency in gzread() 51 - Return all available uncompressed data on error in gzread.c 103 - Avoid some conversion warnings in gzread.c and gzwrite.c 375 - Correct spelling error in gzread.c 378 - Change gzread() and related to ignore junk after gzip streams 379 - Allow gzread() and related to continue after gzclearerr() 415 - Fix bug in gzread.c when end-of-file is reached 417 - Document gzread() capability to read concurrently written files 537 - Match type exactly in gz_load() invocation in gzread.c 586 - Avoid MSVC loss of data warnings in gzread.c, gzwrite.c [all …]
|
| H A D | zconf.h | 117 # define gzread z_gzread macro
|
| H A D | zlib.h | 1459 ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len);
|
| H A D | gzread.c | 397 int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) { in gzread() function
|
| H A D | zconf.h.in | 98 # define gzread z_gzread macro
|
| /freebsd/contrib/mandoc/ |
| H A D | read.c | 513 gzread(gz, fb->buf + (int)off, fb->sz - off) : in read_whole_file()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | draid.c | 94 rc = gzread(fp, buf + bytes, block_size); in read_map()
|