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