Searched refs:ngx_ff_host_event_actions (Results 1 – 3 of 3) sorted by relevance
206 extern ngx_event_actions_t ngx_ff_host_event_actions;422 return ngx_ff_host_event_actions.add(ev, event, flags); in ngx_add_event()431 return ngx_ff_host_event_actions.del(ev, event, flags); in ngx_del_event()457 #define ngx_ff_process_host_events ngx_ff_host_event_actions.process_events
646 extern ngx_event_actions_t ngx_ff_host_event_actions;711 if (ngx_ff_host_event_actions.init(cycle, ngx_timer_resolution) != NGX_OK) { in ngx_event_process_init()
441 ngx_event_actions_t ngx_ff_host_event_actions = { variable