Searched refs:max_resp_len (Results 1 – 4 of 4) sorted by relevance
/openssl/include/openssl/ |
H A D | http.h | 81 size_t max_resp_len, int timeout, int keep_alive); 88 size_t max_resp_len, int timeout); 98 size_t max_resp_len, int timeout, int keep_alive);
|
/openssl/crypto/http/ |
H A D | http_client.c | 65 size_t max_resp_len; /* Maximum length of response, or 0 */ member 115 rctx->max_resp_len = OSSL_HTTP_DEFAULT_MAX_RESP_LEN; in OSSL_HTTP_REQ_CTX_new() 167 rctx->max_resp_len = len != 0 ? (size_t)len : OSSL_HTTP_DEFAULT_MAX_RESP_LEN; in OSSL_HTTP_REQ_CTX_set_max_response_length() 510 if (rctx->max_resp_len != 0 && len > rctx->max_resp_len) { in check_set_resp_len() 512 "length=%zu, max=%zu", len, rctx->max_resp_len); in check_set_resp_len() 1107 size_t max_resp_len, int timeout, int keep_alive) in OSSL_HTTP_set1_request() argument 1120 rctx->max_resp_len = max_resp_len; /* allows for 0: indefinite */ in OSSL_HTTP_set1_request() 1216 size_t max_resp_len, int timeout) in OSSL_HTTP_get() argument 1251 expected_ct, expect_asn1, max_resp_len, in OSSL_HTTP_get() 1309 size_t max_resp_len, int timeout, int keep_alive) in OSSL_HTTP_transfer() argument [all …]
|
/openssl/doc/man3/ |
H A D | OSSL_HTTP_transfer.pod | 33 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); 192 The I<max_resp_len> parameter specifies the maximum allowed
|
/openssl/crypto/x509/ |
H A D | x_all.c | 119 size_t max_resp_len = (it == ASN1_ITEM_rptr(X509_CRL)) ? in simple_get_asn1() local 125 max_resp_len, timeout); in simple_get_asn1()
|
Completed in 13 milliseconds