Home
last modified time | relevance | path

Searched defs:buffer_wait (Results 1 – 25 of 56) sorted by relevance

123

/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Ddynbuf-t.h28 struct buffer_wait { struct
29 void *target; /* The waiting object that should be woken up */
30 int (*wakeup_cb)(void *); /* The function used to wake up the <target>, passed as argument */
31 struct mt_list list; /* Next element in the <buffer_wq> list */
H A Dstream-t.h145 struct buffer_wait buffer_wait; /* position in the list of objects waiting for a buffer */ member
H A Dspoe-t.h347 struct buffer_wait buffer_wait; /* position in the list of resources waiting for a buffer */ member
399 struct buffer_wait buffer_wait; /* position in the list of resources waiting for a buffer */ member
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Ddynbuf-t.h28 struct buffer_wait { struct
29 void *target; /* The waiting object that should be woken up */
30 int (*wakeup_cb)(void *); /* The function used to wake up the <target>, passed as argument */
31 struct list list; /* Next element in the <buffer_wq> list */
H A Dstream-t.h146 struct buffer_wait buffer_wait; /* position in the list of objects waiting for a buffer */ member
H A Dspoe-t.h347 struct buffer_wait buffer_wait; /* position in the list of resources waiting for a buffer */ member
399 struct buffer_wait buffer_wait; /* position in the list of resources waiting for a buffer */ member
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Ddynbuf-t.h28 struct buffer_wait { struct
29 void *target; /* The waiting object that should be woken up */
30 int (*wakeup_cb)(void *); /* The function used to wake up the <target>, passed as argument */
31 struct list list; /* Next element in the <buffer_wq> list */
H A Dstream-t.h145 struct buffer_wait buffer_wait; /* position in the list of objects waiting for a buffer */ member
H A Dspoe-t.h347 struct buffer_wait buffer_wait; /* position in the list of resources waiting for a buffer */ member
399 struct buffer_wait buffer_wait; /* position in the list of resources waiting for a buffer */ member
/dports/net/haproxy21/haproxy-2.1.12/include/common/
H A Dbuffer.h40 struct buffer_wait { struct
41 void *target; /* The waiting object that should be woken up */
42 int (*wakeup_cb)(void *); /* The function used to wake up the <target>, passed as argument */
43 struct list list; /* Next element in the <buffer_wq> list */
/dports/net/nuster/nuster-5.0.4.21/include/common/
H A Dbuffer.h40 struct buffer_wait { struct
41 void *target; /* The waiting object that should be woken up */
42 int (*wakeup_cb)(void *); /* The function used to wake up the <target>, passed as argument */
43 struct list list; /* Next element in the <buffer_wq> list */
/dports/net/haproxy19/haproxy-1.9.16/include/common/
H A Dbuffer.h39 struct buffer_wait { struct
40 void *target; /* The waiting object that should be woken up */
41 int (*wakeup_cb)(void *); /* The function used to wake up the <target>, passed as argument */
42 struct list list; /* Next element in the <buffer_wq> list */
/dports/net/haproxy20/haproxy-2.0.26/include/common/
H A Dbuffer.h40 struct buffer_wait { struct
41 void *target; /* The waiting object that should be woken up */
42 int (*wakeup_cb)(void *); /* The function used to wake up the <target>, passed as argument */
43 struct list list; /* Next element in the <buffer_wq> list */
/dports/net/haproxy17/haproxy-1.7.14/include/common/
H A Dbuffer.h44 struct buffer_wait { struct
45 void *target; /* The waiting object that should be woken up */
46 int (*wakeup_cb)(void *); /* The function used to wake up the <target>, passed as argument */
47 struct list list; /* Next element in the <buffer_wq> list */
/dports/net/haproxy18/haproxy-1.8.30/include/common/
H A Dbuffer.h45 struct buffer_wait { struct
46 void *target; /* The waiting object that should be woken up */
47 int (*wakeup_cb)(void *); /* The function used to wake up the <target>, passed as argument */
48 struct list list; /* Next element in the <buffer_wq> list */
/dports/net/haproxy18/haproxy-1.8.30/include/types/
H A Dstream.h138 struct buffer_wait buffer_wait; /* position in the list of objects waiting for a buffer */ member
H A Dspoe.h291 struct buffer_wait buffer_wait; /* position in the list of ressources waiting for a buffer */ member
329 struct buffer_wait buffer_wait; /* position in the list of ressources waiting for a buffer */ member
/dports/net/haproxy17/haproxy-1.7.14/include/types/
H A Dstream.h138 struct buffer_wait buffer_wait; /* position in the list of objects waiting for a buffer */ member
/dports/net/haproxy19/haproxy-1.9.16/include/types/
H A Dstream.h147 struct buffer_wait buffer_wait; /* position in the list of objects waiting for a buffer */ member
H A Dspoe.h310 struct buffer_wait buffer_wait; /* position in the list of ressources waiting for a buffer */ member
362 struct buffer_wait buffer_wait; /* position in the list of ressources waiting for a buffer */ member
/dports/net/haproxy20/haproxy-2.0.26/include/types/
H A Dstream.h147 struct buffer_wait buffer_wait; /* position in the list of objects waiting for a buffer */ member
H A Dspoe.h311 struct buffer_wait buffer_wait; /* position in the list of ressources waiting for a buffer */ member
363 struct buffer_wait buffer_wait; /* position in the list of ressources waiting for a buffer */ member
/dports/net/haproxy21/haproxy-2.1.12/include/types/
H A Dstream.h147 struct buffer_wait buffer_wait; /* position in the list of objects waiting for a buffer */ member
H A Dspoe.h310 struct buffer_wait buffer_wait; /* position in the list of ressources waiting for a buffer */ member
362 struct buffer_wait buffer_wait; /* position in the list of ressources waiting for a buffer */ member
/dports/net/nuster/nuster-5.0.4.21/include/types/
H A Dstream.h147 struct buffer_wait buffer_wait; /* position in the list of objects waiting for a buffer */ member

123