Searched refs:php_base64_decode_ex_ptr (Results 1 – 1 of 1) sorted by relevance
470 PHPAPI zend_string *(*php_base64_decode_ex_ptr)(const unsigned char *str, size_t length, bool stric… variable476 return php_base64_decode_ex_ptr(str, length, strict); in php_base64_decode_ex()484 php_base64_decode_ex_ptr = php_base64_decode_ex_avx512_vbmi; in PHP_MINIT_FUNCTION()490 php_base64_decode_ex_ptr = php_base64_decode_ex_avx512; in PHP_MINIT_FUNCTION()496 php_base64_decode_ex_ptr = php_base64_decode_ex_avx2; in PHP_MINIT_FUNCTION()502 php_base64_decode_ex_ptr = php_base64_decode_ex_ssse3; in PHP_MINIT_FUNCTION()507 php_base64_decode_ex_ptr = php_base64_decode_ex_default; in PHP_MINIT_FUNCTION()
Completed in 7 milliseconds