Searched refs:php_base64_decode (Results 1 – 8 of 8) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | base64.h | 29 PHPAPI extern unsigned char *php_base64_decode(const unsigned char *, int, int *);
|
H A D | base64.c | 137 PHPAPI unsigned char *php_base64_decode(const unsigned char *str, int length, int *ret_length) /* {… in php_base64_decode() function
|
/PHP-5.4/main/streams/ |
H A D | memory.c | 25 PHPAPI unsigned char *php_base64_decode(const unsigned char *str, int length, int *ret_length); 699 comma = (char*)php_base64_decode((const unsigned char *)comma, dlen, &ilen); in php_stream_url_wrap_rfc2397()
|
/PHP-5.4/ext/wddx/ |
H A D | wddx.c | 940 new_str = php_base64_decode(Z_STRVAL_P(ent1->data), Z_STRLEN_P(ent1->data), &new_len); in php_wddx_pop_element()
|
/PHP-5.4/main/ |
H A D | main.c | 2583 user = php_base64_decode(auth + 6, strlen(auth) - 6, NULL); in php_handle_auth_data()
|
/PHP-5.4/ext/iconv/ |
H A D | iconv.c | 1730 …decoded_text = (char *)php_base64_decode((unsigned char*)encoded_text, (int)encoded_text_len, &dum… in _php_iconv_mime_decode()
|
/PHP-5.4/ext/soap/ |
H A D | php_encoding.c | 801 …str = (char*)php_base64_decode(data->children->content, strlen((char*)data->children->content), &s… in to_zval_base64() 807 …str = (char*)php_base64_decode(data->children->content, strlen((char*)data->children->content), &s… in to_zval_base64()
|
/PHP-5.4/ext/openssl/ |
H A D | openssl.c | 4948 base64_str = (char*)php_base64_decode((unsigned char*)data, data_len, &base64_str_len); in PHP_FUNCTION()
|
Completed in 58 milliseconds