Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/interbase/
H A Dibase_events.c43 event->state = DEAD; in _php_ibase_free_event()
50 isc_cancel_events(IB_STATUS, &event->link->handle, &event->event_id)) { in _php_ibase_free_event()
63 _php_ibase_event_free(event->event_buffer,event->result_buffer); in _php_ibase_free_event()
70 efree(event->events); in _php_ibase_free_event()
269 ibase_event *event; in PHP_FUNCTION() local
334 event->state = NEW; in PHP_FUNCTION()
342 event->events[event->event_count++] = estrdup(Z_STRVAL(args[i])); in PHP_FUNCTION()
349 _php_ibase_event_block(ib_link, event->event_count, event->events, in PHP_FUNCTION()
350 &buffer_size, &event->event_buffer, &event->result_buffer); in PHP_FUNCTION()
357 efree(event); in PHP_FUNCTION()
[all …]
H A Dphp_ibase_includes.h75 struct event *event_head;
96 typedef struct event { struct
105 struct event *event_next; argument
184 void _php_ibase_free_event(ibase_event *event);
H A Dinterbase.c304 ZEND_ARG_INFO(0, event)
311 ZEND_ARG_INFO(0, event)
316 ZEND_ARG_INFO(0, event)
/PHP-7.2/ext/standard/tests/array/
H A Dcompact.phpt8 $event = "SIGGRAPH";
12 $result = compact("event", $location_vars);
17 ["event"]=>
/PHP-7.2/ext/interbase/tests/
H A D008.phpt2 InterBase: event handling
15 function event_callback($event)
18 if ($event == 'TEST1') echo "FAIL TEST1\n";
19 return (++$count < 5); /* cancel event */
H A Dbug45575.phpt2 Bug #45575 (Segfault with invalid non-string as event handler callback)
H A Dbug46247.phpt2 Bug #46247 (ibase_set_event_handler() is allowing to pass callback without event)
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_stdio.c116 struct fpm_event_s *event; local
128 event = &child->ev_stdout;
130 event = &child->ev_stderr;
146 fpm_event_del(event);
/PHP-7.2/ext/spl/tests/
H A Dbug73471.phpt10 foreach($events as $event){}
/PHP-7.2/Zend/
H A Dzend_language_scanner.h54 void (*on_event)(zend_php_scanner_event event, int token, int line, void *context);
H A Dzend_globals.h294 void (*on_event)(zend_php_scanner_event event, int token, int line, void *context);
/PHP-7.2/main/
H A Drfc1867.h81 extern PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra);
H A Drfc1867.c62 PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra) = NULL;
/PHP-7.2/ext/tokenizer/
H A Dtokenizer.c187 void on_event(zend_php_scanner_event event, int token, int line, void *context) in on_event() argument
193 switch (event) { in on_event()
/PHP-7.2/sapi/cli/tests/
H A Dbug61546.phpt8 // event that the internal page_inode structure is less than 0, otherwise it returns the long value
/PHP-7.2/ext/exif/tests/
H A Dbug50845.phpt45 … 2016. The vehicles were loaded to support a theater security cooperation event as a part of a MEU…
/PHP-7.2/sapi/fpm/
H A Dphp-fpm.conf.in92 ; Specify the event mechanism FPM will use. The following is available:
H A Dconfig.m4381 #include <sys/event.h>
/PHP-7.2/ext/pcre/tests/
H A Dpreg_match_error4.phpt650 "name": "symfony\\/event-dispatcher",
887 "symfony\\/event-dispatcher": "v2.8.3",
/PHP-7.2/ext/session/
H A Dsession.c63 static int php_session_rfc1867_callback(unsigned int event, void *event_data, void **extra);
64 static int (*php_session_rfc1867_orig_callback)(unsigned int event, void *event_data, void **extra);
3066 static int php_session_rfc1867_callback(unsigned int event, void *event_data, void **extra) /* {{{ … in php_session_rfc1867_callback() argument
3072 retval = php_session_rfc1867_orig_callback(event, event_data, extra); in php_session_rfc1867_callback()
3080 switch(event) { in php_session_rfc1867_callback()
/PHP-7.2/win32/build/
H A DMakefile252 @echo Registering event source with syslog (requires admin rights)
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c2422 static int php_cli_server_do_event_for_each_fd_callback(void *_params, php_socket_t fd, int event) … in php_cli_server_do_event_for_each_fd_callback() argument
2460 if (event & POLLIN) { in php_cli_server_do_event_for_each_fd_callback()
2463 if (event & POLLOUT) { in php_cli_server_do_event_for_each_fd_callback()
/PHP-7.2/ext/mbstring/
H A DREADME_PHP3-i18n-ja213 may be corrupted. In such event, set http_output to 'pass'.
237 o In the event of trouble
/PHP-7.2/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt154 8. Limitation of Liability. In no event and under no legal theory,
/PHP-7.2/ext/standard/html_tables/mappings/
H A DROMAN.TXT48 # purpose. In no event will Apple be liable for direct, indirect,

Completed in 88 milliseconds

12