Home
last modified time | relevance | path

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

/PHP-5.3/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-5.3/ext/pcntl/
H A Dpcntl.c1103 int pri; in PHP_FUNCTION() local
1142 long pri; in PHP_FUNCTION() local
/PHP-5.3/ext/standard/
H A Dexec.c516 long pri; local

Completed in 11 milliseconds