Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dbase64.h70 PHPAPI extern zend_string *php_base64_decode_ex(const unsigned char *, size_t, zend_bool);
77 return php_base64_decode_ex(str, len, 0); in php_base64_decode()
80 return php_base64_decode_ex((const unsigned char*)(ZSTR_VAL(str)), ZSTR_LEN(str), 0); in php_base64_decode_str()
H A Dbase64.c386 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, zend_bool strict)…
427 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, zend_bool strict)… in php_base64_decode_ex() function
777 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, zend_bool strict) in php_base64_decode_ex() function
907 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, zend_bool strict) in php_base64_decode_ex_default()
959 result = php_base64_decode_ex((unsigned char*)str, str_len, strict); in PHP_FUNCTION()
/PHP-7.4/main/streams/
H A Dmemory.c733 base64_comma = php_base64_decode_ex((const unsigned char *)comma, dlen, 1); in php_stream_url_wrap_rfc2397()

Completed in 8 milliseconds