Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_tserver_test.c58 BIO *s_net_bio = NULL, *s_net_bio_own = NULL; in do_test() local
111 if (!TEST_ptr(s_net_bio = s_net_bio_own = BIO_new_dgram(s_fd, 0))) in do_test()
114 if (!BIO_up_ref(s_net_bio)) in do_test()
119 tserver_args.net_rbio = s_net_bio; in do_test()
120 tserver_args.net_wbio = s_net_bio; in do_test()
128 BIO_free(s_net_bio); in do_test()
H A Dquic_multistream_test.c53 BIO *s_net_bio, *s_net_bio_own, *s_qtf_wbio, *s_qtf_wbio_own; member
728 if (!TEST_ptr(h->s_net_bio = h->s_net_bio_own = BIO_new_dgram(h->s_fd, 0))) in helper_init()
731 if (!BIO_up_ref(h->s_net_bio)) in helper_init()
739 if (!TEST_ptr(BIO_push(h->s_qtf_wbio, h->s_net_bio))) in helper_init()
744 s_args.net_wbio = h->s_net_bio; in helper_init()
747 s_args.net_rbio = h->s_net_bio; in helper_init()

Completed in 21 milliseconds