Home | History | Annotate | Download | only in win32

Lines Matching full:error

261           /* FIXME: Use meaningful error messages */
262 #define CASE(x) case ERROR_WINHTTP_##x: return g_strdup ("WinHttp error: " #x);
309 return g_strdup_printf ("WinHttp error %ld", error_code);
317 _g_winhttp_set_error (GError **error,
323 g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED,
331 GError **error,
339 _g_winhttp_set_error (error, GetLastError (), what);
354 _g_winhttp_set_error (error, GetLastError (), what);
369 _g_winhttp_set_error (error, GetLastError (), what);
404 g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED,
424 GError **error)
437 _g_winhttp_set_error (error, GetLastError (), request_description);
451 _g_winhttp_set_error (error, GetLastError (), request_description);