Lines Matching refs:GAState

73 struct GAState {  struct
106 struct GAState *ga_state; argument
126 static int run_agent(GAState *s);
127 static void stop_agent(GAState *s, bool requested);
304 bool ga_logging_enabled(GAState *s) in ga_logging_enabled()
309 void ga_disable_logging(GAState *s) in ga_disable_logging()
314 void ga_enable_logging(GAState *s) in ga_enable_logging()
354 GAState *s = opaque; in ga_log()
377 void ga_set_response_delimited(GAState *s) in ga_set_response_delimited()
422 GAState *s = opaque; in ga_enable_non_blocked()
476 bool ga_is_frozen(GAState *s) in ga_is_frozen()
481 void ga_set_frozen(GAState *s) in ga_set_frozen()
497 void ga_unset_frozen(GAState *s) in ga_unset_frozen()
535 const char *ga_fsfreeze_hook(GAState *s) in ga_fsfreeze_hook()
587 static int send_response(GAState *s, const QDict *rsp) in send_response()
621 GAState *s = opaque; in process_event()
647 GAState *s = data; in channel_event_cb()
682 static gboolean channel_init(GAState *s, const gchar *method, const gchar *path, in channel_init()
951 int64_t ga_get_fd_handle(GAState *s, Error **errp) in ga_get_fd_handle()
1330 static bool check_is_frozen(GAState *s) in check_is_frozen()
1363 static GAState *initialize_agent(GAConfig *config, int socket_activation) in initialize_agent()
1365 GAState *s = g_new0(GAState, 1); in initialize_agent()
1489 static void cleanup_agent(GAState *s) in cleanup_agent()
1509 static int run_agent_once(GAState *s) in run_agent_once()
1526 static void wait_for_channel_availability(GAState *s) in wait_for_channel_availability()
1547 static int run_agent(GAState *s) in run_agent()
1564 static void stop_agent(GAState *s, bool requested) in stop_agent()
1578 GAState *s; in main()