Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
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);
/third_party/openssl/crypto/http/
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()
1008 size_t max_resp_len, int timeout, int keep_alive) in OSSL_HTTP_set1_request() argument
1021 rctx->max_resp_len = max_resp_len; /* allows for 0: indefinite */ in OSSL_HTTP_set1_request()
1117 size_t max_resp_len, int timeout) in OSSL_HTTP_get() argument
1149 expected_ct, expect_asn1, max_resp_len, in OSSL_HTTP_get()
1205 size_t max_resp_len, int timeout, int keep_alive) in OSSL_HTTP_transfer() argument
[all …]
/third_party/openssl/doc/man3/
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);
177 The I<max_resp_len> parameter specifies the maximum allowed
/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dsg_cmds_extra.h190 int sg_ll_report_id_info(int sg_fd, int itype, void * resp, int max_resp_len,
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_cmds_extra.c774 sg_ll_report_id_info(int sg_fd, int itype, void * resp, int max_resp_len, in sg_ll_report_id_info() argument
785 sg_put_unaligned_be32((uint32_t)max_resp_len, rii_cdb + 6); in sg_ll_report_id_info()
799 set_scsi_pt_data_in(ptvp, (unsigned char *)resp, max_resp_len); in sg_ll_report_id_info()
801 ret = sg_cmds_process_resp(ptvp, cdb_name_s, res, max_resp_len, sense_b, in sg_ll_report_id_info()