Home
last modified time | relevance | path

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

/PHP-7.1/main/streams/
H A Dphp_streams_int.h56 # ifdef EMSGSIZE
57 # undef EMSGSIZE
59 # define EMSGSIZE WSAEMSGSIZE macro
H A Dxp_socket.c339 …(0 > ret && err != EWOULDBLOCK && err != EAGAIN && err != EMSGSIZE)) { /* there was an unrecoverab… in php_sockop_set_option()
/PHP-7.1/ext/sockets/
H A Dwindows_common.h42 # undef EMSGSIZE
84 #define EMSGSIZE WSAEMSGSIZE macro
H A Dunix_socket_constants.h303 #ifdef EMSGSIZE
305 REGISTER_LONG_CONSTANT("SOCKET_EMSGSIZE", EMSGSIZE, CONST_CS | CONST_PERSISTENT);

Completed in 10 milliseconds