Home
last modified time | relevance | path

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

/PHP-8.2/ext/random/
H A Drandom.c376 PHPAPI bool php_random_hex2bin_le(zend_string *hexstr, void *dest) argument
378 size_t len = hexstr->len >> 1;
379 unsigned char *str = (unsigned char *) hexstr->val, c, l, d;
H A Dphp_random.h298 PHPAPI bool php_random_hex2bin_le(zend_string *hexstr, void *dest);

Completed in 11 milliseconds