Lines Matching defs:rbio
117 BIO *rbio = BIO_new(BIO_s_mem());
124 if (wbio == NULL || rbio == NULL || req == NULL)
126 mock_args.out = rbio;
133 wbio, rbio, NULL /* bio_update_fn */, NULL /* arg */,
139 wbio, rbio, NULL /* bio_fn */, NULL /* arg */,
152 BIO_free(rbio);
160 BIO *rbio = BIO_new(BIO_s_mem());
167 if (wbio == NULL || rbio == NULL)
169 mock_args.out = rbio;
179 wbio, rbio, NULL /* bio_update_fn */, NULL,
192 (void)BIO_reset(rbio); /* discard response contents */
199 BIO_free(rbio);