Home
last modified time | relevance | path

Searched refs:events (Results 1 – 25 of 25) sorted by relevance

/PHP-5.3/ext/interbase/
H A Dibase_events.c68 efree(event->events[i]); in _php_ibase_free_event()
70 efree(event->events); in _php_ibase_free_event()
93 char **events, unsigned short *l, char **event_buf, char **result_buf) in _php_ibase_event_block() argument
109 events[1], events[2], events[3], events[4], events[5], events[6], events[7], in _php_ibase_event_block()
110 events[8], events[9], events[10], events[11], events[12], events[13], events[14]); in _php_ibase_event_block()
132 char *event_buffer, *result_buffer, *events[15]; in PHP_FUNCTION() local
166 events[event_count++] = Z_STRVAL_PP(args[i]); in PHP_FUNCTION()
184 char *result = estrdup(events[i]); in PHP_FUNCTION()
232 ZVAL_STRING(&event_name,event->events[i],0); in _php_ibase_callback()
352 event->events[event->event_count++] = estrdup(Z_STRVAL_PP(args[i])); in PHP_FUNCTION()
[all …]
H A Dphp_ibase_includes.h103 char **events; member
/PHP-5.3/sapi/fpm/fpm/events/
H A Dport.c48 port_event_t *events = NULL; variable
83 events = malloc(sizeof(port_event_t) * max); in fpm_event_port_init()
84 if (!events) { in fpm_event_port_init()
104 if (events) { in fpm_event_port_clean()
105 free(events); in fpm_event_port_clean()
106 events = NULL; in fpm_event_port_clean()
128 ret = port_getn(pfd, events, nevents, &nget, &t); in fpm_event_port_wait()
141 if (!events[i].portev_user) { in fpm_event_port_wait()
146 fpm_event_fire((struct fpm_event_s *)events[i].portev_user); in fpm_event_port_wait()
H A Depoll.c163 e.events = EPOLLIN; in fpm_event_epoll_add()
168 e.events = e.events | EPOLLET; in fpm_event_epoll_add()
191 e.events = EPOLLIN; in fpm_event_epoll_remove()
196 e.events = e.events | EPOLLET; in fpm_event_epoll_remove()
H A Dpoll.c194 pollfds[next_free_slot].events = POLLIN; in fpm_event_poll_add()
213 pollfds[i].events = POLLIN; in fpm_event_poll_add()
242 pollfds[ev->index].events = 0; in fpm_event_poll_remove()
263 pollfds[i].events = 0; in fpm_event_poll_remove()
H A Ddevpoll.c207 pollfd.events = POLLIN; in fpm_event_devpoll_add()
232 pollfd.events = POLLIN | POLLREMOVE; in fpm_event_devpoll_remove()
/PHP-5.3/ext/oci8/tests/
H A Dini_1.phpt11 oci8.events = On
24 echo 'oci8.events = ' . ini_get('oci8.events') . "\n";
40 var_dump(ini_set('oci8.events', 'Off'));
41 echo 'oci8.events = ' . ini_get('oci8.events') . "\n";
59 oci8.events = 1
75 oci8.events = 1
/PHP-5.3/main/
H A Dphp_network.h115 short events; member
154 static inline int php_pollfd_for(php_socket_t fd, int events, struct timeval *timeouttv) in php_pollfd_for() argument
160 p.events = events; in php_pollfd_for()
172 static inline int php_pollfd_for_ms(php_socket_t fd, int events, int timeout) in php_pollfd_for_ms() argument
178 p.events = events; in php_pollfd_for_ms()
H A Dnetwork.c1155 if (ufds[i].events & PHP_POLLREADABLE) {
1158 if (ufds[i].events & POLLOUT) {
1161 if (ufds[i].events & POLLPRI) {
/PHP-5.3/sapi/fpm/
H A Dconfig.m4458 e.events = EPOLLIN | EPOLLET;
465 e.events = 0;
489 fds[0].events = POLLIN;
492 fds[1].events = POLLIN;
622 fpm/events/select.c \
623 fpm/events/poll.c \
624 fpm/events/epoll.c \
625 fpm/events/kqueue.c \
626 fpm/events/devpoll.c \
627 fpm/events/port.c \
H A DMakefile.frag5 @mkdir -p $(builddir)/fpm/events
H A Dphp-fpm.conf.in108 ; events.mechanism = epoll
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug36226-2.phpt39 'events' => 'IVREvents'
H A Dbug35142.phpt39 'events' => 'IVREvents')));
H A Dbug36226.phpt39 'events' => 'IVREvents'),
/PHP-5.3/ext/oci8/
H A Dphp_oci8_int.h496 zend_bool events; variable
H A Doci8.c1059 …STD_PHP_INI_BOOLEAN("oci8.events", "0", PHP_INI_SYSTEM, OnUpdateBool, events, zend_oci_gl…
2916 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIEnvNlsCreate, (&retenv, OCI_G(events) ? PHP_OCI_INIT_MODE |… in php_oci_create_env()
/PHP-5.3/ext/phar/tests/zip/
H A Dbug48791.phpt14 …="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="htt…
/PHP-5.3/sapi/fpm/fpm/
H A Dfastcgi.c850 fds.events = POLLIN;
/PHP-5.3/sapi/cgi/
H A Dfastcgi.c1010 fds.events = POLLIN;
/PHP-5.3/
H A DUPGRADING366 - oci8.events
H A Dphp.ini-development1363 ; Notification (FAN) events generated when a database node fails. The
1364 ; database must also be configured to post FAN events.
1365 ;oci8.events = Off
H A Dphp.ini-production1363 ; Notification (FAN) events generated when a database node fails. The
1364 ; database must also be configured to post FAN events.
1365 ;oci8.events = Off
H A DREADME.REDIST.BINS91 http://www.usenix.org/events/usenix99/provos.html
H A DNEWS918 . Fixed bug #55526 (Heartbeat causes a lot of unnecessary events). (fat)

Completed in 75 milliseconds