Searched refs:ap_hook_func (Results 1 – 2 of 2) sorted by relevance
86 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()
310 } ap_hook_func; typedef318 ap_hook_func **he_func; /* hook registered funcs */