Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dsyslog.h36 #define LOG_MAKEPRI(fac, pri) (((fac) << 3) | (pri)) argument
54 #define LOG_MASK(pri) (1 << (pri)) argument
55 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) argument
/PHP-7.4/ext/pcntl/
H A Dpcntl.c1356 int pri; in PHP_FUNCTION() local
1395 zend_long pri; in PHP_FUNCTION() local
/PHP-7.4/ext/standard/
H A Dexec.c573 zend_long pri; local

Completed in 14 milliseconds