Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dbase64.c466 PHPAPI zend_string *(*php_base64_decode_ex_ptr)(const unsigned char *str, size_t length, bool stric… variable
472 return php_base64_decode_ex_ptr(str, length, strict); in php_base64_decode_ex()
480 php_base64_decode_ex_ptr = php_base64_decode_ex_avx512_vbmi; in PHP_MINIT_FUNCTION()
486 php_base64_decode_ex_ptr = php_base64_decode_ex_avx512; in PHP_MINIT_FUNCTION()
492 php_base64_decode_ex_ptr = php_base64_decode_ex_avx2; in PHP_MINIT_FUNCTION()
498 php_base64_decode_ex_ptr = php_base64_decode_ex_ssse3; in PHP_MINIT_FUNCTION()
503 php_base64_decode_ex_ptr = php_base64_decode_ex_default; in PHP_MINIT_FUNCTION()

Completed in 6 milliseconds