Home
last modified time | relevance | path

Searched defs:ev (Results 1 – 15 of 15) sorted by relevance

/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_events.c34 #define fpm_event_set_timeout(ev, now) timeradd(&(now), &(ev)->frequency, &(ev)->timeout); argument
56 static void fpm_postponed_children_bury(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_postponed_children_bury()
62 static void fpm_got_signal(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_got_signal()
145 …m_event_s *fpm_event_queue_isset(struct fpm_event_queue_s *queue, struct fpm_event_s *ev) /* {{{ */ in fpm_event_queue_isset()
162 static int fpm_event_queue_add(struct fpm_event_queue_s **queue, struct fpm_event_s *ev) /* {{{ */ in fpm_event_queue_add()
197 static int fpm_event_queue_del(struct fpm_event_queue_s **queue, struct fpm_event_s *ev) /* {{{ */ in fpm_event_queue_del()
445 struct fpm_event_s *ev = q->ev; in fpm_event_loop() local
481 void fpm_event_fire(struct fpm_event_s *ev) /* {{{ */ in fpm_event_fire()
491 int fpm_event_set(struct fpm_event_s *ev, int fd, int flags, void (*callback)(struct fpm_event_s *,… in fpm_event_set()
505 int fpm_event_add(struct fpm_event_s *ev, unsigned long int frequency) /* {{{ */ in fpm_event_add()
[all …]
H A Dfpm_process_ctl.c53 static void fpm_pctl_action(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_action()
456 void fpm_pctl_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_heartbeat()
481 void fpm_pctl_perform_idle_server_maintenance_heartbeat(struct fpm_event_s *ev, short which, void *… in fpm_pctl_perform_idle_server_maintenance_heartbeat()
511 void fpm_pctl_on_socket_accept(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_on_socket_accept()
H A Dfpm_events.h11 #define fpm_event_set_timer(ev, flags, cb, arg) fpm_event_set((ev), -1, (flags), (cb), (arg)) argument
27 struct fpm_event_s *ev; member
H A Dfpm_systemd.c47 void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_systemd_heartbeat()
H A Dfpm_stdio.c168 static void fpm_stdio_child_said(struct fpm_event_s *ev, short which, void *arg) /* {{{ */
/PHP-8.0/sapi/fpm/fpm/events/
H A Dport.c147 struct fpm_event_s *ev; in fpm_event_port_wait() local
174 static int fpm_event_port_add(struct fpm_event_s *ev) /* {{{ */ in fpm_event_port_add()
188 static int fpm_event_port_remove(struct fpm_event_s *ev) /* {{{ */ in fpm_event_port_remove()
H A Dkqueue.c141 struct fpm_event_s *ev = (struct fpm_event_s *)kevents[i].udata; in fpm_event_kqueue_wait() local
157 static int fpm_event_kqueue_add(struct fpm_event_s *ev) /* {{{ */ in fpm_event_kqueue_add()
182 static int fpm_event_kqueue_remove(struct fpm_event_s *ev) /* {{{ */ in fpm_event_kqueue_remove()
H A Dselect.c137 static int fpm_event_select_add(struct fpm_event_s *ev) /* {{{ */ in fpm_event_select_add()
158 static int fpm_event_select_remove(struct fpm_event_s *ev) /* {{{ */ in fpm_event_select_remove()
H A Depoll.c156 static int fpm_event_epoll_add(struct fpm_event_s *ev) /* {{{ */ in fpm_event_epoll_add()
188 static int fpm_event_epoll_remove(struct fpm_event_s *ev) /* {{{ */ in fpm_event_epoll_remove()
H A Dpoll.c179 static int fpm_event_poll_add(struct fpm_event_s *ev) /* {{{ */ in fpm_event_poll_add()
224 static int fpm_event_poll_remove(struct fpm_event_s *ev) /* {{{ */ in fpm_event_poll_remove()
H A Ddevpoll.c195 static int fpm_event_devpoll_add(struct fpm_event_s *ev) /* {{{ */ in fpm_event_devpoll_add()
220 static int fpm_event_devpoll_remove(struct fpm_event_s *ev) /* {{{ */ in fpm_event_devpoll_remove()
/PHP-8.0/ext/com_dotnet/
H A Dcom_iterator.c30 IEnumVARIANT *ev; member
/PHP-8.0/sapi/phpdbg/
H A Dxml.md434 ev section
H A Dphpdbg_prompt.c948 PHPDBG_COMMAND(ev) /* {{{ */ in PHPDBG_COMMAND() argument
/PHP-8.0/main/
H A Dfastcgi.c514 zend_long ev; in fcgi_init() local

Completed in 66 milliseconds