Home
last modified time | relevance | path

Searched defs:handlers (Results 1 – 14 of 14) sorted by relevance

/php-src/Zend/
H A Dzend_signal.c216 SIGG(handlers)[signo-1].flags = 0; in zend_signal_handler() local
217 SIGG(handlers)[signo-1].handler = SIG_DFL; in zend_signal_handler() local
241 SIGG(handlers)[signo-1].flags = act->sa_flags; in zend_sigaction() local
243 SIGG(handlers)[signo-1].handler = (void *) act->sa_sigaction; in zend_sigaction() local
245 SIGG(handlers)[signo-1].handler = (void *) act->sa_handler; in zend_sigaction() local
249 if (SIGG(handlers)[signo-1].handler == (void *) SIG_IGN) { in zend_sigaction() local
297 SIGG(handlers)[signo-1].flags = sa.sa_flags; in zend_signal_register() local
299 SIGG(handlers)[signo-1].handler = (void *)sa.sa_sigaction; in zend_signal_register() local
301 SIGG(handlers)[signo-1].handler = (void *)sa.sa_handler; in zend_signal_register() local
H A Dzend_signal.h61 zend_signal_entry_t handlers[NSIG]; member
H A Dzend_observer.c133 zend_observer_fcall_handlers handlers = init(execute_data); in zend_observer_fcall_install() local
H A Dzend_alloc.h299 const zend_mm_handlers handlers; member
H A Dzend_alloc.c3014 ZEND_API zend_mm_heap *zend_mm_startup_ex(const zend_mm_handlers *handlers, void *data, size_t data…
H A Dzend_types.h560 const zend_object_handlers *handlers; member
H A Dzend_compile.c4552 void **handlers = zend_flf_handlers; in find_frameless_function_offset() local
/php-src/ext/curl/
H A Dcurl_private.h93 php_curl_handlers handlers; member
116 php_curlm_handlers handlers; member
/php-src/Zend/Optimizer/
H A Dscdf.h46 } handlers; member
/php-src/ext/dba/
H A Ddba.c382 smart_str handlers = {0}; in PHP_MINFO_FUNCTION() local
/php-src/ext/random/
H A Drandom.c252 …_engine *php_random_engine_common_init(zend_class_entry *ce, zend_object_handlers *handlers, const… in php_random_engine_common_init()
/php-src/ext/mysqli/
H A Dmysqli.c371 zend_object_handlers *handlers; in mysqli_objects_new() local
/php-src/main/
H A Doutput.c559 php_output_handler **handlers; in php_output_handler_started() local
/php-src/ext/tidy/
H A Dtidy.c403 static zend_object *tidy_object_new(zend_class_entry *class_type, zend_object_handlers *handlers, t… in tidy_object_new()

Completed in 96 milliseconds