Home
last modified time | relevance | path

Searched refs:REGISTER_PCNTL_ERRNO_CONSTANT (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/pcntl/
H A Dpcntl.c422 REGISTER_PCNTL_ERRNO_CONSTANT(EINTR); in php_pcntl_register_errno_constants()
425 REGISTER_PCNTL_ERRNO_CONSTANT(ECHILD); in php_pcntl_register_errno_constants()
428 REGISTER_PCNTL_ERRNO_CONSTANT(EINVAL); in php_pcntl_register_errno_constants()
431 REGISTER_PCNTL_ERRNO_CONSTANT(EAGAIN); in php_pcntl_register_errno_constants()
434 REGISTER_PCNTL_ERRNO_CONSTANT(ESRCH); in php_pcntl_register_errno_constants()
437 REGISTER_PCNTL_ERRNO_CONSTANT(EACCES); in php_pcntl_register_errno_constants()
440 REGISTER_PCNTL_ERRNO_CONSTANT(EPERM); in php_pcntl_register_errno_constants()
443 REGISTER_PCNTL_ERRNO_CONSTANT(ENOMEM); in php_pcntl_register_errno_constants()
446 REGISTER_PCNTL_ERRNO_CONSTANT(E2BIG); in php_pcntl_register_errno_constants()
452 REGISTER_PCNTL_ERRNO_CONSTANT(EIO); in php_pcntl_register_errno_constants()
[all …]
H A Dphp_pcntl.h80 #define REGISTER_PCNTL_ERRNO_CONSTANT(name) REGISTER_LONG_CONSTANT("PCNTL_" #name, name, CONST_CS |… macro

Completed in 7 milliseconds