Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dbase64.c422 PHPAPI zend_string *(*php_base64_decode_ex_ptr)(const unsigned char *str, size_t length, zend_bool … variable
428 return php_base64_decode_ex_ptr(str, length, strict); in php_base64_decode_ex()
436 php_base64_decode_ex_ptr = php_base64_decode_ex_avx2; in PHP_MINIT_FUNCTION()
442 php_base64_decode_ex_ptr = php_base64_decode_ex_ssse3; in PHP_MINIT_FUNCTION()
447 php_base64_decode_ex_ptr = php_base64_decode_ex_default; in PHP_MINIT_FUNCTION()

Completed in 112 milliseconds