Home
last modified time | relevance | path

Searched refs:g_win32_error_message (Results 1 – 25 of 33) sorted by relevance

12

/third_party/glib/glib/
Dgiowin32.c305 gchar *emsg = g_win32_error_message (GetLastError ()); in create_events()
550 gchar *emsg = g_win32_error_message (GetLastError ()); in create_thread()
779 gchar *emsg = g_win32_error_message (WSAGetLastError ()); in g_io_win32_prepare()
1083 gchar *emsg = g_win32_error_message (GetLastError ()); in g_io_win32_msg_write()
1119 gchar *emsg = g_win32_error_message (GetLastError ()); in g_io_win32_free()
1132 gchar *emsg = g_win32_error_message (GetLastError ()); in g_io_win32_free()
1144 gchar *emsg = g_win32_error_message (WSAGetLastError ()); in g_io_win32_free()
1155 gchar *emsg = g_win32_error_message (WSAGetLastError ()); in g_io_win32_free()
1478 gchar *emsg = g_win32_error_message (winsock_error); in g_io_win32_sock_read()
1539 gchar *emsg = g_win32_error_message (winsock_error); in g_io_win32_sock_write()
[all …]
Dgpoll.c157 gchar *emsg = g_win32_error_message (GetLastError ()); in poll_rest()
185 gchar *emsg = g_win32_error_message (GetLastError ()); in poll_rest()
458 gchar *emsg = g_win32_error_message (GetLastError ()); in g_poll()
Dgwin32.h85 gchar* g_win32_error_message (gint error);
Dgwakeup.c79 g_win32_error_message (GetLastError ())); in g_wakeup_new()
Dgthread-win32.c388 g_win32_error_message (GetLastError ()), #what); \
517 gchar *win_error = g_win32_error_message (GetLastError ()); in g_system_thread_new()
Dgcharset.c312 gchar *emsg = g_win32_error_message (GetLastError ()); in g_get_console_charset()
Dgwin32.c205 g_win32_error_message (gint error) in g_win32_error_message() function
Dgspawn-win32.c852 char *emsg = g_win32_error_message (GetLastError ()); in fork_exec()
/third_party/glib/gio/
Dgwin32outputstream.c169 emsg = g_win32_error_message (errsv); in g_win32_output_stream_write()
215 gchar *emsg = g_win32_error_message (errsv); in g_win32_output_stream_close()
Dgwin32inputstream.c182 emsg = g_win32_error_message (errsv); in g_win32_input_stream_read()
228 gchar *emsg = g_win32_error_message (errsv); in g_win32_input_stream_close()
Dgtestdbus.c132 …g_warning ("Can't enable JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE: %s", g_win32_error_message (GetLastEr… in _g_test_watcher_add_pid()
140 g_warning ("Can't assign process to job: %s", g_win32_error_message (GetLastError())); in _g_test_watcher_add_pid()
683 g_warning ("Can't terminate process: %s", g_win32_error_message (GetLastError())); in stop_daemon()
Dgthreadedresolver.c158 gchar *error_message = g_win32_error_message (WSAGetLastError ()); in do_lookup_by_name()
326 gchar *error_message = g_win32_error_message (WSAGetLastError ()); in do_lookup_by_address()
Dgresolver.c379 gchar *error_message = g_win32_error_message (WSAHOST_NOT_FOUND); in handle_ip_address_or_localhost()
Dgregistrysettingsbackend.c218 win32_error = g_win32_error_message (result_code); in g_message_win32_error()
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2util.c233 error_text = g_win32_error_message ((gint) hr); in gst_wasapi2_util_get_error_message()
253 error_text = g_win32_error_message ((gint) hr); in _gst_wasapi2_result()
/third_party/glib/tests/
Dchild-test.c68 g_error ("CreateProcess failed: %s", g_win32_error_message (GetLastError ())); in get_a_child()
Dtestglib.c972 g_printerr ("a Win32 error message: %s\n", g_win32_error_message (2)); in test_info()
/third_party/glib/gmodule/
Dgmodule-win32.c51 error = g_win32_error_message (GetLastError ()); in set_error()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioutilsprivate.c303 gchar *errorMsg = g_win32_error_message (GetLastError ()); in __gst_audio_set_thread_priority()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11utils.cpp527 error_text = g_win32_error_message ((guint) hr); in _gst_d3d11_result()
/third_party/glib/gio/win32/
Dgwinhttpvfs.c333 return g_win32_error_message (error_code); in _g_winhttp_error_message()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfutils.cpp485 error_text = g_win32_error_message ((gint) hr); in _gst_mf_result()
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapiutil.c297 error_text = g_win32_error_message ((gint) hr); in gst_wasapi_util_hresult_to_string()
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Ddxgicapture.c1411 error_text = g_win32_error_message ((gint) hr); in get_hresult_to_string()
/third_party/gstreamer/gstreamer/gst/
Dgstplugin.c768 char *win32_err_msg = g_win32_error_message (err); in get_better_module_load_error()

12