Home
last modified time | relevance | path

Searched defs:DBG_TRACE_LEAVE (Results 1 – 5 of 5) sorted by relevance

/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dtrace.h107 # define DBG_TRACE_LEAVE(mask, args...) TRACE_LEAVE(mask, ##args) macro
118 # define DBG_TRACE_LEAVE(mask, args...) do { /* do nothing */ } while(0) macro
/dports/net/haproxy21/haproxy-2.1.12/include/proto/
H A Dtrace.h88 # define DBG_TRACE_LEAVE(mask, ...) TRACE_LEAVE(mask, __VA_ARGS__) macro
98 # define DBG_TRACE_LEAVE(mask, ...) do { /* do nothing */ } while(0) macro
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dtrace.h86 # define DBG_TRACE_LEAVE(mask, ...) TRACE_LEAVE(mask, __VA_ARGS__) macro
96 # define DBG_TRACE_LEAVE(mask, ...) do { /* do nothing */ } while(0) macro
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dtrace.h88 # define DBG_TRACE_LEAVE(mask, args...) TRACE_LEAVE(mask, ##args) macro
98 # define DBG_TRACE_LEAVE(mask, args...) do { /* do nothing */ } while(0) macro
/dports/net/nuster/nuster-5.0.4.21/include/proto/
H A Dtrace.h88 # define DBG_TRACE_LEAVE(mask, ...) TRACE_LEAVE(mask, __VA_ARGS__) macro
98 # define DBG_TRACE_LEAVE(mask, ...) do { /* do nothing */ } while(0) macro