Searched refs:MSG_PEEK (Results 1 – 4 of 4) sorted by relevance
34 #ifndef MSG_PEEK35 # define MSG_PEEK 0 macro356 ret = recv(sock->socket, &buf, sizeof(buf), MSG_PEEK|MSG_DONTWAIT); in php_sockop_set_option()433 flags |= MSG_PEEK; in php_sockop_set_option()
74 const MSG_PEEK = UNKNOWN; define
343 REGISTER_LONG_CONSTANT("MSG_PEEK", MSG_PEEK, CONST_PERSISTENT); in register_sockets_symbols()
2586 ret = recv(sslsock->s.socket, &buf, sizeof(buf), MSG_PEEK|MSG_DONTWAIT); in php_openssl_sockop_set_option()
Completed in 20 milliseconds