Home
last modified time | relevance | path

Searched refs:MSG_OOB (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/sockets/tests/
H A Dsocket_send_params.phpt9 $s_w = socket_send($s_c, "foo", -1, MSG_OOB);
H A Dsocket_sendto_params.phpt9 $s_w = socket_sendto($s_c, "foo", -1, MSG_OOB, '127.0.0.1');
H A Dsocket_send.phpt22 if(socket_send($socket, $stringSocket, $stringSocketLength, MSG_OOB)===$stringSocketLength){
/php-src/main/streams/
H A Dxp_socket.c438 flags |= MSG_OOB; in php_sockop_set_option()
456 flags |= MSG_OOB; in php_sockop_set_option()
/php-src/ext/sockets/
H A Dsockets.stub.php90 const MSG_OOB = UNKNOWN; define
H A Dsockets_arginfo.h342 REGISTER_LONG_CONSTANT("MSG_OOB", MSG_OOB, CONST_PERSISTENT); in register_sockets_symbols()

Completed in 23 milliseconds