Searched refs:tmp_error (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dconfig-loader-libxml.c151 DBusError tmp_error; local
210 dbus_error_init (&tmp_error);
211 xmlTextReaderSetStructuredErrorHandler (reader, xml_text_reader_error, &tmp_error);
217 if (dbus_error_is_set (&tmp_error))
223 _DBUS_MAYBE_SET_OOM (&tmp_error);
229 xml_text_start_element (parser, reader, &tmp_error);
241 bus_config_parser_content (parser, &content, &tmp_error);
244 _DBUS_MAYBE_SET_OOM (&tmp_error);
253 bus_config_parser_check_doctype (parser, name, &tmp_error);
255 _DBUS_MAYBE_SET_OOM (&tmp_error);
[all...]
H A Dactivation.c255 DBusError tmp_error; local
268 dbus_error_init (&tmp_error);
312 &user, &tmp_error))
314 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
316 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_NO_MEMORY))
318 dbus_move_error (&tmp_error, error);
324 dbus_error_free (&tmp_error);
329 _DBUS_ASSERT_ERROR_IS_CLEAR (&tmp_error);
335 &systemd_service, &tmp_error))
337 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
522 DBusError tmp_error; local
585 DBusError tmp_error; local
1517 DBusError tmp_error; local
1674 DBusError tmp_error; local
[all...]
H A Dactivation-helper.c54 DBusError tmp_error; local
90 dbus_error_init (&tmp_error);
104 desktop_file = bus_desktop_file_load (&full_path, &tmp_error);
107 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
110 tmp_error.name, tmp_error.message);
113 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_NO_MEMORY))
115 dbus_move_error (&tmp_error, error);
119 dbus_error_free (&tmp_error);
H A Dconfig-parser.c2106 DBusError tmp_error; local
2108 dbus_error_init (&tmp_error);
2129 included = bus_config_load (filename, FALSE, parser, &tmp_error);
2135 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
2137 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_FILE_NOT_FOUND) &&
2140 dbus_error_free (&tmp_error);
2145 dbus_move_error (&tmp_error, error);
2151 _DBUS_ASSERT_ERROR_IS_CLEAR (&tmp_error);
2208 DBusError tmp_error; local
2225 dbus_error_init (&tmp_error);
[all...]
H A Ddispatch.c88 DBusError tmp_error; local
136 dbus_error_init (&tmp_error);
156 message, transaction, &tmp_error))
164 if (dbus_error_is_set (&tmp_error))
166 dbus_move_error (&tmp_error, error);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-keyring.c406 DBusError tmp_error; local
445 dbus_error_init (&tmp_error);
448 &tmp_error))
451 tmp_error.message);
453 dbus_error_free (&tmp_error);
716 DBusError tmp_error; local
801 dbus_error_init (&tmp_error);
802 if (!_dbus_keyring_reload (keyring, FALSE, &tmp_error))
805 tmp_error.message);
806 dbus_error_free (&tmp_error);
[all...]
H A Ddbus-server.c583 DBusError tmp_error = DBUS_ERROR_INIT; local
587 &tmp_error);
592 _DBUS_ASSERT_ERROR_IS_CLEAR (&tmp_error);
609 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
610 dbus_move_error (&tmp_error, error);
617 _DBUS_ASSERT_ERROR_IS_CLEAR (&tmp_error);
624 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
626 dbus_move_error (&tmp_error, &first_connect_error);
628 dbus_error_free (&tmp_error);
H A Ddbus-transport-unix.c356 DBusError tmp_error = DBUS_ERROR_INIT; local
384 dbus_set_error(&tmp_error, DBUS_ERROR_BAD_ADDRESS,
387 dbus_move_error(&tmp_error, error);
H A Ddbus-transport.c372 DBusError tmp_error = DBUS_ERROR_INIT; local
390 _DBUS_ASSERT_ERROR_IS_CLEAR (&tmp_error);
391 result = (* open_funcs[i].func) (entry, &transport, &tmp_error);
396 _DBUS_ASSERT_ERROR_IS_CLEAR (&tmp_error);
400 _DBUS_ASSERT_ERROR_IS_CLEAR (&tmp_error);
404 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
408 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
418 if (!dbus_error_is_set (&tmp_error))
419 _dbus_set_bad_address (&tmp_error,
423 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
[all...]
H A Ddbus-connection.c1844 DBusError tmp_error = DBUS_ERROR_INIT; local
1865 _DBUS_SET_OOM (&tmp_error);
1871 &tmp_error);
1886 _DBUS_SET_OOM (&tmp_error);
1899 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
1902 dbus_move_error (&tmp_error, &first_error);
1904 dbus_error_free (&tmp_error);
1908 _DBUS_ASSERT_ERROR_IS_CLEAR (&tmp_error);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evrtsp/
H A Drtsp.c1793 int tmp_error = WSAGetLastError(); local
1794 if (tmp_error != WSAEWOULDBLOCK && tmp_error != WSAEINVAL &&
1795 tmp_error != WSAEINPROGRESS) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evhttp/
H A Dhttp.c2920 int tmp_error = WSAGetLastError(); local
2921 if (tmp_error != WSAEWOULDBLOCK && tmp_error != WSAEINVAL &&
2922 tmp_error != WSAEINPROGRESS) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dhttp.c2854 int tmp_error = WSAGetLastError(); local
2855 if (tmp_error != WSAEWOULDBLOCK && tmp_error != WSAEINVAL &&
2856 tmp_error != WSAEINPROGRESS) {

Completed in 203 milliseconds