Lines Matching defs:rsp
31 * For GET, redirect to RPATH, else respond with 'rsp' of ASN1 type 'it'.
35 ASN1_VALUE *rsp, const ASN1_ITEM *it)
82 if ((len = ASN1_item_i2d(rsp, NULL, it)) <= 0)
87 return ASN1_item_i2d_bio(it, out, rsp);
119 BIO *rsp, *req = ASN1_item_i2d_mem_bio(x509_it, (ASN1_VALUE *)x509);
130 rsp = do_get ?
144 rcert = d2i_X509_bio(rsp, NULL);
145 BIO_free(rsp);
161 BIO *rsp;
176 rsp = OSSL_HTTP_transfer(&rctx, NULL /* server */, NULL /* port */,
186 res = res && TEST_ptr_null(rsp)
189 res = res && TEST_ptr(rsp)
191 BIO_free(rsp);