OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_dbus_win_set_error_from_win_error
(Results
1 - 3
of
3
) sorted by null
/external/dbus/dbus/
dbus-sysdeps-win.h
73
void
_dbus_win_set_error_from_win_error
(DBusError *error, int code);
dbus-sysdeps-win.c
585
_dbus_win_set_error_from_win_error
(error, GetLastError ());
625
_dbus_win_set_error_from_win_error
(error, GetLastError ());
675
_dbus_win_set_error_from_win_error
(error, GetLastError ());
696
_dbus_win_set_error_from_win_error
(error, GetLastError ());
3320
_dbus_win_set_error_from_win_error
(DBusError *error,
function
[
all
...]
dbus-sysdeps-util-win.c
352
_dbus_win_set_error_from_win_error
(error, GetLastError ());
388
_dbus_win_set_error_from_win_error
(error, rc);
[
all
...]
Completed in 522 milliseconds