Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_client_test.c35 BIO *c_net_bio = NULL, *c_net_bio_own = NULL; in test_quic_client_ex() local
67 if (!TEST_ptr(c_net_bio = c_net_bio_own = BIO_new_dgram(c_fd, 0))) in test_quic_client_ex()
89 c_net_bio_own = NULL; /* SSL_free will free the first reference. */ in test_quic_client_ex()
94 c_net_bio_own = NULL; in test_quic_client_ex()
167 BIO_free(c_net_bio_own); in test_quic_client_ex()
H A Dquic_tserver_test.c59 BIO *c_net_bio = NULL, *c_net_bio_own = NULL; in do_test() local
154 if (!TEST_ptr(c_net_bio = c_net_bio_own = BIO_new_dgram(c_fd, 0))) in do_test()
185 c_net_bio_own = NULL; /* SSL_free will free the first reference. */ in do_test()
191 c_net_bio_own = NULL; in do_test()
390 BIO_free(c_net_bio_own); in do_test()
H A Dquic_multistream_test.c67 BIO *c_net_bio, *c_net_bio_own; member
635 BIO_free(h->c_net_bio_own); in helper_cleanup()
636 h->c_net_bio_own = NULL; in helper_cleanup()
777 if (!TEST_ptr(h->c_net_bio = h->c_net_bio_own = BIO_new_dgram(h->c_fd, 0))) in helper_init()
800 h->c_net_bio_own = NULL; in helper_init()

Completed in 20 milliseconds