Home
last modified time | relevance | path

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

/external/curl/lib/vquic/
Dquiche.c751 #define MAX_ACC 60000 /* <64KB to account for some overhead */ in http_request() macro
763 if(acc > MAX_ACC) { in http_request()
766 "stream to be rejected.\n", MAX_ACC); in http_request()
Dngtcp2.c1565 #define MAX_ACC 60000 /* <64KB to account for some overhead */ in http_request() macro
1571 if(acc > MAX_ACC) { in http_request()
1574 "stream to be rejected.\n", MAX_ACC); in http_request()
/external/curl/lib/
Dhttp2.c2060 #define MAX_ACC 60000 /* <64KB to account for some overhead */ in http2_send() macro
2072 if(acc > MAX_ACC) { in http2_send()
2075 "stream to be rejected.\n", MAX_ACC); in http2_send()