Lines Matching refs:wbio
116 BIO *wbio = BIO_new(BIO_s_mem());
124 if (wbio == NULL || rbio == NULL || req == NULL)
127 BIO_set_callback_ex(wbio, http_bio_cb_ex);
128 BIO_set_callback_arg(wbio, (char *)&mock_args);
133 wbio, rbio, NULL /* bio_update_fn */, NULL /* arg */,
139 wbio, rbio, NULL /* bio_fn */, NULL /* arg */,
151 BIO_free(wbio);
159 BIO *wbio = BIO_new(BIO_s_mem());
167 if (wbio == NULL || rbio == NULL)
172 BIO_set_callback_ex(wbio, http_bio_cb_ex);
173 BIO_set_callback_arg(wbio, (char *)&mock_args);
179 wbio, rbio, NULL /* bio_update_fn */, NULL,
198 BIO_free(wbio);