Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dbase64.c465 PHPAPI zend_string *(*php_base64_encode_ptr)(const unsigned char *str, size_t length) = NULL; variable
469 return php_base64_encode_ptr(str, length); in php_base64_encode()
479 php_base64_encode_ptr = php_base64_encode_avx512_vbmi; in PHP_MINIT_FUNCTION()
485 php_base64_encode_ptr = php_base64_encode_avx512; in PHP_MINIT_FUNCTION()
491 php_base64_encode_ptr = php_base64_encode_avx2; in PHP_MINIT_FUNCTION()
497 php_base64_encode_ptr = php_base64_encode_ssse3; in PHP_MINIT_FUNCTION()
502 php_base64_encode_ptr = php_base64_encode_default; in PHP_MINIT_FUNCTION()

Completed in 8 milliseconds