Searched refs:s_net_bio_own (Results 1 – 2 of 2) sorted by relevance
58 BIO *s_net_bio = NULL, *s_net_bio_own = NULL; in do_test() local111 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()
53 BIO *s_net_bio, *s_net_bio_own, *s_qtf_wbio, *s_qtf_wbio_own; member635 BIO_free(h->s_net_bio_own); in helper_cleanup()636 h->s_net_bio_own = NULL; in helper_cleanup()731 if (!TEST_ptr(h->s_net_bio = h->s_net_bio_own = BIO_new_dgram(h->s_fd, 0))) in helper_init()770 h->s_net_bio_own = NULL; in helper_init()
Completed in 20 milliseconds