Home
last modified time | relevance | path

Searched refs:H1S_F_RX_CONGESTED (Results 1 – 4 of 4) sorted by relevance

/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dmux_h1.c79 #define H1S_F_RX_CONGESTED 0x00002000 /* Cannot process input data RX path is congested (waiting … macro
1201 h1s->flags |= H1S_F_RX_CONGESTED; in h1_process_headers()
1225 h1s->flags |= H1S_F_RX_CONGESTED; in h1_process_headers()
1439 h1s->flags |= H1S_F_RX_CONGESTED; in h1_process_data()
1483 h1s->flags |= H1S_F_RX_CONGESTED; in h1_process_trailers()
1541 h1s->flags &= ~H1S_F_RX_CONGESTED; in h1_process_input()
1595 } while (!(h1s->flags & (errflag|H1S_F_RX_CONGESTED))); in h1_process_input()
1622 if ((h1s->flags & H1S_F_RX_CONGESTED) || (h1s->flags & H1S_F_APPEND_EOM)) in h1_process_input()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dmux_h1.c81 #define H1S_F_RX_CONGESTED 0x00001000 /* Cannot process input data RX path is congested (waiting … macro
1266 h1s->flags |= H1S_F_RX_CONGESTED; in h1_process_headers()
1352 h1s->flags |= H1S_F_RX_CONGESTED; in h1_process_data()
1390 h1s->flags |= H1S_F_RX_CONGESTED; in h1_process_trailers()
1484 h1s->flags &= ~H1S_F_RX_CONGESTED; in h1_process_input()
1561 } while (!(h1s->flags & (errflag|H1S_F_RX_CONGESTED))); in h1_process_input()
1590 if (h1s->flags & (H1S_F_RX_CONGESTED)) { in h1_process_input()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dmux_h1.c81 #define H1S_F_RX_CONGESTED 0x00001000 /* Cannot process input data RX path is congested (waiting … macro
1270 h1s->flags |= H1S_F_RX_CONGESTED; in h1_process_headers()
1356 h1s->flags |= H1S_F_RX_CONGESTED; in h1_process_data()
1394 h1s->flags |= H1S_F_RX_CONGESTED; in h1_process_trailers()
1488 h1s->flags &= ~H1S_F_RX_CONGESTED; in h1_process_input()
1565 } while (!(h1s->flags & (errflag|H1S_F_RX_CONGESTED))); in h1_process_input()
1594 if (h1s->flags & (H1S_F_RX_CONGESTED)) { in h1_process_input()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dmux_h1.c76 #define H1S_F_RX_CONGESTED 0x00000004 /* Cannot process input data RX path is congested (waiting … macro
1420 h1s->flags |= H1S_F_RX_CONGESTED; in h1_process_headers()
1495 h1s->flags |= H1S_F_RX_CONGESTED; in h1_process_data()
1525 h1s->flags |= H1S_F_RX_CONGESTED; in h1_process_trailers()
1567 h1s->flags &= ~H1S_F_RX_CONGESTED; in h1_process_input()
1642 …} while (!(h1s->flags & (H1S_F_PARSING_ERROR|H1S_F_NOT_IMPL_ERROR|H1S_F_RX_BLK|H1S_F_RX_CONGESTED)… in h1_process_input()
1726 if (h1s->flags & (H1S_F_RX_CONGESTED)) { in h1_process_input()