Home
last modified time | relevance | path

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

/PHP-5.5/ext/sockets/
H A Dwindows_common.h56 # undef ECONNRESET
98 #define ECONNRESET WSAECONNRESET macro
H A Dunix_socket_constants.h359 #ifdef ECONNRESET
361 REGISTER_LONG_CONSTANT("SOCKET_ECONNRESET", ECONNRESET, CONST_CS | CONST_PERSISTENT);
H A Dsockets.c524 set_errno(ECONNRESET);
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch2037 if ( errno != EPIPE && errno != EINVAL && errno != ECONNRESET )

Completed in 22 milliseconds