Home
last modified time | relevance | path

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

/reactos/dll/win32/wininet/
H A Dinternet.c2771 return ERROR_INTERNET_INVALID_OPTION; in INET_SetOption()
2852 if(res != ERROR_INTERNET_INVALID_OPTION) { in InternetSetOptionW()
2925 SetLastError(ERROR_INTERNET_INVALID_OPTION); in InternetSetOptionW()
3023 SetLastError(ERROR_INTERNET_INVALID_OPTION); in InternetSetOptionW()
3028 SetLastError(ERROR_INTERNET_INVALID_OPTION); in InternetSetOptionW()
3033 SetLastError(ERROR_INTERNET_INVALID_OPTION); in InternetSetOptionW()
3038 SetLastError(ERROR_INTERNET_INVALID_OPTION); in InternetSetOptionW()
3043 SetLastError(ERROR_INTERNET_INVALID_OPTION); in InternetSetOptionW()
3109 SetLastError(ERROR_INTERNET_INVALID_OPTION); in InternetSetOptionW()
/reactos/modules/rostests/winetests/wininet/
H A Dinternet.c154 ok(GetLastError() == ERROR_INTERNET_INVALID_OPTION, in test_InternetCanonicalizeUrlA()
H A Dhttp.c680 ok(res || broken(!res && GetLastError() == ERROR_INTERNET_INVALID_OPTION), in InternetReadFile_test()
3914 if(!ret && GetLastError()==ERROR_INTERNET_INVALID_OPTION) { in test_cache_read_gzipped()
/reactos/sdk/include/psdk/
H A Dwininet.h1998 #define ERROR_INTERNET_INVALID_OPTION (INTERNET_ERROR_BASE + 9) macro