Lines Matching refs:helper

43 struct helper {  struct
79 static void helper_cleanup(struct helper *h) in helper_cleanup() argument
114 struct helper *h = arg; in demux_default_handler()
122 static int helper_init(struct helper *h) in helper_init()
267 int (*check_func)(struct helper *h);
319 static int schedule_handshake_done(struct helper *h) in schedule_handshake_done()
325 static int schedule_ack_eliciting_app(struct helper *h) in schedule_ack_eliciting_app()
367 static int schedule_max_data(struct helper *h) in schedule_max_data()
404 static int schedule_cfq_new_conn_id(struct helper *h) in schedule_cfq_new_conn_id()
449 static int check_cfq_new_conn_id(struct helper *h) in check_cfq_new_conn_id()
485 static int schedule_cfq_new_token(struct helper *h) in schedule_cfq_new_token()
525 static int check_cfq_new_token(struct helper *h) in check_cfq_new_token()
553 static int schedule_ack(struct helper *h) in schedule_ack()
632 static int check_stream_9(struct helper *h) in check_stream_9()
892 static int check_stream_10a(struct helper *h) in check_stream_10a()
910 static int check_stream_10b(struct helper *h) in check_stream_10b()
924 static int check_stream_10c(struct helper *h) in check_stream_10c()
937 static int check_stream_10d(struct helper *h) in check_stream_10d()
1015 static int check_stream_12(struct helper *h) in check_stream_12()
1047 static ossl_unused int check_stream_13(struct helper *h) in check_stream_13()
1080 static int gen_conn_close(struct helper *h) in gen_conn_close()
1095 static int check_14(struct helper *h) in check_14()
1125 static int gen_probe_initial(struct helper *h) in gen_probe_initial()
1153 static int gen_probe_handshake(struct helper *h) in gen_probe_handshake()
1182 static int gen_probe_1rtt(struct helper *h) in gen_probe_1rtt()
1214 static int try_big_token(struct helper *h) in try_big_token()
1280 static void skip_padding(struct helper *h) in skip_padding()
1295 struct helper h; in run_script()
1642 static int check_is_initial(struct helper *h) in check_is_initial()
1647 static int check_is_handshake(struct helper *h) in check_is_handshake()