Home | History | Annotate | Download | only in zlib

Lines Matching refs:compress

256   - Compress more input starting at next_in and update next_in and avail_in
567 compress them better. The effect of Z_FILTERED is to force more Huffman
1108 16: NO_GZCOMPRESS -- gz* functions cannot compress (to avoid linking
1140 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1149 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1173 compress() or compress2() on sourceLen bytes. It would be used before a
1174 compress() or compress2() call to allocate the destination buffer.