Lines Matching refs:expected_ct
59 char *expected_ct; /* Optional expected Content-Type */ member
133 OPENSSL_free(rctx->expected_ct); in OSSL_HTTP_REQ_CTX_free()
251 OPENSSL_free(rctx->expected_ct); in OSSL_HTTP_REQ_CTX_set_expected()
252 rctx->expected_ct = NULL; in OSSL_HTTP_REQ_CTX_set_expected()
254 && (rctx->expected_ct = OPENSSL_strdup(content_type)) == NULL) in OSSL_HTTP_REQ_CTX_set_expected()
649 if (rctx->expected_ct != NULL in OSSL_HTTP_REQ_CTX_nbio()
651 if (strcasecmp(rctx->expected_ct, value) != 0) { in OSSL_HTTP_REQ_CTX_nbio()
654 rctx->expected_ct, value); in OSSL_HTTP_REQ_CTX_nbio()
687 if (rctx->expected_ct != NULL && !found_expected_ct) { in OSSL_HTTP_REQ_CTX_nbio()
689 "expected=%s", rctx->expected_ct); in OSSL_HTTP_REQ_CTX_nbio()
1061 const char *expected_ct, int expect_asn1, in OSSL_HTTP_get() argument
1093 expected_ct, expect_asn1, max_resp_len, in OSSL_HTTP_get()
1139 const char *expected_ct, int expect_asn1, in OSSL_HTTP_transfer() argument
1153 expected_ct, expect_asn1, in OSSL_HTTP_transfer()