Searched refs:s_qtf_wbio (Results 1 – 1 of 1) sorted by relevance
53 BIO *s_net_bio, *s_net_bio_own, *s_qtf_wbio, *s_qtf_wbio_own; member738 h->s_qtf_wbio = h->s_qtf_wbio_own = BIO_new(qtest_get_bio_method()); in helper_init()739 if (!TEST_ptr(h->s_qtf_wbio)) in helper_init()742 if (!TEST_ptr(BIO_push(h->s_qtf_wbio, h->s_net_bio))) in helper_init()745 s_args.net_wbio = h->s_qtf_wbio; in helper_init()767 BIO_set_data(h->s_qtf_wbio, h->qtf); in helper_init()
Completed in 17 milliseconds