| config_hook.c | 50 void *hr_ctx; member in struct:hook_rec 122 hr->hr_ctx = ctx; 140 cr->hr_ctx = ctx; 187 res = (*hr->hr_func)(hr->hr_ctx, type, id,msg); 192 res = (*hr->hr_func)(hr->hr_ctx, type, id,msg); 226 cr->hr_ctx = hr->hr_ctx; 256 res = (*cr->hr_func)(cr->hr_ctx, cr->hr_type, cr->hr_id, msg);
|