Home
last modified time | relevance | path

Searched refs:EMSGSIZE (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/main/streams/
H A Dphp_streams_int.h51 # ifdef EMSGSIZE
52 # undef EMSGSIZE
54 # define EMSGSIZE WSAEMSGSIZE macro
H A Dxp_socket.c350 …(0 > ret && err != EWOULDBLOCK && err != EAGAIN && err != EMSGSIZE)) { /* there was an unrecoverab… in php_sockop_set_option()
/PHP-8.0/ext/sockets/
H A Dwindows_common.h40 # undef EMSGSIZE
82 #define EMSGSIZE WSAEMSGSIZE macro
H A Dunix_socket_constants.h299 #ifdef EMSGSIZE
301 REGISTER_LONG_CONSTANT("SOCKET_EMSGSIZE", EMSGSIZE, CONST_CS | CONST_PERSISTENT);

Completed in 27 milliseconds