Home
last modified time | relevance | path

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

/PHP-8.2/ext/random/
H A Dengine_combinedlcg.c87 if (!php_random_hex2bin_le(Z_STR_P(t), &s->state[i])) { in unserialize()
H A Dengine_pcgoneseq128xslrr64.c96 if (!php_random_hex2bin_le(Z_STR_P(t), &u[i])) { in unserialize()
H A Dengine_xoshiro256starstar.c144 if (!php_random_hex2bin_le(Z_STR_P(t), &s->state[i])) { in unserialize()
H A Dengine_mt19937.c200 if (!php_random_hex2bin_le(Z_STR_P(t), &s->state[i])) { in unserialize()
H A Dphp_random.h298 PHPAPI bool php_random_hex2bin_le(zend_string *hexstr, void *dest);
H A Drandom.c376 PHPAPI bool php_random_hex2bin_le(zend_string *hexstr, void *dest) function

Completed in 16 milliseconds