Home
last modified time | relevance | path

Searched refs:MSG_PEEK (Results 1 – 5 of 5) sorted by last modified time

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

Completed in 50 milliseconds