Home
last modified time | relevance | path

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

/reactos/dll/win32/urlmon/
H A Dhttp.c102 static inline HRESULT internet_error_to_hres(DWORD error) in internet_error_to_hres() function
199 return internet_error_to_hres(error); in handle_http_error()
236 …= ERROR_INTERNET_FORCE_RETRY || res == ERROR_SUCCESS ? RPC_E_RETRY : internet_error_to_hres(error); in handle_http_error()