fpm_event_s       143 sapi/fpm/fpm/events/epoll.c 		fpm_event_fire((struct fpm_event_s *)epollfds[i].data.ptr);
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       146 sapi/fpm/fpm/events/port.c 		fpm_event_fire((struct fpm_event_s *)events[i].portev_user);
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        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       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       348 sapi/fpm/fpm/fpm_events.c 	static struct fpm_event_s signal_fd_event;
fpm_event_s       467 sapi/fpm/fpm/fpm_events.c 	(*ev->callback)( (struct fpm_event_s *) ev, ev->which, ev->arg);	
fpm_event_s       476 sapi/fpm/fpm/fpm_events.c 	memset(ev, 0, sizeof(struct fpm_event_s));
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        52 sapi/fpm/fpm/fpm_process_ctl.c static struct fpm_event_s pctl_event;
fpm_event_s       443 sapi/fpm/fpm/fpm_process_ctl.c 	static struct fpm_event_s heartbeat;
fpm_event_s       468 sapi/fpm/fpm/fpm_process_ctl.c 	static struct fpm_event_s heartbeat;
fpm_event_s        93 sapi/fpm/fpm/fpm_stdio.c 	struct fpm_event_s *event;
fpm_event_s        50 sapi/fpm/fpm/fpm_systemd.c 	static struct fpm_event_s heartbeat;
fpm_event_s        43 sapi/fpm/fpm/fpm_worker_pool.h 	struct fpm_event_s *ondemand_event;