Searched refs:_g_winhttp_set_error (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/gio/win32/ |
D | gwinhttpfileoutputstream.c | 131 _g_winhttp_set_error (error, GetLastError (), "PUT request"); in g_winhttp_file_output_stream_write() 148 _g_winhttp_set_error (error, GetLastError (), "PUT request"); in g_winhttp_file_output_stream_write() 161 _g_winhttp_set_error (error, GetLastError (), "PUT request"); in g_winhttp_file_output_stream_write()
|
D | gwinhttpvfs.c | 337 _g_winhttp_set_error (GError **error, in _g_winhttp_set_error() function 359 _g_winhttp_set_error (error, GetLastError (), what); in _g_winhttp_response() 374 _g_winhttp_set_error (error, GetLastError (), what); in _g_winhttp_response() 389 _g_winhttp_set_error (error, GetLastError (), what); in _g_winhttp_response() 457 _g_winhttp_set_error (error, GetLastError (), request_description); in _g_winhttp_query_header() 471 _g_winhttp_set_error (error, GetLastError (), request_description); in _g_winhttp_query_header()
|
D | gwinhttpfileinputstream.c | 139 _g_winhttp_set_error (error, GetLastError (), "GET request"); in g_winhttp_file_input_stream_read() 156 _g_winhttp_set_error (error, GetLastError (), "GET request"); in g_winhttp_file_input_stream_read()
|
D | gwinhttpfile.c | 488 _g_winhttp_set_error (error, GetLastError (), "HTTP connection"); in g_winhttp_file_query_info() 504 _g_winhttp_set_error (error, GetLastError (), "HEAD request"); in g_winhttp_file_query_info() 516 _g_winhttp_set_error (error, GetLastError (), "HEAD request"); in g_winhttp_file_query_info() 642 _g_winhttp_set_error (error, GetLastError (), "HTTP connection"); in g_winhttp_file_read() 658 _g_winhttp_set_error (error, GetLastError (), "GET request"); in g_winhttp_file_read() 683 _g_winhttp_set_error (error, GetLastError (), "HTTP connection"); in g_winhttp_file_create()
|
D | gwinhttpvfs.h | 88 void _g_winhttp_set_error (GError **error,
|