Home
last modified time | relevance | path

Searched refs:decode_base64 (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/rpcrt4/
H A Drpc_transport.c2623 static unsigned int decode_base64( const WCHAR *base64, unsigned int len, char *buf ) in decode_base64() function
2847 in.cbBuffer = decode_base64(p, len, NULL); in do_authorization()
2849 decode_base64(p, len, in.pvBuffer); in do_authorization()
/reactos/dll/win32/winhttp/
H A Drequest.c1058 static unsigned int decode_base64( const WCHAR *base64, unsigned int len, char *buf ) in decode_base64() function
1321 in.cbBuffer = decode_base64( p, len, NULL ); in do_authorization()
1327 decode_base64( p, len, in.pvBuffer ); in do_authorization()
/reactos/dll/win32/inetcomm/
H A Dmimeole.c1560 static HRESULT decode_base64(IStream *input, IStream **ret_stream) in decode_base64() function
1727 hres = decode_base64(This->data, ppStream); in MimeBody_GetData()