Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/include/
Dap_hook.h98 #define AP_HOOK_SIG_TRIPLE(n,v) \ macro
103 … ((((ap_hook_sig)(sig))&AP_HOOK_SIG_TRIPLE(n, AP_HOOK_SIG_TRIPLE_MASK)) == (AP_HOOK_##n##_##v))
115 #define AP_HOOK_ID_ok AP_HOOK_SIG_TRIPLE(ID,0)
116 #define AP_HOOK_ID_undef AP_HOOK_SIG_TRIPLE(ID,1)
120 #define AP_HOOK_RC_void AP_HOOK_SIG_TRIPLE(RC,0)
121 #define AP_HOOK_RC_char AP_HOOK_SIG_TRIPLE(RC,1)
122 #define AP_HOOK_RC_int AP_HOOK_SIG_TRIPLE(RC,2)
123 #define AP_HOOK_RC_long AP_HOOK_SIG_TRIPLE(RC,3)
124 #define AP_HOOK_RC_float AP_HOOK_SIG_TRIPLE(RC,4)
125 #define AP_HOOK_RC_double AP_HOOK_SIG_TRIPLE(RC,5)
[all …]