Searched refs:event (Results 1 - 11 of 11) sorted by relevance
| /PHP_5_4/win32/build/ |
| H A D | Makefile | 211 @echo Registering event source with syslog (requires admin rights)
|
| /PHP_5_4/ext/interbase/ |
| H A D | ibase_events.c | 41 void _php_ibase_free_event(ibase_event *event TSRMLS_DC) /* {{{ */ 45 event->state = DEAD; 47 if (event->link != NULL) { 50 if (event->link->handle != NULL && 51 isc_cancel_events(IB_STATUS, &event->link->handle, &event->event_id)) { 55 /* delete this event from the link struct */ 56 for (node = &event->link->event_head; *node != event; node = &(*node)->event_next); 57 *node = event 199 _php_ibase_callback(ibase_event *event, unsigned short buffer_size, char *result_buf) argument 273 ibase_event *event; local 387 ibase_event *event; local [all...] |
| H A D | interbase.c | 306 ZEND_ARG_INFO(0, event) 313 ZEND_ARG_INFO(0, event) 318 ZEND_ARG_INFO(0, event)
|
| H A D | php_ibase_includes.h | 77 struct event *event_head; 98 typedef struct event { struct 107 struct event *event_next; 184 void _php_ibase_free_event(ibase_event *event TSRMLS_DC);
|
| /PHP_5_4/main/ |
| H A D | rfc1867.h | 81 extern PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra TSRMLS_DC);
|
| H A D | rfc1867.c | 54 PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra TSRMLS_DC) = NULL;
|
| /PHP_5_4/sapi/fpm/fpm/events/ |
| H A D | kqueue.c | 29 #include <sys/event.h> 131 /* wait for incoming event or timeout */ 173 zlog(ZLOG_ERROR, "kevent: unable to add event"); 177 /* mark the event as registered */ 198 zlog(ZLOG_ERROR, "kevent: unable to add event");
|
| /PHP_5_4/sapi/tux/ |
| H A D | php_tux.c | 378 /* We HAVE to trigger some event on the fd. Otherwise 390 if (req->event == PHP_TUX_BACKGROUND_CONN) { 430 TG(req)->event = PHP_TUX_BACKGROUND_CONN;
|
| /PHP_5_4/sapi/cli/ |
| H A D | php_cli_server.c | 2266 static int php_cli_server_do_event_for_each_fd_callback(void *_params, int fd, int event) /* {{{ */ argument 2309 if (event & POLLIN) { 2312 if (event & POLLOUT) {
|
| /PHP_5_4/sapi/fpm/fpm/ |
| H A D | fpm_stdio.c | 93 struct fpm_event_s *event; local 105 event = &child->ev_stdout; 107 event = &child->ev_stderr; 123 fpm_event_del(event);
|
| /PHP_5_4/ext/session/ |
| H A D | session.c | 64 static int php_session_rfc1867_callback(unsigned int event, void *event_data, void **extra TSRMLS_DC); 65 static int (*php_session_rfc1867_orig_callback)(unsigned int event, void *event_data, void **extra TSRMLS_DC); 2385 static int php_session_rfc1867_callback(unsigned int event, void *event_data, void **extra TSRMLS_DC) /* {{{ */ argument 2391 retval = php_session_rfc1867_orig_callback(event, event_data, extra TSRMLS_CC); 2399 switch(event) { 2451 /* First FILE_START event, initializing data */
|
Completed in 28 milliseconds