Searched refs:Z_FULL_FLUSH (Results 1 – 13 of 13) sorted by relevance
243 #ifdef Z_FULL_FLUSH in constant_12()244 *iv_return = Z_FULL_FLUSH; in constant_12()
166 ok $x->flush(Z_FULL_FLUSH) ;
195 Z_FULL_FLUSH
348 err = deflate(&c_stream, Z_FULL_FLUSH); in test_flush()
171 #define Z_FULL_FLUSH 3 macro
671 - Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart1546 - deflate(Z_FULL_FLUSH) now works even if output buffer too short1554 - deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented1597 not yet Z_FULL_FLUSH
1215 if (flush == Z_FULL_FLUSH) { in deflate()
1211 if (flush == Z_FULL_FLUSH) { in deflate()
640 ok ((($X, $status) = $x->flush(Z_FULL_FLUSH))[1] == Z_OK ) ;
452 cmp_ok $x->flush($Answer, Z_FULL_FLUSH), '==', Z_OK ;