Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/tests/password/
H A Dpassword_hash_error_argon2.phpt12 var_dump(password_hash('test', PASSWORD_ARGON2I, ['threads' => 0]));
15 var_dump(password_hash('test', PASSWORD_ARGON2ID, ['threads' => 0]));
24 Warning: password_hash(): Invalid number of threads in %s on line %d
33 Warning: password_hash(): Invalid number of threads in %s on line %d
H A Dpassword_get_info_argon2.phpt27 ["threads"]=>
42 ["threads"]=>
H A Dbug75221.phpt12 ['memory_cost' => 16384, 'time_cost' => 2, 'threads' => 4]
/PHP-7.3/ext/standard/
H A Dpassword.c170 zend_long *time_cost, zend_long *threads) /* {{{ */ in extract_argon2_parameters() argument
214 zend_long threads = PHP_PASSWORD_ARGON2_THREADS; in PHP_FUNCTION() local
216 extract_argon2_parameters(algo, hash, &v, &memory_cost, &time_cost, &threads); in PHP_FUNCTION()
220 add_assoc_long(&options, "threads", threads); in PHP_FUNCTION()
282 zend_long new_threads = PHP_PASSWORD_ARGON2_THREADS, threads = 0; in PHP_FUNCTION() local
296 extract_argon2_parameters(algo, hash, &v, &memory_cost, &time_cost, &threads); in PHP_FUNCTION()
511 size_t threads = PHP_PASSWORD_ARGON2_THREADS; in PHP_FUNCTION() local
540 threads = zval_get_long(option_buffer); in PHP_FUNCTION()
543 if (threads > ARGON2_MAX_LANES || threads == 0) { in PHP_FUNCTION()
556 threads, in PHP_FUNCTION()
[all …]
/PHP-7.3/TSRM/
H A Dtsrm.m453 sinclude(threads.m4)
60 AC_MSG_ERROR(Your system seems to lack POSIX threads.)
65 AC_MSG_CHECKING(for POSIX threads)
90 [ --with-tsrm-pthreads Use POSIX threads (default)],[
H A Dthreads.m431 dnl Set some magic defines to achieve POSIX threads conformance
66 dnl Check whether the current setup can use POSIX threads calls
92 dnl Try to find a way to enable POSIX threads
102 dnl -threads gcc (HP-UX)
116 for flag in -kthread -pthread -pthreads -mthreads -Kthread -threads -mt -qthreaded; do
/PHP-7.3/build/
H A Dbuild.mk33 @echo config_m4_files = Zend/Zend.m4 TSRM/tsrm.m4 TSRM/threads.m4 \
/PHP-7.3/
H A DREADME.MAILINGLIST_RULES70 4. Do not high-jack threads, by bringing up entirely new topics. Please
H A Dconfigure.ac319 sinclude(TSRM/threads.m4)
H A Dltmain.sh1651 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
H A Dacinclude.m4753 …AC_MSG_ERROR([ZTS currently requires working POSIX threads. We were unable to verify that your sys…
/PHP-7.3/TSRM/m4/
H A Dax_func_which_gethostbyname_r.m428 # based on David Arnold's autoconf suggestion in the threads faq
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic3557 # http://encode.ru/threads/456-zpaq-updates/page32
H A Dmagic私はガラスを食べられます3557 # http://encode.ru/threads/456-zpaq-updates/page32

Completed in 152 milliseconds