Home
last modified time | relevance | path

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

/PHP-7.3/main/streams/
H A Dphp_streams_int.h53 # ifdef EMSGSIZE
54 # undef EMSGSIZE
56 # define EMSGSIZE WSAEMSGSIZE macro
H A Dxp_socket.c343 …(0 > ret && err != EWOULDBLOCK && err != EAGAIN && err != EMSGSIZE)) { /* there was an unrecoverab… in php_sockop_set_option()
/PHP-7.3/ext/sockets/
H A Dwindows_common.h42 # undef EMSGSIZE
84 #define EMSGSIZE WSAEMSGSIZE macro
H A Dunix_socket_constants.h301 #ifdef EMSGSIZE
303 REGISTER_LONG_CONSTANT("SOCKET_EMSGSIZE", EMSGSIZE, CONST_CS | CONST_PERSISTENT);

Completed in 9 milliseconds