Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds