Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dbase64.h68 PHPAPI extern zend_string *php_base64_decode_ex(const unsigned char *, size_t, bool);
78 return php_base64_decode_ex(str, len, 0); in php_base64_decode()
81 return php_base64_decode_ex((const unsigned char*)(ZSTR_VAL(str)), ZSTR_LEN(str), 0); in php_base64_decode_str()
H A Dbase64.c411 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) __at…
475 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) { in php_base64_decode_ex() function
1080 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex() function
1210 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex_default()
1260 result = php_base64_decode_ex((unsigned char*)str, str_len, strict); in PHP_FUNCTION()
/php-src/main/streams/
H A Dmemory.c707 base64_comma = php_base64_decode_ex((const unsigned char *)comma, dlen, 1); in php_stream_url_wrap_rfc2397()

Completed in 11 milliseconds