Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/password/
H A Dpassword_hash_error_argon2.phpt24 password_hash('test', PASSWORD_ARGON2I, ['threads' => 0]);
42 password_hash('test', PASSWORD_ARGON2ID, ['threads' => 0]);
50 Invalid number of threads
53 Invalid number of threads
H A Dpassword_get_info_argon2.phpt27 ["threads"]=>
42 ["threads"]=>
H A Dbug75221.phpt12 ['memory_cost' => 64 << 10, 'time_cost' => 4, 'threads' => 1]
/php-src/TSRM/
H A Dtsrm.m410 AC_MSG_ERROR(Your system seems to lack POSIX threads.)
15 AC_MSG_CHECKING(for POSIX threads)
H A Dthreads.m431 dnl Set some magic defines to achieve POSIX threads conformance.
57 dnl Check whether the current setup can use POSIX threads calls.
84 dnl Try to find a way to enable POSIX threads.
94 dnl -threads gcc (HP-UX)
100 for flag in -kthread -pthread -pthreads -mthreads -Kthread -threads -mt -qthreaded; do
/php-src/ext/standard/
H A Dpassword.c241 zend_long *time_cost, zend_long *threads) /* {{{ */ in extract_argon2_parameters() argument
256 v, memory_cost, time_cost, threads); in extract_argon2_parameters()
266 zend_long threads = PHP_PASSWORD_ARGON2_THREADS; in php_password_argon2_get_info() local
272 add_assoc_long(return_value, "threads", threads); in php_password_argon2_get_info()
281 zend_long new_threads = PHP_PASSWORD_ARGON2_THREADS, threads = 0; in php_password_argon2_needs_rehash() local
300 (new_threads != threads); in php_password_argon2_needs_rehash()
308 size_t threads = PHP_PASSWORD_ARGON2_THREADS; in php_password_argon2_hash() local
331 threads = zval_get_long(option_buffer); in php_password_argon2_hash()
334 if (threads > ARGON2_MAX_LANES || threads == 0) { in php_password_argon2_hash()
347 threads, in php_password_argon2_hash()
[all …]
/php-src/ext/sodium/
H A Dsodium_pwhash.c106 zend_long v = 0, threads = 1; in php_sodium_argon2_get_info() local
124 &v, &memory_cost, &time_cost, &threads); in php_sodium_argon2_get_info()
128 add_assoc_long(return_value, "threads", threads); in php_sodium_argon2_get_info()
/php-src/ext/sodium/tests/
H A Dphp_password_hash_argon2i.phpt25 'threads' => PASSWORD_ARGON2_DEFAULT_THREADS,
H A Dphp_password_hash_argon2id.phpt25 'threads' => PASSWORD_ARGON2_DEFAULT_THREADS,
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst160 or threads to reduce memory consumption. As you may know, sharing memory between processes or
161 threads can be tricky and requires special care when modifying values. In particular, modification
162 usually requires exclusive access to the memory so that the other processes or threads wait until
/php-src/docs/
H A Dmailinglist-rules.md67 4. Do not high-jack threads, by bringing up entirely new topics. Please
/php-src/build/
H A Dax_func_which_gethostbyname_r.m428 # based on David Arnold's autoconf suggestion in the threads faq
H A Dltmain.sh1664 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
H A Dphp.m4727 …AC_MSG_ERROR([ZTS currently requires working POSIX threads. We were unable to verify that your sys…
/php-src/
H A Dconfigure.ac13 m4_include([TSRM/threads.m4])
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます4637 # https://encode.ru/threads/456-zpaq-updates/page32
H A Dmagic4637 # https://encode.ru/threads/456-zpaq-updates/page32

Completed in 446 milliseconds