Home
last modified time | relevance | path

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

/PHP-5.6/ext/sockets/
H A Dwindows_common.h59 # undef ENOTCONN
101 #define ENOTCONN WSAENOTCONN macro
H A Dunix_socket_constants.h371 #ifdef ENOTCONN
373 REGISTER_LONG_CONSTANT("SOCKET_ENOTCONN", ENOTCONN, CONST_CS | CONST_PERSISTENT);
/PHP-5.6/sapi/cgi/
H A Dfastcgi.c459 if (getpeername(0, (struct sockaddr *)&sa, &len) != 0 && errno == ENOTCONN) { in fcgi_init()
/PHP-5.6/sapi/litespeed/
H A Dlsapilib.c462 ( errno == ENOTCONN )) in isPipe()
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c26250 case ENOTCONN:

Completed in 322 milliseconds