Home
last modified time | relevance | path

Searched refs:ZLIB_SYNC_FLUSH (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/zlib/tests/
H A Ddeflate_add_buffer_full.phpt2 Test deflate_add() buffer issue with data that fills deflate buffer while using ZLIB_SYNC_FLUSH on …
23 ZLIB_SYNC_FLUSH
31 ZLIB_SYNC_FLUSH
39 ZLIB_SYNC_FLUSH
H A Ddeflate_add_basic.phpt36 'ZLIB_SYNC_FLUSH' => ZLIB_SYNC_FLUSH,
H A Dinflate_add_basic.phpt39 'ZLIB_SYNC_FLUSH' => ZLIB_SYNC_FLUSH,
H A Dbug74240.phpt20 ZLIB_SYNC_FLUSH
H A Ddeflate_add_error.phpt27 …t #3 ($flush_mode) must be one of ZLIB_NO_FLUSH, ZLIB_PARTIAL_FLUSH, ZLIB_SYNC_FLUSH, ZLIB_FULL_FL…
H A Dinflate_add_error.phpt26 …t #3 ($flush_mode) must be one of ZLIB_NO_FLUSH, ZLIB_PARTIAL_FLUSH, ZLIB_SYNC_FLUSH, ZLIB_FULL_FL…
/php-src/ext/zlib/
H A Dzlib.stub.php46 const ZLIB_SYNC_FLUSH = UNKNOWN; define
275 function deflate_add(DeflateContext $context, string $data, int $flush_mode = ZLIB_SYNC_FLUSH): str…
279 function inflate_add(InflateContext $context, string $data, int $flush_mode = ZLIB_SYNC_FLUSH): str…

Completed in 13 milliseconds