Searched refs:decode_base64 (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/rpcrt4/ |
H A D | rpc_transport.c | 2623 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 D | request.c | 1058 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 D | mimeole.c | 1560 static HRESULT decode_base64(IStream *input, IStream **ret_stream) in decode_base64() function 1727 hres = decode_base64(This->data, ppStream); in MimeBody_GetData()
|