Home
last modified time | relevance | path

Searched refs:SOCK_NONBLOCK (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
8 if (!defined('SOCK_NONBLOCK')) die("skip SOCK_NONBLOCK");
19 socket_create_pair(AF_UNIX, 11 | SOCK_NONBLOCK, 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.c1118 #ifdef SOCK_NONBLOCK
1119 checktype &= ~(SOCK_CLOEXEC | SOCK_NONBLOCK);
1125 #ifdef SOCK_NONBLOCK
2108 #ifdef SOCK_NONBLOCK
2109 checktype &= ~(SOCK_CLOEXEC | SOCK_NONBLOCK);
2115 #ifdef SOCK_NONBLOCK
H A Dsockets_arginfo.h339 #if defined(SOCK_NONBLOCK) in register_sockets_symbols()
340 REGISTER_LONG_CONSTANT("SOCK_NONBLOCK", SOCK_NONBLOCK, CONST_PERSISTENT); in register_sockets_symbols()
H A Dsockets.stub.php83 const SOCK_NONBLOCK = UNKNOWN; define

Completed in 24 milliseconds