Searched refs:expected_ct (Results 1 – 1 of 1) sorted by relevance
59 char *expected_ct; /* Optional expected Content-Type */ member133 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()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[all …]
Completed in 6 milliseconds