Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dpassword.c282 zend_long new_threads = PHP_PASSWORD_ARGON2_THREADS, threads = 0; in PHP_FUNCTION() local
293 new_threads = zval_get_long(option_buffer); in PHP_FUNCTION()
298 if (new_time_cost != time_cost || new_memory_cost != memory_cost || new_threads != threads) { in PHP_FUNCTION()

Completed in 5 milliseconds