Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c71 size_t max_hdr_lines; /* Max. number of response header lines, or 0 */ member
113 rctx->max_hdr_lines = OSSL_HTTP_DEFAULT_MAX_RESP_HDR_LINES; in OSSL_HTTP_REQ_CTX_new()
370 rctx->max_hdr_lines = count; in OSSL_HTTP_REQ_CTX_set_max_response_hdr_lines()
732 if (rctx->max_hdr_lines != 0 && rctx->max_hdr_lines < resp_hdr_lines) { in OSSL_HTTP_REQ_CTX_nbio()