fpm_event_s        38 sapi/fpm/fpm/events/devpoll.c static int fpm_event_devpoll_add(struct fpm_event_s *ev);
fpm_event_s        39 sapi/fpm/fpm/events/devpoll.c static int fpm_event_devpoll_remove(struct fpm_event_s *ev);
fpm_event_s       201 sapi/fpm/fpm/events/devpoll.c static int fpm_event_devpoll_add(struct fpm_event_s *ev) /* {{{ */
fpm_event_s       226 sapi/fpm/fpm/events/devpoll.c static int fpm_event_devpoll_remove(struct fpm_event_s *ev) /* {{{ */
fpm_event_s        34 sapi/fpm/fpm/events/epoll.c static int fpm_event_epoll_add(struct fpm_event_s *ev);
fpm_event_s        35 sapi/fpm/fpm/events/epoll.c static int fpm_event_epoll_remove(struct fpm_event_s *ev);
fpm_event_s       147 sapi/fpm/fpm/events/epoll.c 		fpm_event_fire((struct fpm_event_s *)epollfds[i].data.ptr);
fpm_event_s       162 sapi/fpm/fpm/events/epoll.c static int fpm_event_epoll_add(struct fpm_event_s *ev) /* {{{ */
fpm_event_s       194 sapi/fpm/fpm/events/epoll.c static int fpm_event_epoll_remove(struct fpm_event_s *ev) /* {{{ */
fpm_event_s        37 sapi/fpm/fpm/events/kqueue.c static int fpm_event_kqueue_add(struct fpm_event_s *ev);
fpm_event_s        38 sapi/fpm/fpm/events/kqueue.c static int fpm_event_kqueue_remove(struct fpm_event_s *ev);
fpm_event_s       145 sapi/fpm/fpm/events/kqueue.c 			struct fpm_event_s *ev = (struct fpm_event_s *)kevents[i].udata;
fpm_event_s       161 sapi/fpm/fpm/events/kqueue.c static int fpm_event_kqueue_add(struct fpm_event_s *ev) /* {{{ */
fpm_event_s       186 sapi/fpm/fpm/events/kqueue.c static int fpm_event_kqueue_remove(struct fpm_event_s *ev) /* {{{ */
fpm_event_s        35 sapi/fpm/fpm/events/poll.c static int fpm_event_poll_add(struct fpm_event_s *ev);
fpm_event_s        36 sapi/fpm/fpm/events/poll.c static int fpm_event_poll_remove(struct fpm_event_s *ev);
fpm_event_s       186 sapi/fpm/fpm/events/poll.c static int fpm_event_poll_add(struct fpm_event_s *ev) /* {{{ */
fpm_event_s       231 sapi/fpm/fpm/events/poll.c static int fpm_event_poll_remove(struct fpm_event_s *ev) /* {{{ */
fpm_event_s        35 sapi/fpm/fpm/events/port.c static int fpm_event_port_add(struct fpm_event_s *ev);
fpm_event_s        36 sapi/fpm/fpm/events/port.c static int fpm_event_port_remove(struct fpm_event_s *ev);
fpm_event_s       146 sapi/fpm/fpm/events/port.c 		fpm_event_fire((struct fpm_event_s *)events[i].portev_user);
fpm_event_s       160 sapi/fpm/fpm/events/port.c static int fpm_event_port_add(struct fpm_event_s *ev) /* {{{ */
fpm_event_s       174 sapi/fpm/fpm/events/port.c static int fpm_event_port_remove(struct fpm_event_s *ev) /* {{{ */
fpm_event_s        40 sapi/fpm/fpm/events/select.c static int fpm_event_select_add(struct fpm_event_s *ev);
fpm_event_s        41 sapi/fpm/fpm/events/select.c static int fpm_event_select_remove(struct fpm_event_s *ev);
fpm_event_s       142 sapi/fpm/fpm/events/select.c static int fpm_event_select_add(struct fpm_event_s *ev) /* {{{ */
fpm_event_s       163 sapi/fpm/fpm/events/select.c static int fpm_event_select_remove(struct fpm_event_s *ev) /* {{{ */
fpm_event_s       438 sapi/fpm/fpm/fpm_children.c 		wp->ondemand_event = (struct fpm_event_s *)malloc(sizeof(struct fpm_event_s));
fpm_event_s       446 sapi/fpm/fpm/fpm_children.c 		memset(wp->ondemand_event, 0, sizeof(struct fpm_event_s));
fpm_event_s        26 sapi/fpm/fpm/fpm_children.h 	struct fpm_event_s ev_stdout, ev_stderr;
fpm_event_s        39 sapi/fpm/fpm/fpm_events.c static void fpm_got_signal(struct fpm_event_s *ev, short which, void *arg);
fpm_event_s        40 sapi/fpm/fpm/fpm_events.c static struct fpm_event_s *fpm_event_queue_isset(struct fpm_event_queue_s *queue, struct fpm_event_s *ev);
fpm_event_s        41 sapi/fpm/fpm/fpm_events.c static int fpm_event_queue_add(struct fpm_event_queue_s **queue, struct fpm_event_s *ev);
fpm_event_s        42 sapi/fpm/fpm/fpm_events.c static int fpm_event_queue_del(struct fpm_event_queue_s **queue, struct fpm_event_s *ev);
fpm_event_s        56 sapi/fpm/fpm/fpm_events.c static void fpm_got_signal(struct fpm_event_s *ev, short which, void *arg) /* {{{ */
fpm_event_s       126 sapi/fpm/fpm/fpm_events.c static struct fpm_event_s *fpm_event_queue_isset(struct fpm_event_queue_s *queue, struct fpm_event_s *ev) /* {{{ */
fpm_event_s       143 sapi/fpm/fpm/fpm_events.c static int fpm_event_queue_add(struct fpm_event_queue_s **queue, struct fpm_event_s *ev) /* {{{ */
fpm_event_s       178 sapi/fpm/fpm/fpm_events.c static int fpm_event_queue_del(struct fpm_event_queue_s **queue, struct fpm_event_s *ev) /* {{{ */
fpm_event_s       348 sapi/fpm/fpm/fpm_events.c 	static struct fpm_event_s signal_fd_event;
fpm_event_s       461 sapi/fpm/fpm/fpm_events.c void fpm_event_fire(struct fpm_event_s *ev) /* {{{ */
fpm_event_s       467 sapi/fpm/fpm/fpm_events.c 	(*ev->callback)( (struct fpm_event_s *) ev, ev->which, ev->arg);
fpm_event_s       471 sapi/fpm/fpm/fpm_events.c int fpm_event_set(struct fpm_event_s *ev, int fd, int flags, void (*callback)(struct fpm_event_s *, short, void *), void *arg) /* {{{ */
fpm_event_s       476 sapi/fpm/fpm/fpm_events.c 	memset(ev, 0, sizeof(struct fpm_event_s));
fpm_event_s       485 sapi/fpm/fpm/fpm_events.c int fpm_event_add(struct fpm_event_s *ev, unsigned long int frequency) /* {{{ */
fpm_event_s       527 sapi/fpm/fpm/fpm_events.c int fpm_event_del(struct fpm_event_s *ev) /* {{{ */
fpm_event_s        19 sapi/fpm/fpm/fpm_events.h 	void (*callback)(struct fpm_event_s *, short, void *);
fpm_event_s        29 sapi/fpm/fpm/fpm_events.h 	struct fpm_event_s *ev;
fpm_event_s        38 sapi/fpm/fpm/fpm_events.h 	int (*add)(struct fpm_event_s *ev);
fpm_event_s        39 sapi/fpm/fpm/fpm_events.h 	int (*remove)(struct fpm_event_s *ev);
fpm_event_s        43 sapi/fpm/fpm/fpm_events.h void fpm_event_fire(struct fpm_event_s *ev);
fpm_event_s        45 sapi/fpm/fpm/fpm_events.h int fpm_event_set(struct fpm_event_s *ev, int fd, int flags, void (*callback)(struct fpm_event_s *, short, void *), void *arg);
fpm_event_s        46 sapi/fpm/fpm/fpm_events.h int fpm_event_add(struct fpm_event_s *ev, unsigned long int timeout);
fpm_event_s        47 sapi/fpm/fpm/fpm_events.h int fpm_event_del(struct fpm_event_s *ev);
fpm_event_s        52 sapi/fpm/fpm/fpm_process_ctl.c static struct fpm_event_s pctl_event;
fpm_event_s        54 sapi/fpm/fpm/fpm_process_ctl.c static void fpm_pctl_action(struct fpm_event_s *ev, short which, void *arg) /* {{{ */
fpm_event_s       441 sapi/fpm/fpm/fpm_process_ctl.c void fpm_pctl_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */
fpm_event_s       443 sapi/fpm/fpm/fpm_process_ctl.c 	static struct fpm_event_s heartbeat;
fpm_event_s       466 sapi/fpm/fpm/fpm_process_ctl.c void fpm_pctl_perform_idle_server_maintenance_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */
fpm_event_s       468 sapi/fpm/fpm/fpm_process_ctl.c 	static struct fpm_event_s heartbeat;
fpm_event_s       496 sapi/fpm/fpm/fpm_process_ctl.c void fpm_pctl_on_socket_accept(struct fpm_event_s *ev, short which, void *arg) /* {{{ */
fpm_event_s        24 sapi/fpm/fpm/fpm_process_ctl.h void fpm_pctl_heartbeat(struct fpm_event_s *ev, short which, void *arg);
fpm_event_s        25 sapi/fpm/fpm/fpm_process_ctl.h void fpm_pctl_perform_idle_server_maintenance_heartbeat(struct fpm_event_s *ev, short which, void *arg);
fpm_event_s        26 sapi/fpm/fpm/fpm_process_ctl.h void fpm_pctl_on_socket_accept(struct fpm_event_s *ev, short which, void *arg);
fpm_event_s       110 sapi/fpm/fpm/fpm_stdio.c static void fpm_stdio_child_said(struct fpm_event_s *ev, short which, void *arg) /* {{{ */
fpm_event_s       117 sapi/fpm/fpm/fpm_stdio.c 	struct fpm_event_s *event;
fpm_event_s        48 sapi/fpm/fpm/fpm_systemd.c void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */
fpm_event_s        50 sapi/fpm/fpm/fpm_systemd.c 	static struct fpm_event_s heartbeat;
fpm_event_s         9 sapi/fpm/fpm/fpm_systemd.h void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *arg);
fpm_event_s        43 sapi/fpm/fpm/fpm_worker_pool.h 	struct fpm_event_s *ondemand_event;