Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl_pwhash.c78 zend_long sthreads = zval_get_long(opt); in get_options() local
79 if ((sthreads < PHP_OPENSSL_THREADS_MIN) || (sthreads > PHP_OPENSSL_THREADS_MAX)) { in get_options()
83 *threads = sthreads; in get_options()

Completed in 6 milliseconds