gzread 508 other-licenses/zlib/gzio.c return gzread(file, &c, 1) == 1 ? c : -1; gzread 548 other-licenses/zlib/gzio.c while (--len > 0 && gzread(file, buf, 1) == 1 && *buf++ != '\n') ; gzread 847 other-licenses/zlib/gzio.c size = gzread(file, s->outbuf, (uInt)size); gzread 1106 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));