Lines Matching refs:iriap_cb
34 static void state_s_disconnect (struct iriap_cb *self, IRIAP_EVENT event,
36 static void state_s_connecting (struct iriap_cb *self, IRIAP_EVENT event,
38 static void state_s_call (struct iriap_cb *self, IRIAP_EVENT event,
41 static void state_s_make_call (struct iriap_cb *self, IRIAP_EVENT event,
43 static void state_s_calling (struct iriap_cb *self, IRIAP_EVENT event,
45 static void state_s_outstanding (struct iriap_cb *self, IRIAP_EVENT event,
47 static void state_s_replying (struct iriap_cb *self, IRIAP_EVENT event,
49 static void state_s_wait_for_call(struct iriap_cb *self, IRIAP_EVENT event,
51 static void state_s_wait_active (struct iriap_cb *self, IRIAP_EVENT event,
54 static void state_r_disconnect (struct iriap_cb *self, IRIAP_EVENT event,
56 static void state_r_call (struct iriap_cb *self, IRIAP_EVENT event,
58 static void state_r_waiting (struct iriap_cb *self, IRIAP_EVENT event,
60 static void state_r_wait_active (struct iriap_cb *self, IRIAP_EVENT event,
62 static void state_r_receiving (struct iriap_cb *self, IRIAP_EVENT event,
64 static void state_r_execute (struct iriap_cb *self, IRIAP_EVENT event,
66 static void state_r_returning (struct iriap_cb *self, IRIAP_EVENT event,
69 static void (*iriap_state[])(struct iriap_cb *self, IRIAP_EVENT event,
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()
397 static void state_r_call(struct iriap_cb *self, IRIAP_EVENT event, in state_r_call()
419 static void state_r_waiting(struct iriap_cb *self, IRIAP_EVENT event, in state_r_waiting()
425 static void state_r_wait_active(struct iriap_cb *self, IRIAP_EVENT event, in state_r_wait_active()
437 static void state_r_receiving(struct iriap_cb *self, IRIAP_EVENT event, in state_r_receiving()
458 static void state_r_execute(struct iriap_cb *self, IRIAP_EVENT event, in state_r_execute()
485 static void state_r_returning(struct iriap_cb *self, IRIAP_EVENT event, in state_r_returning()