Home
last modified time | relevance | path

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

/third_party/glib/gio/win32/
Dwinhttp.h60 #define WINHTTP_ERROR_BASE 12000 macro
113 #define ERROR_WINHTTP_AUTODETECTION_FAILED (WINHTTP_ERROR_BASE + 180)
Dgwinhttpvfs.c277 if (error_code >= WINHTTP_ERROR_BASE && error_code < WINHTTP_ERROR_BASE + 200) in _g_winhttp_error_message()