Lines Matching refs:rbio
126 BIO *rbio = BIO_new(BIO_s_mem()); in test_http_method() local
149 if (wbio == NULL || rbio == NULL || req == NULL) in test_http_method()
152 mock_args.out = rbio; in test_http_method()
162 real_server ? NULL : rbio, in test_http_method()
170 wbio, rbio, NULL /* bio_fn */, NULL /* arg */, in test_http_method()
200 BIO_free(rbio); in test_http_method()
208 BIO *rbio = BIO_new(BIO_s_mem()); in test_http_keep_alive() local
215 if (wbio == NULL || rbio == NULL) in test_http_keep_alive()
217 mock_args.out = rbio; in test_http_keep_alive()
228 wbio, rbio, NULL /* bio_update_fn */, NULL, in test_http_keep_alive()
241 (void)BIO_reset(rbio); /* discard response contents */ in test_http_keep_alive()
248 BIO_free(rbio); in test_http_keep_alive()
422 BIO *rbio = BIO_new(BIO_s_mem()); in test_http_resp_hdr_limit() local
428 if (TEST_ptr(wbio) == 0 || TEST_ptr(rbio) == 0) in test_http_resp_hdr_limit()
434 mock_args.out = rbio; in test_http_resp_hdr_limit()
439 rctx = OSSL_HTTP_REQ_CTX_new(wbio, rbio, 8192); in test_http_resp_hdr_limit()
461 BIO_free(rbio); in test_http_resp_hdr_limit()