Searched refs:s_net_bio (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()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()
53 BIO *s_net_bio, *s_net_bio_own, *s_qtf_wbio, *s_qtf_wbio_own; member731 if (!TEST_ptr(h->s_net_bio = h->s_net_bio_own = BIO_new_dgram(h->s_fd, 0))) in helper_init()734 if (!BIO_up_ref(h->s_net_bio)) in helper_init()742 if (!TEST_ptr(BIO_push(h->s_qtf_wbio, h->s_net_bio))) in helper_init()747 s_args.net_wbio = h->s_net_bio; in helper_init()750 s_args.net_rbio = h->s_net_bio; in helper_init()
Completed in 33 milliseconds