Searched refs:GAState (Results 1 – 4 of 4) sorted by relevance
21 typedef struct GAState GAState; typedef24 extern GAState *ga_state;36 bool ga_logging_enabled(GAState *s);37 void ga_disable_logging(GAState *s);38 void ga_enable_logging(GAState *s);40 void ga_set_response_delimited(GAState *s);41 bool ga_is_frozen(GAState *s);42 void ga_set_frozen(GAState *s);43 void ga_unset_frozen(GAState *s);44 const char *ga_fsfreeze_hook(GAState *s);[all …]
95 struct GAState { struct128 struct GAState *ga_state; argument148 static int run_agent(GAState *s);380 GAState *s = opaque; in ga_log()476 GAState *state = opaque; in ga_apply_command_filters_iter()521 bool ga_is_frozen(GAState *s) in ga_is_frozen()526 void ga_set_frozen(GAState *s) in ga_set_frozen()665 GAState *s = opaque; in process_event()691 GAState *s = data; in channel_event_cb()1384 GAState *s = g_new0(GAState, 1); in initialize_agent()[all …]
1140 void ga_command_state_init(GAState *s, GACommandState *cs) in ga_command_state_init()
1962 void ga_command_state_init(GAState *s, GACommandState *cs) in ga_command_state_init()