Searched refs:s_args (Results 1 – 1 of 1) sorted by relevance
681 QUIC_TSERVER_ARGS s_args = {0}; in helper_init() local745 s_args.net_wbio = h->s_qtf_wbio; in helper_init()747 s_args.net_wbio = h->s_net_bio; in helper_init()750 s_args.net_rbio = h->s_net_bio; in helper_init()751 s_args.alpn = NULL; in helper_init()752 s_args.now_cb = get_time; in helper_init()753 s_args.now_cb_arg = h; in helper_init()754 s_args.ctx = NULL; in helper_init()756 if (!TEST_ptr(h->s_priv = ossl_quic_tserver_new(&s_args, certfile, keyfile))) in helper_init()
Completed in 15 milliseconds