Home
last modified time | relevance | path

Searched refs:act (Results 1 – 17 of 17) sorted by relevance

/PHP-7.0/ext/pcntl/
H A Dphp_signal.c30 struct sigaction act,oact; in php_signal4() local
33 act.sa_handler = func; in php_signal4()
35 sigfillset(&act.sa_mask); in php_signal4()
37 sigemptyset(&act.sa_mask); in php_signal4()
39 act.sa_flags = 0; in php_signal4()
42 act.sa_flags |= SA_INTERRUPT; /* SunOS */ in php_signal4()
46 act.sa_flags |= SA_RESTART; /* SVR4, 4.3+BSD */ in php_signal4()
50 if (zend_sigaction(signo, &act, &oact) < 0) in php_signal4()
52 if (sigaction(signo, &act, &oact) < 0) in php_signal4()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_signals.c184 struct sigaction act; in fpm_signals_init_main() local
201 memset(&act, 0, sizeof(act)); in fpm_signals_init_main()
202 act.sa_handler = sig_handler; in fpm_signals_init_main()
203 sigfillset(&act.sa_mask); in fpm_signals_init_main()
205 if (0 > sigaction(SIGTERM, &act, 0) || in fpm_signals_init_main()
206 0 > sigaction(SIGINT, &act, 0) || in fpm_signals_init_main()
207 0 > sigaction(SIGUSR1, &act, 0) || in fpm_signals_init_main()
221 struct sigaction act, act_dfl; in fpm_signals_init_child() local
223 memset(&act, 0, sizeof(act)); in fpm_signals_init_child()
226 act.sa_handler = &sig_soft_quit; in fpm_signals_init_child()
[all …]
H A Dfpm_main.c114 struct sigaction act, old_term, old_quit, old_int; variable
/PHP-7.0/Zend/
H A Dzend_signal.c210 ZEND_API int zend_sigaction(int signo, const struct sigaction *act, struct sigaction *oldact) in zend_sigaction() argument
220 if (act != NULL) { in zend_sigaction()
221 SIGG(handlers)[signo-1].flags = act->sa_flags; in zend_sigaction()
222 if (act->sa_flags & SA_SIGINFO) { in zend_sigaction()
223 SIGG(handlers)[signo-1].handler = (void *) act->sa_sigaction; in zend_sigaction()
225 SIGG(handlers)[signo-1].handler = (void *) act->sa_handler; in zend_sigaction()
228 sa.sa_flags = SA_SIGINFO | (act->sa_flags & SA_FLAGS_MASK); in zend_sigaction()
H A Dzend_signal.h92 ZEND_API int zend_sigaction(int signo, const struct sigaction *act, struct sigaction *oldact);
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug44882.phpt11 public function __doRequest($req, $loc, $act, $ver, $one_way = 0)
/PHP-7.0/ext/spl/examples/
H A Dkeyfilter.inc17 * Instances of this class act as a filter around iterators whose elements
/PHP-7.0/sapi/litespeed/
H A Dlsapi_main.c1149 struct sigaction act, old_term, old_quit, old_int, old_usr1; in start_children() local
1158 act.sa_flags = 0; in start_children()
1159 act.sa_handler = litespeed_cleanup; in start_children()
1160 if( sigaction( SIGTERM, &act, &old_term ) || in start_children()
1161 sigaction( SIGINT, &act, &old_int ) || in start_children()
1162 sigaction( SIGUSR1, &act, &old_usr1 ) || in start_children()
1163 sigaction( SIGQUIT, &act, &old_quit )) { in start_children()
H A Dlsapilib.c2767 struct sigaction act, old_term, old_quit, old_int, in lsapi_prefork_server_accept() local
2785 act.sa_flags = 0; in lsapi_prefork_server_accept()
2786 act.sa_handler = lsapi_sigchild; in lsapi_prefork_server_accept()
2787 if( sigaction( SIGCHLD, &act, &old_child ) ) in lsapi_prefork_server_accept()
2794 act.sa_flags = 0; in lsapi_prefork_server_accept()
2795 act.sa_handler = lsapi_cleanup; in lsapi_prefork_server_accept()
2796 if( sigaction( SIGTERM, &act, &old_term ) || in lsapi_prefork_server_accept()
2797 sigaction( SIGINT, &act, &old_int ) || in lsapi_prefork_server_accept()
2798 sigaction( SIGUSR1, &act, &old_usr1 ) || in lsapi_prefork_server_accept()
2799 sigaction( SIGQUIT, &act, &old_quit )) in lsapi_prefork_server_accept()
/PHP-7.0/ext/spl/internal/
H A Dfilteriterator.inc18 * Instances of this class act as a filter around iterators. In other words
/PHP-7.0/ext/standard/
H A Dfile.c340 int act; in PHP_FUNCTION() local
350 act = operation & 3; in PHP_FUNCTION()
351 if (act < 1 || act > 3) { in PHP_FUNCTION()
362 act = flock_values[act - 1] | (operation & PHP_LOCK_NB ? LOCK_NB : 0); in PHP_FUNCTION()
363 if (php_stream_lock(stream, act)) { in PHP_FUNCTION()
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c100 struct sigaction act, old_term, old_quit, old_int; variable
2011 act.sa_flags = 0;
2012 act.sa_handler = fastcgi_cleanup;
2013 if (sigaction(SIGTERM, &act, &old_term) ||
2014 sigaction(SIGINT, &act, &old_int) ||
2015 sigaction(SIGQUIT, &act, &old_quit)
/PHP-7.0/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt170 License. However, in accepting such obligations, You may act only
/PHP-7.0/ext/mbstring/libmbfl/
H A DLICENSE143 covered by this License; they are outside its scope. The act of
158 You may charge a fee for the physical act of transferring a copy,
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestinput14762 /--- COMMIT at the start of a pattern should act like an anchor. Again,
H A Dtestoutput17934 /--- COMMIT at the start of a pattern should act like an anchor. Again,
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt7318 Verbs that act immediately
7320 The following verbs act as soon as they are encountered. They may not
7407 Verbs that act after backtracking
8037 The following act immediately they are reached:
8043 The following act only when a subsequent match failure causes a back-

Completed in 109 milliseconds