Home
last modified time | relevance | path

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

/php-src/ext/random/
H A Dengine_combinedlcg.c96 if (!php_random_hex2bin_le(Z_STR_P(t), &s->state[i])) { in unserialize()
H A Dengine_pcgoneseq128xslrr64.c99 if (!php_random_hex2bin_le(Z_STR_P(t), &u[i])) { in unserialize()
H A Dengine_xoshiro256starstar.c149 if (!php_random_hex2bin_le(Z_STR_P(t), &s->state[i])) { in unserialize()
H A Dphp_random.h178 PHPAPI bool php_random_hex2bin_le(zend_string *hexstr, void *dest);
H A Dengine_mt19937.c206 if (!php_random_hex2bin_le(Z_STR_P(t), &s->state[i])) { in unserialize()
H A Drandom.c356 PHPAPI bool php_random_hex2bin_le(zend_string *hexstr, void *dest) function

Completed in 37 milliseconds