Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dbase64.h27 PHPAPI extern unsigned char *php_base64_encode(const unsigned char *, int, int *);
H A Dbase64.c56 PHPAPI unsigned char *php_base64_encode(const unsigned char *str, int length, int *ret_length) /* {… in php_base64_encode() function
229 result = php_base64_encode((unsigned char*)str, str_len, &ret_length); in PHP_FUNCTION()
H A Dpassword.c90 buffer = php_base64_encode((unsigned char*) str, (int) str_len, (int*) &ret_len); in php_password_salt_to64()
H A Dhttp_fopen_wrapper.c536 tmp = (char*)php_base64_encode((unsigned char*)scratch, strlen(scratch), NULL); in php_stream_url_wrap_http_ex()
/PHP-5.5/ext/soap/
H A Dphp_http.c52 buf = php_base64_encode((unsigned char*)auth.c, auth.len, &len); in proxy_authentication()
82 buf = php_base64_encode((unsigned char*)auth.c, auth.len, &len); in basic_authentication()
797 buf = php_base64_encode((unsigned char*)auth.c, auth.len, &len); in make_http_soap_request()
H A Dphp_encoding.c968 str = php_base64_encode((unsigned char*)Z_STRVAL_P(data), Z_STRLEN_P(data), &str_len); in to_xml_base64()
977 str = php_base64_encode((unsigned char*)Z_STRVAL(tmp), Z_STRLEN(tmp), &str_len); in to_xml_base64()
/PHP-5.5/ext/iconv/
H A Diconv.c1275 encoded = (char *) php_base64_encode((unsigned char *) buf, (int)(out_size - out_left), &dummy); in _php_iconv_mime_encode()
/PHP-5.5/ext/openssl/
H A Dopenssl.c4965 base64_str = (char*)php_base64_encode(outbuf, outlen, &base64_str_len); in PHP_FUNCTION()

Completed in 56 milliseconds