Lines Matching refs:rsp
39 ASN1_VALUE *rsp, const ASN1_ITEM *it) in mock_http_server() argument
85 else if ((len = ASN1_item_i2d(rsp, NULL, it)) <= 0) in mock_http_server()
92 return ASN1_item_i2d_bio(it, out, rsp); in mock_http_server()
128 BIO *req, *rsp; in test_http_method() local
157 rsp = do_get ? in test_http_method()
175 if (rsp != NULL) { in test_http_method()
179 res = TEST_int_eq(BIO_gets(rsp, rtext, sizeof(rtext)), in test_http_method()
185 res = TEST_int_eq(BIO_gets(rsp, rtext, sizeof(rtext)), in test_http_method()
189 X509 *rcert = d2i_X509_bio(rsp, NULL); in test_http_method()
194 BIO_free(rsp); in test_http_method()
209 BIO *rsp; in test_http_keep_alive() local
225 rsp = OSSL_HTTP_transfer(&rctx, NULL /* server */, NULL /* port */, in test_http_keep_alive()
235 res = res && TEST_ptr_null(rsp) in test_http_keep_alive()
238 res = res && TEST_ptr(rsp) in test_http_keep_alive()
240 BIO_free(rsp); in test_http_keep_alive()