Home
last modified time | relevance | path

Searched refs:gzread (Results 1 – 14 of 14) sorted by relevance

/freebsd/lib/libz/
H A Dzopen.c16 return gzread(cookie, data, size); in xgzread()
H A DSymbol.map88 gzread;
H A DMakefile29 SRCS+= gzread.c
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md13 - zlibWrapper/gz*.c files (gzclose.c, gzlib.c, gzread.c, gzwrite.c)
51 gzread(): hello, hello!
65 gzread(): hello, hello!
H A Dgzread.c369 int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) { in gzread() function
/freebsd/sys/contrib/zlib/test/
H A Dminigzip.c258 static int gzread(gzFile gz, void *buf, unsigned len) { in gzread() function
403 len = gzread(in, buf, sizeof(buf)); in gz_uncompress()
H A Dexample.c123 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) { in test_gzio()
/freebsd/sys/contrib/zlib/
H A DChangeLog45 - 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 Dzconf.h117 # define gzread z_gzread macro
H A Dzlib.h1459 ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len);
H A Dgzread.c397 int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) { in gzread() function
H A Dzconf.h.in98 # define gzread z_gzread macro
/freebsd/contrib/mandoc/
H A Dread.c513 gzread(gz, fb->buf + (int)off, fb->sz - off) : in read_whole_file()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c94 rc = gzread(fp, buf + bytes, block_size); in read_map()