Home
last modified time | relevance | path

Searched refs:BUFQ_OPT_SOFT_LIMIT (Results 1 - 11 of 11) sorted by relevance

/third_party/curl/lib/
H A Dbufq.h78 * 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 Dws.c368 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 Dbufq.c319 if(q->chunk_count >= q->max_chunks && (!(q->opts & BUFQ_OPT_SOFT_LIMIT))) in get_spare()
H A Dcf-h2-proxy.c93 BUFQ_OPT_SOFT_LIMIT); in tunnel_stream_init()
H A Dhttp2.c257 H2_STREAM_RECV_CHUNKS, BUFQ_OPT_SOFT_LIMIT); in http2_data_setup()
/third_party/curl/tests/unit/
H A Dunit2601.c180 Curl_bufq_init2(&q, chunk_size, max_chunks, (opts|BUFQ_OPT_SOFT_LIMIT)); in check_bufq()
/third_party/curl/lib/vquic/
H A Dvquic.c90 BUFQ_OPT_SOFT_LIMIT); in vquic_ctx_init()
H A Dcurl_msh3.c180 H3_STREAM_RECV_CHUNKS, BUFQ_OPT_SOFT_LIMIT); in h3_data_setup()
H A Dcurl_ngtcp2.c196 H3_STREAM_RECV_CHUNKS, BUFQ_OPT_SOFT_LIMIT); in h3_data_setup()
H A Dcurl_osslq.c531 H3_STREAM_RECV_CHUNKS, BUFQ_OPT_SOFT_LIMIT); in h3_data_setup()
H A Dcurl_quiche.c196 H3_STREAM_RECV_CHUNKS, BUFQ_OPT_SOFT_LIMIT); in h3_data_setup()

Completed in 20 milliseconds