Searched refs:c_net_bio_own (Results 1 – 3 of 3) sorted by relevance
35 BIO *c_net_bio = NULL, *c_net_bio_own = NULL; in test_quic_client_ex() local67 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()
59 BIO *c_net_bio = NULL, *c_net_bio_own = NULL; in do_test() local154 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()
67 BIO *c_net_bio, *c_net_bio_own; member638 BIO_free(h->c_net_bio_own); in helper_cleanup()639 h->c_net_bio_own = NULL; in helper_cleanup()780 if (!TEST_ptr(h->c_net_bio = h->c_net_bio_own = BIO_new_dgram(h->c_fd, 0))) in helper_init()803 h->c_net_bio_own = NULL; in helper_init()
Completed in 30 milliseconds