Searched refs:ERROR_INTERNET_INVALID_OPTION (Results 1 – 4 of 4) sorted by relevance
2771 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()
154 ok(GetLastError() == ERROR_INTERNET_INVALID_OPTION, in test_InternetCanonicalizeUrlA()
680 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()
1998 #define ERROR_INTERNET_INVALID_OPTION (INTERNET_ERROR_BASE + 9) macro