Home
last modified time | relevance | path

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

/PHP-7.0/win32/
H A Dsyslog.h38 #define LOG_MAKEPRI(fac, pri) (((fac) << 3) | (pri)) argument
56 #define LOG_MASK(pri) (1 << (pri)) argument
57 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) argument
/PHP-7.0/ext/pcntl/
H A Dpcntl.c1202 int pri; in PHP_FUNCTION() local
1241 zend_long pri; in PHP_FUNCTION() local
/PHP-7.0/ext/standard/
H A Dexec.c551 zend_long pri; local

Completed in 20 milliseconds