Searched refs:php_base64_decode (Results 1 – 8 of 8) sorted by relevance
29 PHPAPI extern zend_string *php_base64_decode(const unsigned char *, size_t);
130 PHPAPI zend_string *php_base64_decode(const unsigned char *str, size_t length) /* {{{ */ in php_base64_decode() function
728 base64_comma = php_base64_decode((const unsigned char *)comma, dlen); in php_stream_url_wrap_rfc2397()
913 new_str = php_base64_decode( in php_wddx_pop_element()
2602 user = php_base64_decode((const unsigned char*)auth + 6, strlen(auth) - 6); in php_handle_auth_data()
1823 decoded_text = php_base64_decode((unsigned char*)encoded_text, encoded_text_len); in _php_iconv_mime_decode()
779 str = php_base64_decode(data->children->content, strlen((char*)data->children->content)); in to_zval_base64()785 str = php_base64_decode(data->children->content, strlen((char*)data->children->content)); in to_zval_base64()
5813 base64_str = php_base64_decode((unsigned char*)data, data_len); in PHP_FUNCTION()
Completed in 46 milliseconds