Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dphp_streams_int.h51 # ifdef EMSGSIZE
52 # undef EMSGSIZE
54 # define EMSGSIZE WSAEMSGSIZE macro
H A Dxp_socket.c383 if (err != EWOULDBLOCK && err != EMSGSIZE && err != EAGAIN) { in php_sockop_set_option()
/php-src/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-src/ext/openssl/
H A Dxp_ssl.c2587 if (err != EWOULDBLOCK && err != EMSGSIZE && err != EAGAIN) { in php_openssl_sockop_set_option()

Completed in 21 milliseconds