Searched refs:work_factor (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/ext/bz2/ |
H A D | bz2.stub.php | 48 function bzcompress(string $data, int $block_size = 4, int $work_factor = 0): string|int {} argument
|
H A D | bz2_arginfo.h | 41 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, work_factor, IS_LONG, 0, "0")
|
H A D | bz2.c | 451 work_factor = 0, /* Work factor for compression algorithm */ in PHP_FUNCTION() local 475 work_factor = zwork_factor; in PHP_FUNCTION() 478 …Z2_bzBuffToBuffCompress(ZSTR_VAL(dest), &dest_len, source, source_len, block_size, 0, work_factor); in PHP_FUNCTION()
|
Completed in 8 milliseconds