Home
last modified time | relevance | path

Searched refs:DECLARE_STATIC_POOL (Results 1 – 25 of 129) sorted by relevance

123456

/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dpipe.c23 DECLARE_STATIC_POOL(pool_head_pipe, "pipe", sizeof(struct pipe));
H A Dsignal.c35 DECLARE_STATIC_POOL(pool_head_sig_handlers, "sig_handlers", sizeof(struct sig_handler));
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dpipe.c23 DECLARE_STATIC_POOL(pool_head_pipe, "pipe", sizeof(struct pipe));
H A Dsignal.c35 DECLARE_STATIC_POOL(pool_head_sig_handlers, "sig_handlers", sizeof(struct sig_handler));
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dpipe.c23 DECLARE_STATIC_POOL(pool_head_pipe, "pipe", sizeof(struct pipe));
H A Dsignal.c35 DECLARE_STATIC_POOL(pool_head_sig_handlers, "sig_handlers", sizeof(struct sig_handler));
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dpipe.c23 DECLARE_STATIC_POOL(pool_head_pipe, "pipe", sizeof(struct pipe));
H A Dsignal.c35 DECLARE_STATIC_POOL(pool_head_sig_handlers, "sig_handlers", sizeof(struct sig_handler));
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dpipe.c23 DECLARE_STATIC_POOL(pool_head_pipe, "pipe", sizeof(struct pipe));
H A Dsignal.c33 DECLARE_STATIC_POOL(pool_head_sig_handlers, "sig_handlers", sizeof(struct sig_handler));
H A Dxprt_handshake.c24 DECLARE_STATIC_POOL(xprt_handshake_ctx_pool, "xprt_handshake_ctx_pool", sizeof(struct xprt_handshak…
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dpipe.c23 DECLARE_STATIC_POOL(pool_head_pipe, "pipe", sizeof(struct pipe));
H A Dsignal.c33 DECLARE_STATIC_POOL(pool_head_sig_handlers, "sig_handlers", sizeof(struct sig_handler));
H A Ddns.c40 DECLARE_STATIC_POOL(dns_session_pool, "dns_session", sizeof(struct dns_session));
41 DECLARE_STATIC_POOL(dns_query_pool, "dns_query", sizeof(struct dns_query));
42 DECLARE_STATIC_POOL(dns_msg_buf, "dns_msg_buf", DNS_TCP_MSG_RING_MAX_SIZE);
H A Dxprt_handshake.c24 DECLARE_STATIC_POOL(xprt_handshake_ctx_pool, "xprt_handshake_ctx_pool", sizeof(struct xprt_handshak…
H A Dmailers.c34 DECLARE_STATIC_POOL(pool_head_email_alert, "email_alert", sizeof(struct email_alert));
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dpipe.c23 DECLARE_STATIC_POOL(pool_head_pipe, "pipe", sizeof(struct pipe));
H A Dsignal.c33 DECLARE_STATIC_POOL(pool_head_sig_handlers, "sig_handlers", sizeof(struct sig_handler));
H A Dxprt_handshake.c24 DECLARE_STATIC_POOL(xprt_handshake_ctx_pool, "xprt_handshake_ctx_pool", sizeof(struct xprt_handshak…
H A Dfcgi-app.c39 DECLARE_STATIC_POOL(pool_head_fcgi_flt_ctx, "fcgi_flt_ctx", sizeof(struct fcgi_flt_ctx));
40 DECLARE_STATIC_POOL(pool_head_fcgi_param_rule, "fcgi_param_rule", sizeof(struct fcgi_param_rule));
41 DECLARE_STATIC_POOL(pool_head_fcgi_hdr_rule, "fcgi_hdr_rule", sizeof(struct fcgi_hdr_rule));
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dpool.h44 #define DECLARE_STATIC_POOL(ptr, name, size) \ macro
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dpool.h44 #define DECLARE_STATIC_POOL(ptr, name, size) \ macro
/dports/net/haproxy20/haproxy-2.0.26/include/common/
H A Dmemory.h125 #define DECLARE_STATIC_POOL(ptr, name, size) \ macro
/dports/net/haproxy19/haproxy-1.9.16/include/common/
H A Dmemory.h134 #define DECLARE_STATIC_POOL(ptr, name, size) \ macro
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dpool.h44 #define DECLARE_STATIC_POOL(ptr, name, size) \ macro

123456