Lines Matching refs:z_streamp
220 local unsigned read_buf(z_streamp strm, Bytef *buf, unsigned size) {
373 int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version,
381 int ZEXPORT deflateInit2_(z_streamp strm, int level, int method,
531 local int deflateStateCheck(z_streamp strm) {
552 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary,
618 int ZEXPORT deflateGetDictionary(z_streamp strm, Bytef *dictionary,
637 int ZEXPORT deflateResetKeep(z_streamp strm) {
697 int ZEXPORT deflateReset(z_streamp strm) {
707 int ZEXPORT deflateSetHeader(z_streamp strm, gz_headerp head) {
715 int ZEXPORT deflatePending(z_streamp strm, unsigned *pending, int *bits) {
725 int ZEXPORT deflatePrime(z_streamp strm, int bits, int value) {
754 int ZEXPORT deflateParams(z_streamp strm, int level, int strategy) {
799 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy,
836 uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) {
917 local void flush_pending(z_streamp strm) {
948 int ZEXPORT deflate(z_streamp strm, int flush) {
1260 int ZEXPORT deflateEnd(z_streamp strm) {
1284 int ZEXPORT deflateCopy(z_streamp dest, z_streamp source) {