Searched refs:gzread (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/lib/libz/ |
| HD | zopen.c | 17 return gzread(cookie, data, size); in xgzread()
|
| HD | Symbol.map | 59 gzread;
|
| HD | Makefile | 27 SRCS+= gzread.c
|
| HD | ChangeLog | 178 - Correct spelling error in gzread.c 181 - Change gzread() and related to ignore junk after gzip streams 182 - Allow gzread() and related to continue after gzclearerr() 218 - Fix bug in gzread.c when end-of-file is reached 220 - Document gzread() capability to read concurrently written files 340 - Match type exactly in gz_load() invocation in gzread.c 389 - Avoid MSVC loss of data warnings in gzread.c, gzwrite.c 435 - Avoid void * arithmetic in gzread.c and gzwrite.c 446 - Add checks on len in gzread() and gzwrite() 463 - Fix premature EOF from gzread() in gzio.c [Brown] [all …]
|
| HD | gzread.c | 291 int ZEXPORT gzread(file, buf, len) in gzread() function 415 ret = gzread(file, buf, 1);
|
| HD | zconf.h | 84 # define gzread z_gzread macro
|
| HD | zlib.h | 1313 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
|
| /NextBSD/lib/libz/test/ |
| HD | 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));
|
| HD | example.c | 151 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) {
|
| /NextBSD/usr.bin/grep/ |
| HD | file.c | 95 nr = gzread(gzbufdesc, buffer, MAXBUFSIZ); in grep_refill()
|
| /NextBSD/sys/sys/ |
| HD | zlib.h | 898 extern int EXPORT gzread OF((gzFile file, voidp buf, unsigned len));
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| HD | zlib.h | 1108 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
|
| /NextBSD/contrib/mdocml/ |
| HD | read.c | 812 while ((r = gzread(gz, buf, sizeof(buf))) > 0) in gunzip()
|
| /NextBSD/gnu/usr.bin/grep/ |
| HD | grep.c | 484 bytesread = gzread (gzbufdesc, readbuf, readsize); in fillbuf()
|