Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcntl/
H A Dpcntl.c472 REGISTER_PCNTL_ERRNO_CONSTANT(EINTR); in php_pcntl_register_errno_constants()
475 REGISTER_PCNTL_ERRNO_CONSTANT(ECHILD); in php_pcntl_register_errno_constants()
478 REGISTER_PCNTL_ERRNO_CONSTANT(EINVAL); in php_pcntl_register_errno_constants()
481 REGISTER_PCNTL_ERRNO_CONSTANT(EAGAIN); in php_pcntl_register_errno_constants()
484 REGISTER_PCNTL_ERRNO_CONSTANT(ESRCH); in php_pcntl_register_errno_constants()
487 REGISTER_PCNTL_ERRNO_CONSTANT(EACCES); in php_pcntl_register_errno_constants()
490 REGISTER_PCNTL_ERRNO_CONSTANT(EPERM); in php_pcntl_register_errno_constants()
493 REGISTER_PCNTL_ERRNO_CONSTANT(ENOMEM); in php_pcntl_register_errno_constants()
496 REGISTER_PCNTL_ERRNO_CONSTANT(E2BIG); in php_pcntl_register_errno_constants()
502 REGISTER_PCNTL_ERRNO_CONSTANT(EIO); in php_pcntl_register_errno_constants()
[all …]
H A Dphp_pcntl.h97 #define REGISTER_PCNTL_ERRNO_CONSTANT(name) REGISTER_LONG_CONSTANT("PCNTL_" #name, name, CONST_CS |… macro

Completed in 10 milliseconds