Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/ap/
Dap_hook.c81 static ap_hook_entry **ap_hook_pool = NULL;
86 static int ap_hook_call_func(va_list ap, ap_hook_entry *he, ap_hook_func *hf);
87 static ap_hook_entry *ap_hook_create(char *hook);
88 static ap_hook_entry *ap_hook_find(char *hook);
89 static void ap_hook_destroy(ap_hook_entry *he);
100 ap_hook_pool = (ap_hook_entry **)malloc(sizeof(ap_hook_entry *) in ap_hook_init()
127 static ap_hook_entry *ap_hook_create(char *hook) in ap_hook_create()
130 ap_hook_entry *he; in ap_hook_create()
139 if ((he = (ap_hook_entry *)malloc(sizeof(ap_hook_entry))) == NULL) in ap_hook_create()
161 static ap_hook_entry *ap_hook_find(char *hook) in ap_hook_find()
[all …]
/mirbsd/src/usr.sbin/httpd/src/include/
Dap_hook.h319 } ap_hook_entry; typedef