Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/ap/
Dap_hook.c86 static int ap_hook_call_func(va_list ap, ap_hook_entry *he, ap_hook_func *hf);
148 he->he_func = (ap_hook_func **)malloc(sizeof(ap_hook_func *) in ap_hook_create()
231 ap_hook_func *hf; in ap_hook_register_I()
243 if ((hf = (ap_hook_func *)malloc(sizeof(ap_hook_func))) == NULL) in ap_hook_register_I()
386 static int ap_hook_call_func(va_list ap, ap_hook_entry *he, ap_hook_func *hf) in ap_hook_call_func()
/mirbsd/src/usr.sbin/httpd/src/include/
Dap_hook.h310 } ap_hook_func; typedef
318 ap_hook_func **he_func; /* hook registered funcs */