Home
last modified time | relevance | path

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

/PHP-8.3/main/streams/
H A Dphp_streams_int.h51 # ifdef EMSGSIZE
52 # undef EMSGSIZE
54 # define EMSGSIZE WSAEMSGSIZE macro
H A Dxp_socket.c381 …(0 > ret && err != EWOULDBLOCK && err != EAGAIN && err != EMSGSIZE)) { /* there was an unrecoverab… in php_sockop_set_option()
/PHP-8.3/ext/sockets/
H A Dwindows_common.h40 # undef EMSGSIZE
82 #define EMSGSIZE WSAEMSGSIZE macro
H A Dphp_sockets.h228 #elif defined(EMSGSIZE)
229 #define PHP_SOCKET_EMSGSIZE EMSGSIZE
/PHP-8.3/ext/openssl/
H A Dxp_ssl.c2589 …(0 > ret && err != EWOULDBLOCK && err != EAGAIN && err != EMSGSIZE)) { /* there was an unrecoverab… in php_openssl_sockop_set_option()

Completed in 30 milliseconds