Home
last modified time | relevance | path

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

/src/crypto/openssl/include/openssl/
H A Dhttp.h85 const char *expected_content_type, int expect_asn1,
92 const char *expected_content_type, int expect_asn1,
102 const char *expected_content_type, int expect_asn1,
/src/crypto/openssl/apps/include/
H A Dapps.h298 long timeout, const char *expected_content_type,
306 const char *expected_content_type,
/src/crypto/openssl/doc/man3/
H A DOSSL_HTTP_transfer.pod32 const char *expected_content_type, int expect_asn1,
39 const char *expected_content_type, int expect_asn1,
49 const char *expected_content_type, int expect_asn1,
183 For the meaning of the I<expected_content_type>, I<expect_asn1>, I<timeout>,
H A DOSSL_HTTP_REQ_CTX.pod38 const char *expected_content_type, int expect_asn1,
101 If the I<expected_content_type> argument is not NULL, the client will
108 For instance, if the I<expected_content_type> argument specifies C<text/html>,
/src/crypto/openssl/crypto/http/
H A Dhttp_client.c1150 const char *expected_content_type, int expect_asn1, in OSSL_HTTP_set1_request() argument
1171 && OSSL_HTTP_REQ_CTX_set_expected(rctx, expected_content_type, in OSSL_HTTP_set1_request()
/src/crypto/openssl/apps/lib/
H A Dapps.c2602 long timeout, const char *expected_content_type, in app_http_get_asn1() argument
2639 expected_content_type, 1 /* expect_asn1 */, in app_http_get_asn1()
2656 const char *expected_content_type, in app_http_post_asn1() argument
2677 expected_content_type, 1 /* expect_asn1 */, in app_http_post_asn1()