Home
last modified time | relevance | path

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

/PHP-8.3/main/streams/
H A Dxp_socket.c30 #ifndef MSG_DONTWAIT
31 # define MSG_DONTWAIT 0 macro
73 …end(sock->socket, buf, XP_SOCK_BUF_SIZE(count), (sock->is_blocked && ptimeout) ? MSG_DONTWAIT : 0); in php_sockop_write()
178 recv_flags = MSG_DONTWAIT; in php_sockop_read()
182 if (!dont_wait || MSG_DONTWAIT == 0) { in php_sockop_read()
366 ((MSG_DONTWAIT != 0) || !sock->is_blocked) in php_sockop_set_option()
378 ret = recv(sock->socket, &buf, sizeof(buf), MSG_PEEK|MSG_DONTWAIT); in php_sockop_set_option()
/PHP-8.3/ext/sockets/
H A Dsockets.stub.php128 const MSG_DONTWAIT = UNKNOWN; define
H A Dsockets_arginfo.h375 #if defined(MSG_DONTWAIT) in register_sockets_symbols()
376 REGISTER_LONG_CONSTANT("MSG_DONTWAIT", MSG_DONTWAIT, CONST_PERSISTENT); in register_sockets_symbols()
/PHP-8.3/ext/openssl/
H A Dxp_ssl.c50 #ifndef MSG_DONTWAIT
51 # define MSG_DONTWAIT 0 macro
2480 ((MSG_DONTWAIT != 0) || !sslsock->s.is_blocked) in php_openssl_sockop_set_option()
2586 ret = recv(sslsock->s.socket, &buf, sizeof(buf), MSG_PEEK|MSG_DONTWAIT); in php_openssl_sockop_set_option()

Completed in 24 milliseconds