Searched refs:MAX_ACC (Results 1 – 3 of 3) sorted by relevance
751 #define MAX_ACC 60000 /* <64KB to account for some overhead */ in http_request() macro763 if(acc > MAX_ACC) { in http_request()766 "stream to be rejected.\n", MAX_ACC); in http_request()
1565 #define MAX_ACC 60000 /* <64KB to account for some overhead */ in http_request() macro1571 if(acc > MAX_ACC) { in http_request()1574 "stream to be rejected.\n", MAX_ACC); in http_request()
2060 #define MAX_ACC 60000 /* <64KB to account for some overhead */ in http2_send() macro2072 if(acc > MAX_ACC) { in http2_send()2075 "stream to be rejected.\n", MAX_ACC); in http2_send()