Home
last modified time | relevance | path

Searched refs:Z_FULL_FLUSH (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/
H A Dconstants.h243 #ifdef Z_FULL_FLUSH in constant_12()
244 *iv_return = Z_FULL_FLUSH; in constant_12()
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/
H A Dzlib-generic.pl166 ok $x->flush(Z_FULL_FLUSH) ;
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DMakefile.PL195 Z_FULL_FLUSH
/openbsd/regress/lib/libz/
H A Dexample.c348 err = deflate(&c_stream, Z_FULL_FLUSH); in test_flush()
/openbsd/lib/libz/
H A Dzlib.h171 #define Z_FULL_FLUSH 3 macro
H A DChangeLog671 - Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart
1546 - deflate(Z_FULL_FLUSH) now works even if output buffer too short
1554 - deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented
1597 not yet Z_FULL_FLUSH
H A Ddeflate.c1215 if (flush == Z_FULL_FLUSH) { in deflate()
/openbsd/sys/lib/libz/
H A Dzlib.h171 #define Z_FULL_FLUSH 3 macro
H A Ddeflate.c1215 if (flush == Z_FULL_FLUSH) { in deflate()
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzlib.h171 #define Z_FULL_FLUSH 3 macro
H A Ddeflate.c1211 if (flush == Z_FULL_FLUSH) { in deflate()
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A Dcz-03zlib-v1.t640 ok ((($X, $status) = $x->flush(Z_FULL_FLUSH))[1] == Z_OK ) ;
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/
H A D02zlib.t452 cmp_ok $x->flush($Answer, Z_FULL_FLUSH), '==', Z_OK ;