Home
last modified time | relevance | path

Searched defs:pri (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/win32/
H A Dsyslog.h34 #define LOG_MAKEPRI(fac, pri) (((fac) << 3) | (pri)) argument
52 #define LOG_MASK(pri) (1 << (pri)) argument
53 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) argument
/PHP-8.3/ext/pcntl/
H A Dpcntl.c912 int pri; in PHP_FUNCTION() local
968 zend_long pri; in PHP_FUNCTION() local
/PHP-8.3/ext/standard/
H A Dexec.c557 zend_long pri; local

Completed in 16 milliseconds