Home
last modified time | relevance | path

Searched refs:MSG_PEEK (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/main/streams/
H A Dxp_socket.c38 #ifndef MSG_PEEK
39 # define MSG_PEEK 0 macro
296 … if (0 >= recv(sock->socket, &buf, sizeof(buf), MSG_PEEK) && php_socket_errno() != EWOULDBLOCK) { in php_sockop_set_option()
372 flags |= MSG_PEEK; in php_sockop_set_option()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c865 …} else if (0 == recv(sslsock->s.socket, &buf, sizeof(buf), MSG_PEEK) && php_socket_errno() != EAGA… in php_openssl_sockop_set_option()
/PHP-5.5/ext/sockets/
H A Dsockets.c629 REGISTER_LONG_CONSTANT("MSG_PEEK", MSG_PEEK, CONST_CS | CONST_PERSISTENT);
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch704 - r = recv( hc->conn_fd, buf, sizeof(buf), MSG_PEEK );
/PHP-5.5/
H A DNEWS6945 - Fixed bug #44233 (MSG_PEEK undefined under BeOS R5). (jonathonfreeman at gmail dot com, Ilia)

Completed in 49 milliseconds