Home
last modified time | relevance | path

Searched refs:s_net_bio_own (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()
132 s_net_bio_own = NULL; in do_test()
389 BIO_free(s_net_bio_own); 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
632 BIO_free(h->s_net_bio_own); in helper_cleanup()
633 h->s_net_bio_own = NULL; in helper_cleanup()
728 if (!TEST_ptr(h->s_net_bio = h->s_net_bio_own = BIO_new_dgram(h->s_fd, 0))) in helper_init()
767 h->s_net_bio_own = NULL; in helper_init()

Completed in 18 milliseconds