Searched refs:MSG_PEEK (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/main/streams/ |
H A D | xp_socket.c | 38 #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.3/ext/openssl/ |
H A D | xp_ssl.c | 727 …} else if (0 == recv(sslsock->s.socket, &buf, sizeof(buf), MSG_PEEK) && php_socket_errno() != EAGA… in php_openssl_sockop_set_option()
|
/PHP-5.3/ext/sockets/ |
H A D | sockets.c | 639 REGISTER_LONG_CONSTANT("MSG_PEEK", MSG_PEEK, CONST_CS | CONST_PERSISTENT);
|
/PHP-5.3/sapi/thttpd/ |
H A D | thttpd_patch | 704 - r = recv( hc->conn_fd, buf, sizeof(buf), MSG_PEEK );
|
/PHP-5.3/ |
H A D | NEWS | 3895 - Fixed bug #44233 (MSG_PEEK undefined under BeOS R5). (jonathonfreeman at gmail dot com, Ilia)
|
Completed in 82 milliseconds