Lines Matching refs:replay_runtime
93 struct replay_runtime* runtime;
195 pending_matches_current(struct replay_runtime* runtime, in pending_matches_current()
227 pending_find_match(struct replay_runtime* runtime, struct entry** entry, in pending_find_match()
261 pending_matches_range(struct replay_runtime* runtime, in pending_matches_range()
285 pending_list_delete(struct replay_runtime* runtime, struct fake_pending* pend) in pending_list_delete()
358 answer_callback_from_entry(struct replay_runtime* runtime, in answer_callback_from_entry()
397 answer_check_it(struct replay_runtime* runtime) in answer_check_it()
440 fake_front_query(struct replay_runtime* runtime, struct replay_moment *todo) in fake_front_query()
481 fake_pending_callback(struct replay_runtime* runtime, in fake_pending_callback()
526 moment_assign(struct replay_runtime* runtime, struct replay_moment* mom) in moment_assign()
541 time_passes(struct replay_runtime* runtime, struct replay_moment* mom) in time_passes()
575 autotrust_check(struct replay_runtime* runtime, struct replay_moment* mom) in autotrust_check()
628 tempfile_check(struct replay_runtime* runtime, struct replay_moment* mom) in tempfile_check()
681 do_infra_rtt(struct replay_runtime* runtime) in do_infra_rtt()
700 do_flush_message(struct replay_runtime* runtime) in do_flush_message()
724 do_expire_message(struct replay_runtime* runtime) in do_expire_message()
760 expon_timeout_backoff(struct replay_runtime* runtime) in expon_timeout_backoff()
780 advance_moment(struct replay_runtime* runtime) in advance_moment()
793 do_moment_and_advance(struct replay_runtime* runtime) in do_moment_and_advance()
879 run_scenario(struct replay_runtime* runtime) in run_scenario()
944 struct replay_runtime* runtime = (struct replay_runtime*)base; in listen_create()
973 struct replay_runtime* runtime = (struct replay_runtime*) in comm_base_create()
974 calloc(1, sizeof(struct replay_runtime)); in comm_base_create()
986 struct replay_runtime* runtime = (struct replay_runtime*)b; in comm_base_delete()
1018 struct replay_runtime* runtime = (struct replay_runtime*)b; in comm_base_timept()
1026 struct replay_runtime* runtime = (struct replay_runtime*)b; in comm_base_dispatch()
1036 struct replay_runtime* runtime = (struct replay_runtime*)b; in comm_base_exit()
1047 struct replay_runtime* runtime = (struct replay_runtime*)base; in comm_signal_create()
1071 struct replay_runtime* runtime = (struct replay_runtime*)repinfo->c->ev; in comm_point_send_reply()
1118 struct replay_runtime* runtime = (struct replay_runtime*)base; in outside_network_create()
1152 struct replay_runtime* runtime = (struct replay_runtime*) in pending_udp_query()
1202 struct replay_runtime* runtime = (struct replay_runtime*) in pending_tcp_query()
1259 struct replay_runtime* runtime = (struct replay_runtime*)outnet->base; in outnet_serviced_query()
1376 struct replay_runtime* runtime = pend->runtime; in outnet_serviced_query_stop()
1628 struct replay_runtime* runtime = (struct replay_runtime*)base; in comm_timer_create()
1758 struct replay_runtime* runtime = (struct replay_runtime*) in outnet_comm_point_for_udp()
1778 struct replay_runtime* runtime = (struct replay_runtime*) in outnet_comm_point_for_tcp()
1850 struct replay_runtime* runtime = (struct replay_runtime*) in outnet_comm_point_for_http()
1880 struct replay_runtime* runtime = fc->runtime; in comm_point_send_udp_msg()