Home
last modified time | relevance | path

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

123

/dports/www/mod_php80/php-8.0.15/win32/
H A Dsignal.c53 orig_interrupt_function = zend_interrupt_function; in php_win32_signal_ctrl_handler_init()
54 zend_interrupt_function = php_win32_signal_ctrl_interrupt_function; in php_win32_signal_ctrl_handler_init()
68 zend_interrupt_function = orig_interrupt_function; in php_win32_signal_ctrl_handler_shutdown()
/dports/lang/php81/php-8.1.1/win32/
H A Dsignal.c53 orig_interrupt_function = zend_interrupt_function; in php_win32_signal_ctrl_handler_init()
54 zend_interrupt_function = php_win32_signal_ctrl_interrupt_function; in php_win32_signal_ctrl_handler_init()
68 zend_interrupt_function = orig_interrupt_function; in php_win32_signal_ctrl_handler_shutdown()
/dports/lang/php80/php-8.0.15/win32/
H A Dsignal.c53 orig_interrupt_function = zend_interrupt_function; in php_win32_signal_ctrl_handler_init()
54 zend_interrupt_function = php_win32_signal_ctrl_interrupt_function; in php_win32_signal_ctrl_handler_init()
68 zend_interrupt_function = orig_interrupt_function; in php_win32_signal_ctrl_handler_shutdown()
/dports/www/mod_php81/php-8.1.1/win32/
H A Dsignal.c53 orig_interrupt_function = zend_interrupt_function; in php_win32_signal_ctrl_handler_init()
54 zend_interrupt_function = php_win32_signal_ctrl_interrupt_function; in php_win32_signal_ctrl_handler_init()
68 zend_interrupt_function = orig_interrupt_function; in php_win32_signal_ctrl_handler_shutdown()
/dports/lang/php74/php-7.4.27/win32/
H A Dsignal.c55 orig_interrupt_function = zend_interrupt_function; in php_win32_signal_ctrl_handler_init()
56 zend_interrupt_function = php_win32_signal_ctrl_interrupt_function; in php_win32_signal_ctrl_handler_init()
70 zend_interrupt_function = orig_interrupt_function; in php_win32_signal_ctrl_handler_shutdown()
/dports/www/mod_php74/php-7.4.27/win32/
H A Dsignal.c55 orig_interrupt_function = zend_interrupt_function; in php_win32_signal_ctrl_handler_init()
56 zend_interrupt_function = php_win32_signal_ctrl_interrupt_function; in php_win32_signal_ctrl_handler_init()
70 zend_interrupt_function = orig_interrupt_function; in php_win32_signal_ctrl_handler_shutdown()
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend.h272 extern ZEND_API void (*zend_interrupt_function)(zend_execute_data *execute_data);
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend.h272 extern ZEND_API void (*zend_interrupt_function)(zend_execute_data *execute_data);
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_coroutine.cc342 orig_interrupt_function = zend_interrupt_function; in activate()
343 zend_interrupt_function = coro_interrupt_function; in activate()
399 zend_interrupt_function = orig_interrupt_function; in deactivate()
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend.h282 extern ZEND_API void (*zend_interrupt_function)(zend_execute_data *execute_data);
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend.h283 extern ZEND_API void (*zend_interrupt_function)(zend_execute_data *execute_data);
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend.h283 extern ZEND_API void (*zend_interrupt_function)(zend_execute_data *execute_data);
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend.h282 extern ZEND_API void (*zend_interrupt_function)(zend_execute_data *execute_data);
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend.h326 extern ZEND_API void (*zend_interrupt_function)(zend_execute_data *execute_data);
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend.h326 extern ZEND_API void (*zend_interrupt_function)(zend_execute_data *execute_data);
/dports/lang/php73/php-7.3.33/ext/pcntl/
H A Dpcntl.c554 orig_interrupt_function = zend_interrupt_function; in PHP_MINIT_FUNCTION()
555 zend_interrupt_function = pcntl_interrupt_function; in PHP_MINIT_FUNCTION()
/dports/lang/php81/php-8.1.1/ext/pcntl/
H A Dpcntl.c472 orig_interrupt_function = zend_interrupt_function; in PHP_MINIT_FUNCTION()
473 zend_interrupt_function = pcntl_interrupt_function; in PHP_MINIT_FUNCTION()
/dports/www/mod_php81/php-8.1.1/ext/pcntl/
H A Dpcntl.c472 orig_interrupt_function = zend_interrupt_function; in PHP_MINIT_FUNCTION()
473 zend_interrupt_function = pcntl_interrupt_function; in PHP_MINIT_FUNCTION()
/dports/lang/php80/php-8.0.15/ext/pcntl/
H A Dpcntl.c439 orig_interrupt_function = zend_interrupt_function; in PHP_MINIT_FUNCTION()
440 zend_interrupt_function = pcntl_interrupt_function; in PHP_MINIT_FUNCTION()
/dports/lang/php74/php-7.4.27/ext/pcntl/
H A Dpcntl.c601 orig_interrupt_function = zend_interrupt_function; in PHP_MINIT_FUNCTION()
602 zend_interrupt_function = pcntl_interrupt_function; in PHP_MINIT_FUNCTION()
/dports/devel/php81-pcntl/php-8.1.1/ext/pcntl/
H A Dpcntl.c472 orig_interrupt_function = zend_interrupt_function; in PHP_MINIT_FUNCTION()
473 zend_interrupt_function = pcntl_interrupt_function; in PHP_MINIT_FUNCTION()
/dports/devel/php74-pcntl/php-7.4.27/ext/pcntl/
H A Dpcntl.c601 orig_interrupt_function = zend_interrupt_function; in PHP_MINIT_FUNCTION()
602 zend_interrupt_function = pcntl_interrupt_function; in PHP_MINIT_FUNCTION()
/dports/devel/php80-pcntl/php-8.0.15/ext/pcntl/
H A Dpcntl.c439 orig_interrupt_function = zend_interrupt_function; in PHP_MINIT_FUNCTION()
440 zend_interrupt_function = pcntl_interrupt_function; in PHP_MINIT_FUNCTION()
/dports/devel/php73-pcntl/php-7.3.33/ext/pcntl/
H A Dpcntl.c554 orig_interrupt_function = zend_interrupt_function; in PHP_MINIT_FUNCTION()
555 zend_interrupt_function = pcntl_interrupt_function; in PHP_MINIT_FUNCTION()
/dports/devel/pecl-zookeeper/zookeeper-1.0.0/
H A Dphp_zookeeper.c1475 orig_interrupt_function = zend_interrupt_function;
1476 zend_interrupt_function = php_zk_interrupt_function;

123