Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/ap/
Dap_hook.c144 he->he_sig = AP_HOOK_SIG_UNKNOWN; in ap_hook_create()
287 && he->he_sig != AP_HOOK_SIG_UNKNOWN in ap_hook_status()
290 if ( he->he_sig != AP_HOOK_SIG_UNKNOWN in ap_hook_status()
327 if (he->he_sig == AP_HOOK_SIG_UNKNOWN) in ap_hook_use()
365 if ( he->he_sig == AP_HOOK_SIG_UNKNOWN in ap_hook_call()
/mirbsd/src/usr.sbin/httpd/src/include/
Dap_hook.h209 #define AP_HOOK_SIG_UNKNOWN AP_HOOK_ID_undef macro