Home
last modified time | relevance | path

Searched refs:MSG_EOF (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/sockets/tests/
H A Dsocket_send.phpt33 if(socket_send($socket, $stringSocket, $stringSocketLenght, MSG_EOF)===$stringSocketLenght){
/PHP-7.1/ext/sockets/
H A Dsockets.c80 #ifndef MSG_EOF
82 #define MSG_EOF MSG_FIN macro
649 #ifdef MSG_EOF
650 REGISTER_LONG_CONSTANT("MSG_EOF", MSG_EOF, CONST_CS | CONST_PERSISTENT);

Completed in 9 milliseconds