Home
last modified time | relevance | path

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

/dports/net/haproxy20/haproxy-2.0.26/include/proto/
H A Dchannel.h760 static inline int channel_htx_full(const struct channel *c, const struct htx *htx, in channel_htx_full() function
783 return channel_htx_full(c, htxbuf(&c->buf), reserve); in channel_full()
/dports/net/haproxy19/haproxy-1.9.16/include/proto/
H A Dchannel.h757 static inline int channel_htx_full(const struct channel *c, const struct htx *htx, in channel_htx_full() function
780 return channel_htx_full(c, htxbuf(&c->buf), reserve); in channel_full()
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dchannel.h754 static inline int channel_htx_full(const struct channel *c, const struct htx *htx, in channel_htx_full() function
777 return channel_htx_full(c, htxbuf(&c->buf), reserve); in channel_full()
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dchannel.h756 static inline int channel_htx_full(const struct channel *c, const struct htx *htx, in channel_htx_full() function
779 return channel_htx_full(c, htxbuf(&c->buf), reserve); in channel_full()
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dchannel.h756 static inline int channel_htx_full(const struct channel *c, const struct htx *htx, in channel_htx_full() function
779 return channel_htx_full(c, htxbuf(&c->buf), reserve); in channel_full()
/dports/net/haproxy21/haproxy-2.1.12/include/proto/
H A Dchannel.h757 static inline int channel_htx_full(const struct channel *c, const struct htx *htx, in channel_htx_full() function
780 return channel_htx_full(c, htxbuf(&c->buf), reserve); in channel_full()
/dports/net/nuster/nuster-5.0.4.21/include/proto/
H A Dchannel.h757 static inline int channel_htx_full(const struct channel *c, const struct htx *htx, in channel_htx_full() function
780 return channel_htx_full(c, htxbuf(&c->buf), reserve); in channel_full()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dhttp_ana.c4120 channel_htx_full(chn, htx, global.tune.maxrewrite) || in http_wait_for_msg_body()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dhttp_ana.c1064 channel_htx_full(req, htx, global.tune.maxrewrite) || in http_wait_for_request_body()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dhttp_ana.c1064 channel_htx_full(req, htx, global.tune.maxrewrite) || in http_wait_for_request_body()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dproto_htx.c1071 channel_htx_full(req, htx, global.tune.maxrewrite) || in htx_wait_for_request_body()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dproto_htx.c1094 channel_htx_full(req, htx, global.tune.maxrewrite)) in htx_wait_for_request_body()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dhttp_ana.c1044 channel_htx_full(req, htx, global.tune.maxrewrite)) in http_wait_for_request_body()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dhttp_ana.c1048 channel_htx_full(req, htx, global.tune.maxrewrite)) in http_wait_for_request_body()
/dports/net/haproxy19/haproxy-1.9.16/
H A DCHANGELOG436 - BUG/MINOR: channel/htx: Call channel_htx_full() from channel_full()
/dports/net/nuster/nuster-5.0.4.21/
H A DCHANGELOG1058 - BUG/MINOR: channel/htx: Call channel_htx_full() from channel_full()
/dports/net/haproxy20/haproxy-2.0.26/
H A DCHANGELOG1149 - BUG/MINOR: channel/htx: Call channel_htx_full() from channel_full()
/dports/net/haproxy21/haproxy-2.1.12/
H A DCHANGELOG1504 - BUG/MINOR: channel/htx: Call channel_htx_full() from channel_full()
/dports/net/haproxy22/haproxy-2.2.19/
H A DCHANGELOG3119 - BUG/MINOR: channel/htx: Call channel_htx_full() from channel_full()
/dports/net/haproxy23/haproxy-2.3.16/
H A DCHANGELOG3686 - BUG/MINOR: channel/htx: Call channel_htx_full() from channel_full()
/dports/net/haproxy/haproxy-2.4.10/
H A DCHANGELOG5102 - BUG/MINOR: channel/htx: Call channel_htx_full() from channel_full()