Lines Matching defs:self
96 void iriap_next_client_state(struct iriap_cb *self, IRIAP_STATE state) in iriap_next_client_state()
104 void iriap_next_call_state(struct iriap_cb *self, IRIAP_STATE state) in iriap_next_call_state()
112 void iriap_next_server_state(struct iriap_cb *self, IRIAP_STATE state) in iriap_next_server_state()
120 void iriap_next_r_connect_state(struct iriap_cb *self, IRIAP_STATE state) in iriap_next_r_connect_state()
128 void iriap_do_client_event(struct iriap_cb *self, IRIAP_EVENT event, in iriap_do_client_event()
137 void iriap_do_call_event(struct iriap_cb *self, IRIAP_EVENT event, in iriap_do_call_event()
146 void iriap_do_server_event(struct iriap_cb *self, IRIAP_EVENT event, in iriap_do_server_event()
155 void iriap_do_r_connect_event(struct iriap_cb *self, IRIAP_EVENT event, in iriap_do_r_connect_event()
171 static void state_s_disconnect(struct iriap_cb *self, IRIAP_EVENT event, in state_s_disconnect()
201 static void state_s_connecting(struct iriap_cb *self, IRIAP_EVENT event, in state_s_connecting()
234 static void state_s_call(struct iriap_cb *self, IRIAP_EVENT event, in state_s_call()
257 static void state_s_make_call(struct iriap_cb *self, IRIAP_EVENT event, in state_s_make_call()
285 static void state_s_calling(struct iriap_cb *self, IRIAP_EVENT event, in state_s_calling()
297 static void state_s_outstanding(struct iriap_cb *self, IRIAP_EVENT event, in state_s_outstanding()
320 static void state_s_replying(struct iriap_cb *self, IRIAP_EVENT event, in state_s_replying()
332 static void state_s_wait_for_call(struct iriap_cb *self, IRIAP_EVENT event, in state_s_wait_for_call()
345 static void state_s_wait_active(struct iriap_cb *self, IRIAP_EVENT event, in state_s_wait_active()
363 static void state_r_disconnect(struct iriap_cb *self, IRIAP_EVENT event, in state_r_disconnect()
399 static void state_r_call(struct iriap_cb *self, IRIAP_EVENT event, in state_r_call()
423 static void state_r_waiting(struct iriap_cb *self, IRIAP_EVENT event, in state_r_waiting()
429 static void state_r_wait_active(struct iriap_cb *self, IRIAP_EVENT event, in state_r_wait_active()
441 static void state_r_receiving(struct iriap_cb *self, IRIAP_EVENT event, in state_r_receiving()
464 static void state_r_execute(struct iriap_cb *self, IRIAP_EVENT event, in state_r_execute()
493 static void state_r_returning(struct iriap_cb *self, IRIAP_EVENT event, in state_r_returning()