Home
last modified time | relevance | path

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

/PHP-5.5/ext/bz2/
H A Dbz2_filter.c385 int workFactor = PHP_BZ2_FILTER_DEFAULT_WORKFACTOR; in php_bz2_filter_create() local
416 workFactor = Z_LVAL(tmp); in php_bz2_filter_create()
422 status = BZ2_bzCompressInit(&(data->strm), blockSize100k, 0, workFactor); in php_bz2_filter_create()

Completed in 7 milliseconds