Home
last modified time | relevance | path

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

/openssl/crypto/http/
H A Dhttp_client.c70 size_t max_hdr_lines; /* Max. number of http hdr lines, or 0 */ member
110 rctx->max_hdr_lines = OSSL_HTTP_DEFAULT_MAX_RESP_HDR_LINES; in OSSL_HTTP_REQ_CTX_new()
367 rctx->max_hdr_lines = count; in OSSL_HTTP_REQ_CTX_set_max_response_hdr_lines()
699 if (rctx->max_hdr_lines != 0 && rctx->max_hdr_lines < resp_hdr_lines) { in OSSL_HTTP_REQ_CTX_nbio()

Completed in 8 milliseconds