Searched refs:gzread (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/contrib/zlib/ |
H A D | ChangeLog | 12 - Avoid some conversion warnings in gzread.c and gzwrite.c 284 - Correct spelling error in gzread.c 287 - Change gzread() and related to ignore junk after gzip streams 288 - Allow gzread() and related to continue after gzclearerr() 324 - Fix bug in gzread.c when end-of-file is reached 326 - Document gzread() capability to read concurrently written files 446 - Match type exactly in gz_load() invocation in gzread.c 495 - Avoid MSVC loss of data warnings in gzread.c, gzwrite.c 541 - Avoid void * arithmetic in gzread.c and gzwrite.c 552 - Add checks on len in gzread() and gzwrite() [all …]
|
H A D | zconf.h | 113 # define gzread z_gzread macro
|
H A D | zlib.h | 1392 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | read.c | 508 gzread(gz, fb->buf + (int)off, fb->sz - off) : in read_whole_file()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 3980 int ZEXPORT gzread (file, buf, len) in gzread() function 4412 r = gzread(gz, buf, sizeof(Header_t)) == sizeof(Header_t); 4902 while ((c = gzread(gz, buf, sizeof(buf))) > 0)
|