Home
last modified time | relevance | path

Searched refs:channel_alloc_buffer (Results 1 – 25 of 29) sorted by relevance

12

/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dapplet.c56 if (!channel_alloc_buffer(si_ic(si), &curr->buffer_wait)) in applet_run_active()
H A Dstream_interface.c1174 if (!channel_alloc_buffer(ic, &(si_strm(si)->buffer_wait))) { in si_conn_recv_cb()
H A Dhlua.c1948 if (!channel_alloc_buffer(&socket->s->req, &appctx->buffer_wait)) in hlua_socket_write_yield()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dapplet.c77 if (!channel_alloc_buffer(si_ic(si), &curr->buffer_wait)) in applet_run_active()
H A Dstream_interface.c1196 if (!channel_alloc_buffer(ic, &(si_strm(si)->buffer_wait))) { in si_cs_recv_cb()
H A Dhlua.c2073 if (!channel_alloc_buffer(&s->req, &appctx->buffer_wait)) in hlua_socket_write_yield()
/dports/net/haproxy17/haproxy-1.7.14/include/proto/
H A Dchannel.h454 static inline int channel_alloc_buffer(struct channel *chn, struct buffer_wait *wait) in channel_alloc_buffer() function
/dports/net/haproxy18/haproxy-1.8.30/include/proto/
H A Dchannel.h433 static inline int channel_alloc_buffer(struct channel *chn, struct buffer_wait *wait) in channel_alloc_buffer() function
/dports/net/haproxy19/haproxy-1.9.16/include/proto/
H A Dstream_interface.h386 ret = channel_alloc_buffer(si_ic(si), wait); in si_alloc_ibuf()
H A Dchannel.h846 static inline int channel_alloc_buffer(struct channel *chn, struct buffer_wait *wait) in channel_alloc_buffer() function
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dstream_interface.h403 ret = channel_alloc_buffer(si_ic(si), wait); in si_alloc_ibuf()
H A Dchannel.h844 static inline int channel_alloc_buffer(struct channel *chn, struct buffer_wait *wait) in channel_alloc_buffer() function
/dports/net/haproxy21/haproxy-2.1.12/include/proto/
H A Dstream_interface.h402 ret = channel_alloc_buffer(si_ic(si), wait); in si_alloc_ibuf()
H A Dchannel.h848 static inline int channel_alloc_buffer(struct channel *chn, struct buffer_wait *wait) in channel_alloc_buffer() function
/dports/net/haproxy20/haproxy-2.0.26/include/proto/
H A Dstream_interface.h411 ret = channel_alloc_buffer(si_ic(si), wait); in si_alloc_ibuf()
H A Dchannel.h851 static inline int channel_alloc_buffer(struct channel *chn, struct buffer_wait *wait) in channel_alloc_buffer() function
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dstream_interface.h403 ret = channel_alloc_buffer(si_ic(si), wait); in si_alloc_ibuf()
H A Dchannel.h845 static inline int channel_alloc_buffer(struct channel *chn, struct buffer_wait *wait) in channel_alloc_buffer() function
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dstream_interface.h403 ret = channel_alloc_buffer(si_ic(si), wait); in si_alloc_ibuf()
H A Dchannel.h847 static inline int channel_alloc_buffer(struct channel *chn, struct buffer_wait *wait) in channel_alloc_buffer() function
/dports/net/nuster/nuster-5.0.4.21/include/proto/
H A Dstream_interface.h402 ret = channel_alloc_buffer(si_ic(si), wait); in si_alloc_ibuf()
H A Dchannel.h848 static inline int channel_alloc_buffer(struct channel *chn, struct buffer_wait *wait) in channel_alloc_buffer() function
/dports/net/haproxy19/haproxy-1.9.16/
H A DCHANGELOG1723 - MEDIUM: stream-int: replace channel_alloc_buffer() with si_alloc_ibuf() everywhere
/dports/net/nuster/nuster-5.0.4.21/
H A DCHANGELOG3025 - MEDIUM: stream-int: replace channel_alloc_buffer() with si_alloc_ibuf() everywhere
/dports/net/haproxy20/haproxy-2.0.26/
H A DCHANGELOG3116 - MEDIUM: stream-int: replace channel_alloc_buffer() with si_alloc_ibuf() everywhere

12