Lines Matching refs:RemoteClient

37 static void       remote_client_init          (RemoteClient*         self);
42 static void remote_client_recv_binary (RemoteClient* self,
44 static void remote_client_recv_line (RemoteClient* self,
46 static void remote_client_update_status (RemoteClient* self,
49 static void histogram_merge_callback (RemoteClient* self,
52 static void remote_client_start_retry (RemoteClient* self);
53 static void remote_client_stop_retry (RemoteClient* self);
55 static void remote_client_empty_queue (RemoteClient* self);
77 sizeof(RemoteClient), in remote_client_get_type()
98 RemoteClient *self = REMOTE_CLIENT(gobject); in remote_client_dispose()
128 void remote_client_empty_queue (RemoteClient* self) in remote_client_empty_queue()
136 static void remote_client_init(RemoteClient *self) in remote_client_init()
151 RemoteClient* remote_client_new (const gchar* hostname, in remote_client_new()
154 RemoteClient *self = REMOTE_CLIENT(g_object_new(remote_client_get_type(), NULL)); in remote_client_new()
162 void remote_client_set_status_cb (RemoteClient* self, in remote_client_set_status_cb()
170 void remote_client_set_speed_cb (RemoteClient* self, in remote_client_set_speed_cb()
178 void remote_client_connect (RemoteClient* self) in remote_client_connect()
206 void remote_client_start_retry (RemoteClient* self) in remote_client_start_retry()
216 void remote_client_stop_retry (RemoteClient* self) in remote_client_stop_retry()
227 RemoteClient* self = REMOTE_CLIENT(user_data); in remote_client_retry_callback()
234 gboolean remote_client_is_ready (RemoteClient* self) in remote_client_is_ready()
244 static void remote_client_update_status (RemoteClient* self, in remote_client_update_status()
263 void remote_client_command (RemoteClient* self, in remote_client_command()
295 RemoteClient* self = (RemoteClient*) user_data; in remote_client_callback()
332 static void remote_client_recv_binary (RemoteClient* self, in remote_client_recv_binary()
352 static void remote_client_recv_line (RemoteClient* self, in remote_client_recv_line()
413 static void set_param_callback (RemoteClient* self, in set_param_callback()
420 void remote_client_send_param (RemoteClient* self, in remote_client_send_param()
455 void remote_client_send_all_params (RemoteClient* self, in remote_client_send_all_params()
473 static void histogram_merge_callback (RemoteClient* self, in histogram_merge_callback()
505 static void status_merge_callback (RemoteClient* self, in status_merge_callback()
550 void remote_client_merge_results (RemoteClient* self, in remote_client_merge_results()