Home
last modified time | relevance | path

Searched defs:handlers (Results 1 – 15 of 15) 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.h63 zend_signal_entry_t handlers[NSIG]; member
H A Dzend_observer.c132 zend_observer_fcall_handlers handlers = init(execute_data); in zend_observer_fcall_install() local
H A Dzend_alloc.h312 const zend_mm_handlers handlers; member
H A Dzend_alloc.c3205 ZEND_API zend_mm_heap *zend_mm_startup_ex(const zend_mm_handlers *handlers, void *data, size_t data…
H A Dzend_types.h561 const zend_object_handlers *handlers; member
H A Dzend_compile.c4623 void **handlers = zend_flf_handlers; in find_frameless_function_offset() local
/php-src/ext/curl/
H A Dcurl_private.h97 php_curl_handlers handlers; member
120 php_curlm_handlers handlers; member
/php-src/Zend/Optimizer/
H A Dscdf.h46 } handlers; member
/php-src/ext/libxml/
H A Dphp_libxml.h115 const php_libxml_document_handlers *handlers; member
/php-src/ext/mysqli/
H A Dmysqli.c370 zend_object_handlers *handlers; in mysqli_objects_new() local
/php-src/ext/random/
H A Drandom.c253 …_engine *php_random_engine_common_init(zend_class_entry *ce, zend_object_handlers *handlers, const… in php_random_engine_common_init()
/php-src/ext/dba/
H A Ddba.c438 smart_str handlers = {0}; in PHP_MINFO_FUNCTION() local
/php-src/main/
H A Doutput.c563 php_output_handler **handlers; in php_output_handler_started() local
/php-src/ext/tidy/
H A Dtidy.c421 static zend_object *tidy_object_new(zend_class_entry *class_type, zend_object_handlers *handlers, t… in tidy_object_new()

Completed in 113 milliseconds