|
Groonga 3.0.9 Source Code Document
|
#include <ngx_event.h>
Data Fields | |
| ngx_int_t(* | add )(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags) |
| ngx_int_t(* | del )(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags) |
| ngx_int_t(* | enable )(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags) |
| ngx_int_t(* | disable )(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags) |
| ngx_int_t(* | add_conn )(ngx_connection_t *c) |
| ngx_int_t(* | del_conn )(ngx_connection_t *c, ngx_uint_t flags) |
| ngx_int_t(* | process_changes )(ngx_cycle_t *cycle, ngx_uint_t nowait) |
| ngx_int_t(* | process_events )(ngx_cycle_t *cycle, ngx_msec_t timer, ngx_uint_t flags) |
| ngx_int_t(* | init )(ngx_cycle_t *cycle, ngx_msec_t timer) |
| void(* | done )(ngx_cycle_t *cycle) |
Definition at line 224 of file ngx_event.h.
| ngx_int_t(* add)(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags) |
Definition at line 225 of file ngx_event.h.
| ngx_int_t(* add_conn)(ngx_connection_t *c) |
Definition at line 231 of file ngx_event.h.
| ngx_int_t(* del)(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags) |
Definition at line 226 of file ngx_event.h.
| ngx_int_t(* del_conn)(ngx_connection_t *c, ngx_uint_t flags) |
Definition at line 232 of file ngx_event.h.
| ngx_int_t(* disable)(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags) |
Definition at line 229 of file ngx_event.h.
| void(* done)(ngx_cycle_t *cycle) |
Definition at line 239 of file ngx_event.h.
| ngx_int_t(* enable)(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags) |
Definition at line 228 of file ngx_event.h.
| ngx_int_t(* init)(ngx_cycle_t *cycle, ngx_msec_t timer) |
Definition at line 238 of file ngx_event.h.
| ngx_int_t(* process_changes)(ngx_cycle_t *cycle, ngx_uint_t nowait) |
Definition at line 234 of file ngx_event.h.
| ngx_int_t(* process_events)(ngx_cycle_t *cycle, ngx_msec_t timer, ngx_uint_t flags) |
Definition at line 235 of file ngx_event.h.
1.8.1.2