Searched refs:php_base64_encode (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/standard/ |
H A D | base64.h | 70 static inline zend_string *php_base64_encode(const unsigned char *str, size_t len) { in php_base64_encode() function 74 return php_base64_encode((const unsigned char*)(ZSTR_VAL(str)), ZSTR_LEN(str)); in php_base64_encode_str()
|
H A D | password.c | 56 buffer = php_base64_encode((unsigned char*) str, str_len); in php_password_salt_to64()
|
H A D | http_fopen_wrapper.c | 532 stmp = php_base64_encode((unsigned char*)scratch, strlen(scratch)); in php_stream_url_wrap_http_ex()
|
H A D | base64.c | 1241 result = php_base64_encode((unsigned char*)str, str_len); in PHP_FUNCTION()
|
/php-src/ext/soap/ |
H A D | php_http.c | 44 zend_string *buf = php_base64_encode((unsigned char*)ZSTR_VAL(auth.s), ZSTR_LEN(auth.s)); in proxy_authentication() 70 zend_string *buf = php_base64_encode((unsigned char*)ZSTR_VAL(auth.s), ZSTR_LEN(auth.s)); in basic_authentication() 837 buf = php_base64_encode((unsigned char*)ZSTR_VAL(auth.s), ZSTR_LEN(auth.s)); in make_http_soap_request()
|
H A D | php_encoding.c | 968 …zend_string *str = php_base64_encode((unsigned char *) ZSTR_VAL(serialization), ZSTR_LEN(serializa… in to_xml_base64()
|
/php-src/ext/iconv/ |
H A D | iconv.c | 1068 encoded = php_base64_encode((unsigned char *) buf, (out_size - out_left)); in _php_iconv_mime_encode()
|
/php-src/ext/openssl/ |
H A D | openssl.c | 7904 base64_str = php_base64_encode((unsigned char*)ZSTR_VAL(outbuf), outlen);
|
Completed in 58 milliseconds