Searched refs:php_base64_decode_ex (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | base64.h | 65 PHPAPI extern zend_string *php_base64_decode_ex(const unsigned char *, size_t, zend_bool); 72 return php_base64_decode_ex(str, len, 0); in php_base64_decode() 75 return php_base64_decode_ex((const unsigned char*)(ZSTR_VAL(str)), ZSTR_LEN(str), 0); in php_base64_decode_str()
|
H A D | base64.c | 384 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, zend_bool strict)… 428 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, zend_bool strict)… in php_base64_decode_ex() function 778 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, zend_bool strict) in php_base64_decode_ex() function 908 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, zend_bool strict) in php_base64_decode_ex_default() 958 result = php_base64_decode_ex((unsigned char*)str, str_len, strict); in PHP_FUNCTION()
|
/PHP-8.0/main/streams/ |
H A D | memory.c | 733 base64_comma = php_base64_decode_ex((const unsigned char *)comma, dlen, 1); in php_stream_url_wrap_rfc2397()
|
Completed in 14 milliseconds