Home
last modified time | relevance | path

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

/openssl/include/openssl/
H A Dhttp.h76 size_t max_resp_len, int timeout, int keep_alive);
83 size_t max_resp_len, int timeout);
93 size_t max_resp_len, int timeout, int keep_alive);
/openssl/crypto/http/
H A Dhttp_client.c64 size_t max_resp_len; /* Maximum length of response, or 0 */ member
110 rctx->max_resp_len = OSSL_HTTP_DEFAULT_MAX_RESP_LEN; in OSSL_HTTP_REQ_CTX_new()
162 rctx->max_resp_len = len != 0 ? (size_t)len : OSSL_HTTP_DEFAULT_MAX_RESP_LEN; in OSSL_HTTP_REQ_CTX_set_max_response_length()
483 if (rctx->max_resp_len != 0 && len > rctx->max_resp_len) in check_set_resp_len()
485 "length=%zu, max=%zu", len, rctx->max_resp_len); in check_set_resp_len()
1039 size_t max_resp_len, int timeout, int keep_alive) in OSSL_HTTP_set1_request() argument
1052 rctx->max_resp_len = max_resp_len; /* allows for 0: indefinite */ in OSSL_HTTP_set1_request()
1148 size_t max_resp_len, int timeout) in OSSL_HTTP_get() argument
1180 expected_ct, expect_asn1, max_resp_len, in OSSL_HTTP_get()
1236 size_t max_resp_len, int timeout, int keep_alive) in OSSL_HTTP_transfer() argument
[all …]
/openssl/doc/man3/
H A DOSSL_HTTP_transfer.pod33 size_t max_resp_len, int timeout, int keep_alive);
40 size_t max_resp_len, int timeout);
50 size_t max_resp_len, int timeout, int keep_alive);
185 The I<max_resp_len> parameter specifies the maximum allowed

Completed in 13 milliseconds