Home
last modified time | relevance | path

Searched refs:SOCK_CLOEXEC (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/sockets/tests/
H A Dsocket_create_pair_sockexec.phpt2 Test for socket_create_pair() with SOCK_CLOEXEC/SOCK_NONBLOCK
7 if (!defined('SOCK_CLOEXEC')) die("skip SOCK_CLOEXEC");
14 socket_create_pair(AF_UNIX, 11 | SOCK_CLOEXEC, 0, $sockets);
24 socket_create_pair(AF_UNIX, 11 | SOCK_CLOEXEC | SOCK_NONBLOCK, 0, $sockets);
28 var_dump(socket_create_pair(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC | SOCK_NONBLOCK, 0, $sockets));
/php-src/ext/sockets/
H A Dsockets_arginfo.h336 #if defined(SOCK_CLOEXEC) in register_sockets_symbols()
337 REGISTER_LONG_CONSTANT("SOCK_CLOEXEC", SOCK_CLOEXEC, CONST_PERSISTENT); in register_sockets_symbols()
H A Dsockets.stub.php76 const SOCK_CLOEXEC = UNKNOWN; define
H A Dsockets.c1119 checktype &= ~(SOCK_CLOEXEC | SOCK_NONBLOCK);
2149 checktype &= ~(SOCK_CLOEXEC | SOCK_NONBLOCK);

Completed in 18 milliseconds