/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | http.h | 76 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);
|
/third_party/openssl/include/openssl/ |
H A D | http.h | 76 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);
|
/third_party/node/deps/openssl/openssl/crypto/http/ |
H A D | http_client.c | 64 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() 490 if (rctx->max_resp_len != 0 && len > rctx->max_resp_len) { in check_set_resp_len() 492 "length=%zu, max=%zu", len, rctx->max_resp_len); in check_set_resp_len() 1019 size_t max_resp_len, int timeout, int keep_alive) in OSSL_HTTP_set1_request() 1032 rctx->max_resp_len = max_resp_len; /* allows for 0: indefinite */ in OSSL_HTTP_set1_request() 1128 size_t max_resp_len, in in OSSL_HTTP_get() 1015 OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX *rctx, const char *path, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_content_type, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_set1_request() argument 1123 OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout) OSSL_HTTP_get() argument 1212 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument [all...] |
/third_party/openssl/crypto/http/ |
H A D | http_client.c | 64 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() 1008 size_t max_resp_len, int timeout, int keep_alive) in OSSL_HTTP_set1_request() 1021 rctx->max_resp_len = max_resp_len; /* allows for 0: indefinite */ in OSSL_HTTP_set1_request() 1117 size_t max_resp_len, in in OSSL_HTTP_get() 1004 OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX *rctx, const char *path, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_content_type, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_set1_request() argument 1112 OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout) OSSL_HTTP_get() argument 1201 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument [all...] |