Lines Matching refs:len
1136 call out(out_desc, buf, len) to write the uncompressed data buf[0..len-1].
1395 ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len);
1397 Read and decompress up to len uncompressed bytes from file into buf. If
1420 len for end of file, or -1 for error. If len is too large to fit in an int,
1451 ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len);
1453 Compress and write the len uncompressed bytes at buf to file. gzwrite
1494 ZEXTERN char * ZEXPORT gzgets(gzFile file, char *buf, int len);
1496 Read and decompress bytes from file into buf, until len-1 characters are
1498 end-of-file condition is encountered. If any characters are read or if len
1500 are read due to an end-of-file or len is less than one, then the buffer is
1692 ZEXTERN uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len);
1694 Update a running Adler-32 checksum with the bytes buf[0..len-1] and
1713 z_size_t len);
1730 ZEXTERN uLong ZEXPORT crc32(uLong crc, const Bytef *buf, uInt len);
1732 Update a running CRC-32 with the bytes buf[0..len-1] and return the
1749 z_size_t len);