Searched refs:BUFQ_OPT_SOFT_LIMIT (Results 1 - 11 of 11) sorted by relevance
/third_party/curl/lib/ |
H A D | bufq.h | 78 * larger than the max when option `BUFQ_OPT_SOFT_LIMIT` is used. 82 * With `BUFQ_OPT_SOFT_LIMIT` set, a bufq will allow writing becond this 114 #define BUFQ_OPT_SOFT_LIMIT (1 << 0) macro
|
H A D | ws.c | 368 Curl_bufq_init2(&ctx->buf, WS_CHUNK_SIZE, 1, BUFQ_OPT_SOFT_LIMIT); in ws_cw_init() 762 BUFQ_OPT_SOFT_LIMIT); in Curl_ws_accept() 764 BUFQ_OPT_SOFT_LIMIT); in Curl_ws_accept()
|
H A D | bufq.c | 319 if(q->chunk_count >= q->max_chunks && (!(q->opts & BUFQ_OPT_SOFT_LIMIT))) in get_spare()
|
H A D | cf-h2-proxy.c | 93 BUFQ_OPT_SOFT_LIMIT); in tunnel_stream_init()
|
H A D | http2.c | 257 H2_STREAM_RECV_CHUNKS, BUFQ_OPT_SOFT_LIMIT); in http2_data_setup()
|
/third_party/curl/tests/unit/ |
H A D | unit2601.c | 180 Curl_bufq_init2(&q, chunk_size, max_chunks, (opts|BUFQ_OPT_SOFT_LIMIT)); in check_bufq()
|
/third_party/curl/lib/vquic/ |
H A D | vquic.c | 90 BUFQ_OPT_SOFT_LIMIT); in vquic_ctx_init()
|
H A D | curl_msh3.c | 180 H3_STREAM_RECV_CHUNKS, BUFQ_OPT_SOFT_LIMIT); in h3_data_setup()
|
H A D | curl_ngtcp2.c | 196 H3_STREAM_RECV_CHUNKS, BUFQ_OPT_SOFT_LIMIT); in h3_data_setup()
|
H A D | curl_osslq.c | 531 H3_STREAM_RECV_CHUNKS, BUFQ_OPT_SOFT_LIMIT); in h3_data_setup()
|
H A D | curl_quiche.c | 196 H3_STREAM_RECV_CHUNKS, BUFQ_OPT_SOFT_LIMIT); in h3_data_setup()
|
Completed in 20 milliseconds