Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dbase64.h65 PHPAPI extern zend_string *php_base64_decode_ex(const unsigned char *, size_t, 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 Dbase64.c384 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) __at…
428 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) { in php_base64_decode_ex() function
778 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex() function
908 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, 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.1/main/streams/
H A Dmemory.c702 base64_comma = php_base64_decode_ex((const unsigned char *)comma, dlen, 1); in php_stream_url_wrap_rfc2397()

Completed in 14 milliseconds