Home
last modified time | relevance | path

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

/curl/lib/
H A Dbufq.h114 #define BUFQ_OPT_SOFT_LIMIT (1 << 0) macro
H A Drequest.c76 BUFQ_OPT_SOFT_LIMIT); in Curl_req_soft_reset()
84 BUFQ_OPT_SOFT_LIMIT); in Curl_req_soft_reset()
H A Dbufq.c336 if(q->chunk_count >= q->max_chunks && (!(q->opts & BUFQ_OPT_SOFT_LIMIT))) in get_spare()
459 if((q->chunk_count < q->max_chunks) || (q->opts & BUFQ_OPT_SOFT_LIMIT)) { in Curl_bufq_write()
H A Dws.c371 Curl_bufq_init2(&ctx->buf, WS_CHUNK_SIZE, 1, BUFQ_OPT_SOFT_LIMIT); in ws_cw_init()
781 BUFQ_OPT_SOFT_LIMIT); in Curl_ws_accept()
783 BUFQ_OPT_SOFT_LIMIT); in Curl_ws_accept()
H A Dhttp_chunks.c489 Curl_bufq_init2(&ctx->chunkbuf, CURL_CHUNKED_MAXLEN, 2, BUFQ_OPT_SOFT_LIMIT); in cr_chunked_init()
H A Dsendf.c959 Curl_bufq_init2(&ctx->buf, (16 * 1024), 1, BUFQ_OPT_SOFT_LIMIT); in cr_lc_init()
H A Dsmtp.c1804 Curl_bufq_init2(&ctx->buf, (16 * 1024), 1, BUFQ_OPT_SOFT_LIMIT); in cr_eob_init()
H A Dcf-h2-proxy.c93 BUFQ_OPT_SOFT_LIMIT); in tunnel_stream_init()
/curl/tests/unit/
H A Dunit2601.c180 Curl_bufq_init2(&q, chunk_size, max_chunks, (opts|BUFQ_OPT_SOFT_LIMIT)); in check_bufq()
/curl/lib/vquic/
H A Dvquic.c81 BUFQ_OPT_SOFT_LIMIT); in vquic_ctx_init()
H A Dcurl_msh3.c213 H3_STREAM_RECV_CHUNKS, BUFQ_OPT_SOFT_LIMIT); in h3_data_setup()
H A Dcurl_quiche.c234 H3_STREAM_RECV_CHUNKS, BUFQ_OPT_SOFT_LIMIT); in h3_data_setup()
H A Dcurl_osslq.c633 H3_STREAM_RECV_CHUNKS, BUFQ_OPT_SOFT_LIMIT); in h3_data_setup()

Completed in 48 milliseconds