Searched refs:gzread (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | minigzip.c | 258 int gzread OF((gzFile, void *, unsigned)); 260 int gzread(gz, buf, len) in gzread() function 439 len = gzread(in, buf, sizeof(buf));
|
| H A D | example.c | 151 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) {
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | minigzip.c | 263 int gzread OF((gzFile, void *, unsigned)); 265 int gzread(gz, buf, len) in gzread() function 444 len = gzread(in, buf, sizeof(buf));
|
| H A D | example_original.c | 168 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) {
|
| H A D | example.c | 176 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) {
|
| /f-stack/freebsd/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 | Makefile | 16 GZFILES = gzclose.o gzlib.o gzread.o gzwrite.o
|
| H A D | gzread.c | 387 int ZEXPORT gzread(file, buf, len) in gzread() function
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | ChangeLog | 221 - Correct spelling error in gzread.c 261 - Fix bug in gzread.c when end-of-file is reached 383 - Match type exactly in gz_load() invocation in gzread.c 432 - Avoid MSVC loss of data warnings in gzread.c, gzwrite.c 478 - Avoid void * arithmetic in gzread.c and gzwrite.c 489 - Add checks on len in gzread() and gzwrite() 506 - Fix premature EOF from gzread() in gzio.c [Brown] 579 - Fix EOF detection in transparent gzread() [Maier] 1350 - allow gzread on concatenated .gz files 1377 - fix error checking in gzread [all …]
|
| H A D | zconf.h | 96 # define gzread z_gzread macro
|
| H A D | gzread.c | 378 int ZEXPORT gzread(file, buf, len) in gzread() function
|
| H A D | zlib.h | 1394 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
|
| H A D | zconf.h.in | 90 # define gzread z_gzread macro
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/ |
| H A D | draid.c | 93 rc = gzread(fp, buf + bytes, block_size); in read_map()
|