Searched refs:BUFQ_OPT_NONE (Results 1 - 6 of 6) sorted by relevance
/third_party/curl/tests/unit/ |
H A D | unit2601.c | 229 check_bufq(0, 1024, 4, 128, 128, BUFQ_OPT_NONE); 230 check_bufq(0, 1024, 4, 129, 127, BUFQ_OPT_NONE); 231 check_bufq(0, 1024, 4, 2000, 16000, BUFQ_OPT_NONE); 232 check_bufq(0, 1024, 4, 16000, 3000, BUFQ_OPT_NONE); 234 check_bufq(0, 8000, 10, 1234, 1234, BUFQ_OPT_NONE); 235 check_bufq(0, 8000, 10, 8*1024, 4*1024, BUFQ_OPT_NONE); 242 check_bufq(8, 1024, 4, 128, 128, BUFQ_OPT_NONE); 243 check_bufq(8, 8000, 10, 1234, 1234, BUFQ_OPT_NONE);
|
/third_party/curl/lib/ |
H A D | bufq.h | 109 #define BUFQ_OPT_NONE (0) macro
|
H A D | bufq.c | 233 bufq_init(q, NULL, chunk_size, max_chunks, BUFQ_OPT_NONE); in Curl_bufq_init()
|
H A D | http2.c | 255 H2_STREAM_SEND_CHUNKS, BUFQ_OPT_NONE); in http2_data_setup()
|
/third_party/curl/lib/vquic/ |
H A D | curl_osslq.c | 229 Curl_bufq_initp(&s->recvbuf, bufcp, 1, BUFQ_OPT_NONE); in cf_osslq_stream_open() 368 Curl_bufq_initp(&nstream->recvbuf, &ctx->stream_bufcp, 1, BUFQ_OPT_NONE); in cf_osslq_h3conn_add_stream() 526 H3_STREAM_SEND_CHUNKS, BUFQ_OPT_NONE); in h3_data_setup()
|
H A D | curl_ngtcp2.c | 191 H3_STREAM_SEND_CHUNKS, BUFQ_OPT_NONE); in h3_data_setup()
|
Completed in 12 milliseconds