Home
last modified time | relevance | path

Searched refs:s_qtf_wbio (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dquic_multistream_test.c53 BIO *s_net_bio, *s_net_bio_own, *s_qtf_wbio, *s_qtf_wbio_own; member
735 h->s_qtf_wbio = h->s_qtf_wbio_own = BIO_new(qtest_get_bio_method()); in helper_init()
736 if (!TEST_ptr(h->s_qtf_wbio)) in helper_init()
739 if (!TEST_ptr(BIO_push(h->s_qtf_wbio, h->s_net_bio))) in helper_init()
742 s_args.net_wbio = h->s_qtf_wbio; in helper_init()
764 BIO_set_data(h->s_qtf_wbio, h->qtf); in helper_init()

Completed in 15 milliseconds