Home
last modified time | relevance | path

Searched refs:si_cs_recv (Results 1 – 21 of 21) sorted by relevance

/dports/net/haproxy19/haproxy-1.9.16/include/proto/
H A Dstream_interface.h49 int si_cs_recv(struct conn_stream *cs);
474 return si_cs_recv(cs); in si_sync_recv()
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dstream_interface.h47 int si_cs_recv(struct conn_stream *cs);
491 return si_cs_recv(cs); in si_sync_recv()
/dports/net/haproxy21/haproxy-2.1.12/include/proto/
H A Dstream_interface.h50 int si_cs_recv(struct conn_stream *cs);
490 return si_cs_recv(cs); in si_sync_recv()
/dports/net/haproxy20/haproxy-2.0.26/include/proto/
H A Dstream_interface.h50 int si_cs_recv(struct conn_stream *cs);
499 return si_cs_recv(cs); in si_sync_recv()
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dstream_interface.h47 int si_cs_recv(struct conn_stream *cs);
491 return si_cs_recv(cs); in si_sync_recv()
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dstream_interface.h47 int si_cs_recv(struct conn_stream *cs);
491 return si_cs_recv(cs); in si_sync_recv()
/dports/net/nuster/nuster-5.0.4.21/include/proto/
H A Dstream_interface.h50 int si_cs_recv(struct conn_stream *cs);
490 return si_cs_recv(cs); in si_sync_recv()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dstream_interface.c93 int si_cs_recv(struct conn_stream *cs);
767 ret |= si_cs_recv(cs); in si_cs_io_cb()
1154 int si_cs_recv(struct conn_stream *cs) in si_cs_recv() function
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dstream_interface.c91 int si_cs_recv(struct conn_stream *cs);
796 ret |= si_cs_recv(cs); in si_cs_io_cb()
1204 int si_cs_recv(struct conn_stream *cs) in si_cs_recv() function
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dstream_interface.c95 int si_cs_recv(struct conn_stream *cs);
815 ret |= si_cs_recv(cs); in si_cs_io_cb()
1222 int si_cs_recv(struct conn_stream *cs) in si_cs_recv() function
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dstream_interface.c91 int si_cs_recv(struct conn_stream *cs);
809 ret |= si_cs_recv(cs); in si_cs_io_cb()
1211 int si_cs_recv(struct conn_stream *cs) in si_cs_recv() function
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dstream_interface.c91 int si_cs_recv(struct conn_stream *cs);
796 ret |= si_cs_recv(cs); in si_cs_io_cb()
1204 int si_cs_recv(struct conn_stream *cs) in si_cs_recv() function
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dstream_interface.c95 int si_cs_recv(struct conn_stream *cs);
809 ret |= si_cs_recv(cs); in si_cs_io_cb()
1217 int si_cs_recv(struct conn_stream *cs) in si_cs_recv() function
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dstream_interface.c95 int si_cs_recv(struct conn_stream *cs);
805 ret |= si_cs_recv(cs); in si_cs_io_cb()
1213 int si_cs_recv(struct conn_stream *cs) in si_cs_recv() function
/dports/net/haproxy20/haproxy-2.0.26/
H A DCHANGELOG56 - BUG/MEDIUM: stream-int: Defrag HTX message in si_cs_recv() if necessary
828 - BUG/MINOR: stream-int: Fix si_cs_recv() return value
1355 - MINOR: stream-int: Don't use the flag CO_RFL_KEEP_RSV anymore in si_cs_recv()
2677 - BUG/MINOR: stream-int: Process read0 even if no data was received in si_cs_recv
2949 - MEDIUM: stream-int: update the endp polling status only at the end of si_cs_recv()
2950 - MINOR: stream-int: make si_sync_recv() simply check ENDP before si_cs_recv()
3054 - BUG/MAJOR: stream-int: don't call si_cs_recv() in stream_int_chk_rcv_conn()
3117 - MEDIUM: stream: always call si_cs_recv() after a failed buffer allocation
/dports/net/nuster/nuster-5.0.4.21/
H A DCHANGELOG278 - BUG/MINOR: stream-int: Fix si_cs_recv() return value
1264 - MINOR: stream-int: Don't use the flag CO_RFL_KEEP_RSV anymore in si_cs_recv()
2586 - BUG/MINOR: stream-int: Process read0 even if no data was received in si_cs_recv
2858 - MEDIUM: stream-int: update the endp polling status only at the end of si_cs_recv()
2859 - MINOR: stream-int: make si_sync_recv() simply check ENDP before si_cs_recv()
2963 - BUG/MAJOR: stream-int: don't call si_cs_recv() in stream_int_chk_rcv_conn()
3026 - MEDIUM: stream: always call si_cs_recv() after a failed buffer allocation
/dports/net/haproxy19/haproxy-1.9.16/
H A DCHANGELOG269 - BUG/MINOR: stream-int: Fix si_cs_recv() return value
1284 - BUG/MINOR: stream-int: Process read0 even if no data was received in si_cs_recv
1556 - MEDIUM: stream-int: update the endp polling status only at the end of si_cs_recv()
1557 - MINOR: stream-int: make si_sync_recv() simply check ENDP before si_cs_recv()
1661 - BUG/MAJOR: stream-int: don't call si_cs_recv() in stream_int_chk_rcv_conn()
1724 - MEDIUM: stream: always call si_cs_recv() after a failed buffer allocation
/dports/net/haproxy21/haproxy-2.1.12/
H A DCHANGELOG724 - BUG/MINOR: stream-int: Fix si_cs_recv() return value
1710 - MINOR: stream-int: Don't use the flag CO_RFL_KEEP_RSV anymore in si_cs_recv()
3032 - BUG/MINOR: stream-int: Process read0 even if no data was received in si_cs_recv
3304 - MEDIUM: stream-int: update the endp polling status only at the end of si_cs_recv()
3305 - MINOR: stream-int: make si_sync_recv() simply check ENDP before si_cs_recv()
3409 - BUG/MAJOR: stream-int: don't call si_cs_recv() in stream_int_chk_rcv_conn()
3472 - MEDIUM: stream: always call si_cs_recv() after a failed buffer allocation
/dports/net/haproxy22/haproxy-2.2.19/
H A DCHANGELOG57 - BUG/MEDIUM: stream-int: Defrag HTX message in si_cs_recv() if necessary
2339 - BUG/MINOR: stream-int: Fix si_cs_recv() return value
3325 - MINOR: stream-int: Don't use the flag CO_RFL_KEEP_RSV anymore in si_cs_recv()
4647 - BUG/MINOR: stream-int: Process read0 even if no data was received in si_cs_recv
4919 - MEDIUM: stream-int: update the endp polling status only at the end of si_cs_recv()
4920 - MINOR: stream-int: make si_sync_recv() simply check ENDP before si_cs_recv()
5024 - BUG/MAJOR: stream-int: don't call si_cs_recv() in stream_int_chk_rcv_conn()
5087 - MEDIUM: stream: always call si_cs_recv() after a failed buffer allocation
/dports/net/haproxy23/haproxy-2.3.16/
H A DCHANGELOG62 - BUG/MEDIUM: stream-int: Defrag HTX message in si_cs_recv() if necessary
2906 - BUG/MINOR: stream-int: Fix si_cs_recv() return value
3892 - MINOR: stream-int: Don't use the flag CO_RFL_KEEP_RSV anymore in si_cs_recv()
5214 - BUG/MINOR: stream-int: Process read0 even if no data was received in si_cs_recv
5486 - MEDIUM: stream-int: update the endp polling status only at the end of si_cs_recv()
5487 - MINOR: stream-int: make si_sync_recv() simply check ENDP before si_cs_recv()
5591 - BUG/MAJOR: stream-int: don't call si_cs_recv() in stream_int_chk_rcv_conn()
5654 - MEDIUM: stream: always call si_cs_recv() after a failed buffer allocation
/dports/net/haproxy/haproxy-2.4.10/
H A DCHANGELOG191 - BUG/MEDIUM: stream-int: Defrag HTX message in si_cs_recv() if necessary
4322 - BUG/MINOR: stream-int: Fix si_cs_recv() return value
5308 - MINOR: stream-int: Don't use the flag CO_RFL_KEEP_RSV anymore in si_cs_recv()
6630 - BUG/MINOR: stream-int: Process read0 even if no data was received in si_cs_recv
6902 - MEDIUM: stream-int: update the endp polling status only at the end of si_cs_recv()
6903 - MINOR: stream-int: make si_sync_recv() simply check ENDP before si_cs_recv()
7007 - BUG/MAJOR: stream-int: don't call si_cs_recv() in stream_int_chk_rcv_conn()
7070 - MEDIUM: stream: always call si_cs_recv() after a failed buffer allocation