Home
last modified time | relevance | path

Searched refs:expected_ct (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/crypto/openssl/crypto/http/
H A Dhttp_client.c59 char *expected_ct; /* Optional expected Content-Type */ member
133 OPENSSL_free(rctx->expected_ct); in OSSL_HTTP_REQ_CTX_free()
258 OPENSSL_free(rctx->expected_ct); in OSSL_HTTP_REQ_CTX_set_expected()
259 rctx->expected_ct = NULL; in OSSL_HTTP_REQ_CTX_set_expected()
711 if (rctx->state == OHS_HEADERS && rctx->expected_ct != NULL in OSSL_HTTP_REQ_CTX_nbio()
716 rctx->expected_ct, value); in OSSL_HTTP_REQ_CTX_nbio()
762 if (rctx->expected_ct != NULL && !found_expected_ct) { in OSSL_HTTP_REQ_CTX_nbio()
764 "expected=%s", rctx->expected_ct); in OSSL_HTTP_REQ_CTX_nbio()
1138 const char *expected_ct, int expect_asn1, in OSSL_HTTP_get() argument
1231 const char *expected_ct, int expect_asn1, in OSSL_HTTP_transfer() argument
[all …]