Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dbase64.c469 PHPAPI zend_string *(*php_base64_encode_ptr)(const unsigned char *str, size_t length, zend_long fla… variable
473 return php_base64_encode_ptr(str, length, flags); in php_base64_encode_ex()
483 php_base64_encode_ptr = php_base64_encode_avx512_vbmi; in PHP_MINIT_FUNCTION()
489 php_base64_encode_ptr = php_base64_encode_avx512; in PHP_MINIT_FUNCTION()
495 php_base64_encode_ptr = php_base64_encode_avx2; in PHP_MINIT_FUNCTION()
501 php_base64_encode_ptr = php_base64_encode_ssse3; in PHP_MINIT_FUNCTION()
506 php_base64_encode_ptr = php_base64_encode_default; in PHP_MINIT_FUNCTION()

Completed in 13 milliseconds