Lines Matching defs:self
93 void iriap_next_client_state(struct iriap_cb *self, IRIAP_STATE state) in iriap_next_client_state()
101 void iriap_next_call_state(struct iriap_cb *self, IRIAP_STATE state) in iriap_next_call_state()
109 void iriap_next_server_state(struct iriap_cb *self, IRIAP_STATE state) in iriap_next_server_state()
117 void iriap_next_r_connect_state(struct iriap_cb *self, IRIAP_STATE state) in iriap_next_r_connect_state()
125 void iriap_do_client_event(struct iriap_cb *self, IRIAP_EVENT event, in iriap_do_client_event()
134 void iriap_do_call_event(struct iriap_cb *self, IRIAP_EVENT event, in iriap_do_call_event()
143 void iriap_do_server_event(struct iriap_cb *self, IRIAP_EVENT event, in iriap_do_server_event()
152 void iriap_do_r_connect_event(struct iriap_cb *self, IRIAP_EVENT event, in iriap_do_r_connect_event()
168 static void state_s_disconnect(struct iriap_cb *self, IRIAP_EVENT event, in state_s_disconnect()
195 static void state_s_connecting(struct iriap_cb *self, IRIAP_EVENT event, in state_s_connecting()
228 static void state_s_call(struct iriap_cb *self, IRIAP_EVENT event, in state_s_call()
251 static void state_s_make_call(struct iriap_cb *self, IRIAP_EVENT event, in state_s_make_call()
281 static void state_s_calling(struct iriap_cb *self, IRIAP_EVENT event, in state_s_calling()
293 static void state_s_outstanding(struct iriap_cb *self, IRIAP_EVENT event, in state_s_outstanding()
316 static void state_s_replying(struct iriap_cb *self, IRIAP_EVENT event, in state_s_replying()
328 static void state_s_wait_for_call(struct iriap_cb *self, IRIAP_EVENT event, in state_s_wait_for_call()
341 static void state_s_wait_active(struct iriap_cb *self, IRIAP_EVENT event, in state_s_wait_active()
359 static void state_r_disconnect(struct iriap_cb *self, IRIAP_EVENT event, in state_r_disconnect()
402 static void state_r_call(struct iriap_cb *self, IRIAP_EVENT event, in state_r_call()
429 static void state_r_waiting(struct iriap_cb *self, IRIAP_EVENT event, in state_r_waiting()
435 static void state_r_wait_active(struct iriap_cb *self, IRIAP_EVENT event, in state_r_wait_active()
447 static void state_r_receiving(struct iriap_cb *self, IRIAP_EVENT event, in state_r_receiving()
471 static void state_r_execute(struct iriap_cb *self, IRIAP_EVENT event, in state_r_execute()
499 static void state_r_returning(struct iriap_cb *self, IRIAP_EVENT event, in state_r_returning()