Home
last modified time | relevance | path

Searched refs:channel_output_closed (Results 1 – 18 of 18) sorted by relevance

/dports/net/haproxy17/haproxy-1.7.14/include/proto/
H A Dchannel.h239 static inline int channel_output_closed(struct channel *chn) in channel_output_closed() function
/dports/net/haproxy18/haproxy-1.8.30/include/proto/
H A Dchannel.h218 static inline int channel_output_closed(struct channel *chn) in channel_output_closed() function
/dports/net/haproxy20/haproxy-2.0.26/include/proto/
H A Dchannel.h521 static inline int channel_output_closed(struct channel *chn) in channel_output_closed() function
/dports/net/haproxy19/haproxy-1.9.16/include/proto/
H A Dchannel.h518 static inline int channel_output_closed(struct channel *chn) in channel_output_closed() function
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dchannel.h515 static inline int channel_output_closed(struct channel *chn) in channel_output_closed() function
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dchannel.h517 static inline int channel_output_closed(struct channel *chn) in channel_output_closed() function
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dchannel.h517 static inline int channel_output_closed(struct channel *chn) in channel_output_closed() function
/dports/net/haproxy21/haproxy-2.1.12/include/proto/
H A Dchannel.h518 static inline int channel_output_closed(struct channel *chn) in channel_output_closed() function
/dports/net/nuster/nuster-5.0.4.21/include/proto/
H A Dchannel.h518 static inline int channel_output_closed(struct channel *chn) in channel_output_closed() function
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dhlua.c1580 if (channel_output_closed(si_ic(si))) in hlua_socket_handler()
1929 if (!socket->s || channel_output_closed(&socket->s->req)) { in hlua_socket_write_yield()
2201 if (!hlua || !socket->s || channel_output_closed(&socket->s->req)) { in hlua_socket_connect_yield()
2795 if (unlikely(channel_output_closed(chn))) { in hlua_channel_send_yield()
2912 if (channel_input_closed(chn) || channel_output_closed(chn)) in hlua_channel_forward_yield()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dhlua.c1606 if (channel_output_closed(si_ic(si))) in hlua_socket_handler()
2014 if (channel_output_closed(&s->req)) { in hlua_socket_write_yield()
2343 if (!hlua || channel_output_closed(&s->req)) { in hlua_socket_connect_yield()
2997 if (unlikely(channel_output_closed(chn))) { in hlua_channel_send_yield()
3118 if (channel_input_closed(chn) || channel_output_closed(chn)) in hlua_channel_forward_yield()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dhlua.c1833 if (channel_output_closed(si_ic(si))) in hlua_socket_handler()
2260 if (channel_output_closed(&s->req)) { in hlua_socket_write_yield()
2594 if (!hlua || channel_output_closed(&s->req)) { in hlua_socket_connect_yield()
3183 if (unlikely(channel_output_closed(chn))) { in hlua_channel_send_yield()
3313 if (channel_input_closed(chn) || channel_output_closed(chn) || HLUA_CANT_YIELD(hlua_gethlua(L))) in hlua_channel_forward_yield()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dhlua.c1687 if (channel_output_closed(si_ic(si))) in hlua_socket_handler()
2103 if (channel_output_closed(&s->req)) { in hlua_socket_write_yield()
2432 if (!hlua || channel_output_closed(&s->req)) { in hlua_socket_connect_yield()
3051 if (unlikely(channel_output_closed(chn))) { in hlua_channel_send_yield()
3174 if (channel_input_closed(chn) || channel_output_closed(chn)) in hlua_channel_forward_yield()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dhlua.c1728 if (channel_output_closed(si_ic(si))) in hlua_socket_handler()
2144 if (channel_output_closed(&s->req)) { in hlua_socket_write_yield()
2473 if (!hlua || channel_output_closed(&s->req)) { in hlua_socket_connect_yield()
3052 if (unlikely(channel_output_closed(chn))) { in hlua_channel_send_yield()
3177 if (channel_input_closed(chn) || channel_output_closed(chn) || HLUA_CANT_YIELD(hlua_gethlua(L))) in hlua_channel_forward_yield()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dhlua.c1694 if (channel_output_closed(si_ic(si))) in hlua_socket_handler()
2102 if (channel_output_closed(&s->req)) { in hlua_socket_write_yield()
2431 if (!hlua || channel_output_closed(&s->req)) { in hlua_socket_connect_yield()
3085 if (unlikely(channel_output_closed(chn))) { in hlua_channel_send_yield()
3206 if (channel_input_closed(chn) || channel_output_closed(chn)) in hlua_channel_forward_yield()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dhlua.c1646 if (channel_output_closed(si_ic(si))) in hlua_socket_handler()
2053 if (channel_output_closed(&s->req)) { in hlua_socket_write_yield()
2398 if (!hlua || channel_output_closed(&s->req)) { in hlua_socket_connect_yield()
3060 if (unlikely(channel_output_closed(chn))) { in hlua_channel_send_yield()
3177 if (channel_input_closed(chn) || channel_output_closed(chn)) in hlua_channel_forward_yield()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dhlua.c1637 if (channel_output_closed(si_ic(si))) in hlua_socket_handler()
2045 if (channel_output_closed(&s->req)) { in hlua_socket_write_yield()
2390 if (!hlua || channel_output_closed(&s->req)) { in hlua_socket_connect_yield()
3049 if (unlikely(channel_output_closed(chn))) { in hlua_channel_send_yield()
3170 if (channel_input_closed(chn) || channel_output_closed(chn)) in hlua_channel_forward_yield()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dhlua.c1664 if (channel_output_closed(si_ic(si))) in hlua_socket_handler()
2077 if (channel_output_closed(&s->req)) { in hlua_socket_write_yield()
2422 if (!hlua || channel_output_closed(&s->req)) { in hlua_socket_connect_yield()
3093 if (unlikely(channel_output_closed(chn))) { in hlua_channel_send_yield()
3216 if (channel_input_closed(chn) || channel_output_closed(chn)) in hlua_channel_forward_yield()