Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dxp_socket.c36 #ifndef MSG_PEEK
37 # define MSG_PEEK 0 macro
346 ret = recv(sock->socket, &buf, sizeof(buf), MSG_PEEK); in php_sockop_set_option()
423 flags |= MSG_PEEK; in php_sockop_set_option()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_io.c134 int can_read = recv(sock, p, i, MSG_PEEK);
H A Dphpdbg.c1249 …if ((newlen = recv(PHPDBG_G(io)[PHPDBG_STDIN].fd, mem, PHPDBG_SIGSAFE_MEM_SIZE, MSG_PEEK)) == (siz… in phpdbg_sigio_handler()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2482 …} else if (0 == recv(sslsock->s.socket, &buf, sizeof(buf), MSG_PEEK) && php_socket_errno() != EAGA… in php_openssl_sockop_set_option()
/PHP-7.4/ext/sockets/
H A Dsockets.c738 REGISTER_LONG_CONSTANT("MSG_PEEK", MSG_PEEK, CONST_CS | CONST_PERSISTENT);

Completed in 23 milliseconds