Home
last modified time | relevance | path

Searched refs:php_base64_encode (Results 1 – 8 of 8) sorted by relevance

/PHP-7.0/ext/standard/
H A Dbase64.h27 PHPAPI extern zend_string *php_base64_encode(const unsigned char *, size_t);
H A Dbase64.c56 PHPAPI zend_string *php_base64_encode(const unsigned char *str, size_t length) /* {{{ */ in php_base64_encode() function
217 result = php_base64_encode((unsigned char*)str, str_len); in PHP_FUNCTION()
H A Dpassword.c90 buffer = php_base64_encode((unsigned char*) str, str_len); in php_password_salt_to64()
H A Dhttp_fopen_wrapper.c553 stmp = php_base64_encode((unsigned char*)scratch, strlen(scratch)); in php_stream_url_wrap_http_ex()
/PHP-7.0/ext/soap/
H A Dphp_http.c51 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()
795 buf = php_base64_encode((unsigned char*)ZSTR_VAL(auth.s), ZSTR_LEN(auth.s)); in make_http_soap_request()
H A Dphp_encoding.c940 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.0/ext/iconv/
H A Diconv.c1338 encoded = php_base64_encode((unsigned char *) buf, (out_size - out_left)); in _php_iconv_mime_encode()
/PHP-7.0/ext/openssl/
H A Dopenssl.c5754 base64_str = php_base64_encode((unsigned char*)ZSTR_VAL(outbuf), outlen); in PHP_FUNCTION()

Completed in 55 milliseconds