Home
last modified time | relevance | path

Searched refs:tp_error (Results 1 – 25 of 40) sorted by relevance

12

/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/plugins/
H A Dgateways.c416 GError *tp_error = NULL; in register_cb() local
425 g_set_error (&tp_error, TP_ERROR, TP_ERROR_REGISTRATION_EXISTS, in register_cb()
430 g_set_error (&tp_error, TP_ERROR, TP_ERROR_NOT_AVAILABLE, in register_cb()
435 gabble_set_tp_error_from_wocky (error, &tp_error); in register_cb()
442 gabble_set_tp_error_from_wocky (error, &tp_error); in register_cb()
446 tp_error->message); in register_cb()
447 dbus_g_method_return_error (pr->context, tp_error); in register_cb()
450 g_error_free (tp_error); in register_cb()
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/slirp/
H A Dtftp.c144 tp->x.tp_error.tp_error_code = htons(errorcode); in tftp_send_error()
145 strncpy((char *)tp->x.tp_error.tp_msg, msg, sizeof(tp->x.tp_error.tp_msg)); in tftp_send_error()
146 tp->x.tp_error.tp_msg[sizeof(tp->x.tp_error.tp_msg)-1] = 0; in tftp_send_error()
H A Dtftp.h31 } tp_error; member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/slirp/
H A Dtftp.cpp148 tp->x.tp_error.tp_error_code = htons(errorcode); in tftp_send_error()
149 strncpy((char *)tp->x.tp_error.tp_msg, msg, sizeof(tp->x.tp_error.tp_msg)); in tftp_send_error()
150 tp->x.tp_error.tp_msg[sizeof(tp->x.tp_error.tp_msg)-1] = 0; in tftp_send_error()
H A Dtftp.h28 } tp_error; member
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/src/
H A Dconn-location.c173 GError *wocky_error = NULL, *tp_error = NULL; in request_location_reply_cb() local
182 gabble_set_tp_error_from_wocky (wocky_error, &tp_error); in request_location_reply_cb()
183 dbus_g_method_return_error (ctx->context, tp_error); in request_location_reply_cb()
184 g_error_free (tp_error); in request_location_reply_cb()
338 GError *tp_error = NULL; in set_location_sent_cb() local
342 gabble_set_tp_error_from_wocky (error, &tp_error); in set_location_sent_cb()
343 dbus_g_method_return_error (context, tp_error); in set_location_sent_cb()
344 g_error_free (tp_error); in set_location_sent_cb()
H A Dconn-avatars.c495 GError tp_error = { TP_ERROR, TP_ERROR_NOT_AVAILABLE, in _request_avatar_cb() local
504 tp_error.code = TP_ERROR_PERMISSION_DENIED; in _request_avatar_cb()
507 tp_error.code = TP_ERROR_DOES_NOT_EXIST; in _request_avatar_cb()
513 dbus_g_method_return_error (context, &tp_error); in _request_avatar_cb()
761 GError tp_error = { TP_ERROR, TP_ERROR_NOT_AVAILABLE, in _set_avatar_cb2() local
771 tp_error.code = TP_ERROR_INVALID_ARGUMENT; in _set_avatar_cb2()
773 dbus_g_method_return_error (ctx->invocation, &tp_error); in _set_avatar_cb2()
H A Dconn-contact-info.c486 GError tp_error = { TP_ERROR, TP_ERROR_NOT_AVAILABLE, in _return_from_request_contact_info() local
495 tp_error.code = TP_ERROR_PERMISSION_DENIED; in _return_from_request_contact_info()
499 tp_error.code = TP_ERROR_DOES_NOT_EXIST; in _return_from_request_contact_info()
505 dbus_g_method_return_error (context, &tp_error); in _return_from_request_contact_info()
705 GError tp_error = { TP_ERROR, TP_ERROR_NOT_AVAILABLE, in _set_contact_info_cb() local
711 tp_error.code = TP_ERROR_INVALID_ARGUMENT; in _set_contact_info_cb()
713 dbus_g_method_return_error (context, &tp_error); in _set_contact_info_cb()
H A Dconn-olpc.c193 GError *tp_error = NULL; in check_publish_reply_msg() local
195 gabble_set_tp_error_from_wocky (error, &tp_error); in check_publish_reply_msg()
197 DEBUG ("%s", tp_error->message); in check_publish_reply_msg()
200 dbus_g_method_return_error (context, tp_error); in check_publish_reply_msg()
202 g_error_free (tp_error); in check_publish_reply_msg()
220 GError *tp_error = NULL; in check_query_reply_msg() local
224 DEBUG ("%s", tp_error->message); in check_query_reply_msg()
227 dbus_g_method_return_error (context, tp_error); in check_query_reply_msg()
229 g_error_free (tp_error); in check_query_reply_msg()
857 GError *tp_error = NULL; in get_activities_reply_cb() local
[all …]
H A Dserver-sasl-channel.c946 GError *tp_error = NULL; in gabble_server_sasl_channel_fail() local
956 &conn_reason, &tp_error); in gabble_server_sasl_channel_fail()
957 g_assert (tp_error->domain == TP_ERROR); in gabble_server_sasl_channel_fail()
959 DEBUG ("auth failed: %s", tp_error->message); in gabble_server_sasl_channel_fail()
961 tp_error_get_dbus_name (tp_error->code), tp_error->message, error); in gabble_server_sasl_channel_fail()
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/decoders/
H A Dm2ts_demux.c212 unsigned tp_error = buf[4+1] & 0x80; in m2ts_demux() local
226 if (tp_error) { in m2ts_demux()
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/decoders/
H A Dm2ts_demux.c212 unsigned tp_error = buf[4+1] & 0x80; in m2ts_demux() local
226 if (tp_error) { in m2ts_demux()
/dports/net/vde2/vde2-2.3.2/src/slirpvde/
H A Dtftp.c179 tp->x.tp_error.tp_error_code = htons(errorcode); in tftp_send_error()
180 pstrcpy((char *)tp->x.tp_error.tp_msg, sizeof(tp->x.tp_error.tp_msg), msg); in tftp_send_error()
H A Dtftp.h28 } tp_error; member
/dports/emulators/bochs/bochs-2.7/iodev/network/slirp/
H A Dtftp.h27 } tp_error; member
/dports/emulators/qemu60/qemu-6.0.0/slirp/src/
H A Dtftp.h34 } tp_error; member
/dports/emulators/qemu-utils/qemu-4.2.1/slirp/src/
H A Dtftp.h32 } tp_error; member
/dports/emulators/qemu5/qemu-5.2.0/slirp/src/
H A Dtftp.h34 } tp_error; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/slirp/src/
H A Dtftp.h32 } tp_error; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/slirp/
H A Dtftp.h31 } tp_error; member
H A Dtftp.c216 tp->x.tp_error.tp_error_code = htons(errorcode); in tftp_send_error()
217 pstrcpy((char *)tp->x.tp_error.tp_msg, sizeof(tp->x.tp_error.tp_msg), msg); in tftp_send_error()
/dports/emulators/qemu42/qemu-4.2.1/slirp/src/
H A Dtftp.h32 } tp_error; member
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/slirp/src/
H A Dtftp.h32 } tp_error; member
/dports/net/libslirp/libslirp-cceced0cce9d578ed01db68edf31af78eb66f858/src/
H A Dtftp.h38 } tp_error; member
/dports/emulators/qemu/qemu-6.2.0/slirp/src/
H A Dtftp.h38 } tp_error; member

12