Home
last modified time | relevance | path

Searched refs:work_factor (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/bz2/
H A Dbz2.stub.php48 function bzcompress(string $data, int $block_size = 4, int $work_factor = 0): string|int {} argument
H A Dbz2_arginfo.h41 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, work_factor, IS_LONG, 0, "0")
H A Dbz2.c449 work_factor = 0, /* Work factor for compression algorithm */ in PHP_FUNCTION() local
473 work_factor = zwork_factor; in PHP_FUNCTION()
476 …Z2_bzBuffToBuffCompress(ZSTR_VAL(dest), &dest_len, source, source_len, block_size, 0, work_factor); in PHP_FUNCTION()

Completed in 6 milliseconds