Searched refs:php_base64_encode (Results 1 – 8 of 8) sorted by relevance
/PHP-7.1/ext/standard/ |
H A D | base64.h | 27 PHPAPI extern zend_string *php_base64_encode(const unsigned char *, size_t);
|
H A D | base64.c | 56 PHPAPI zend_string *php_base64_encode(const unsigned char *str, size_t length) /* {{{ */ in php_base64_encode() function 219 result = php_base64_encode((unsigned char*)str, str_len); in PHP_FUNCTION()
|
H A D | password.c | 89 buffer = php_base64_encode((unsigned char*) str, str_len); in php_password_salt_to64()
|
H A D | http_fopen_wrapper.c | 549 stmp = php_base64_encode((unsigned char*)scratch, strlen(scratch)); in php_stream_url_wrap_http_ex()
|
/PHP-7.1/ext/soap/ |
H A D | php_http.c | 51 buf = php_base64_encode((unsigned char*)ZSTR_VAL(auth.s), ZSTR_LEN(auth.s)); in proxy_authentication() 80 buf = php_base64_encode((unsigned char*)ZSTR_VAL(auth.s), ZSTR_LEN(auth.s)); in basic_authentication() 799 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 | 940 str = php_base64_encode((unsigned char*)Z_STRVAL_P(data), Z_STRLEN_P(data)); in to_xml_base64() 943 str = php_base64_encode((unsigned char*) ZSTR_VAL(tmp), ZSTR_LEN(tmp)); in to_xml_base64()
|
/PHP-7.1/ext/iconv/ |
H A D | iconv.c | 1339 encoded = php_base64_encode((unsigned char *) buf, (out_size - out_left)); in _php_iconv_mime_encode()
|
/PHP-7.1/ext/openssl/ |
H A D | openssl.c | 6429 base64_str = php_base64_encode((unsigned char*)ZSTR_VAL(outbuf), outlen); in PHP_FUNCTION()
|
Completed in 56 milliseconds