Home
last modified time | relevance | path

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

/PHP-7.4/ext/sockets/
H A Dwindows_common.h59 # undef ENOTCONN
101 #define ENOTCONN WSAENOTCONN macro
H A Dunix_socket_constants.h369 #ifdef ENOTCONN
371 REGISTER_LONG_CONSTANT("SOCKET_ENOTCONN", ENOTCONN, CONST_CS | CONST_PERSISTENT);
/PHP-7.4/main/
H A Dfastcgi.c538 if (getpeername(0, (struct sockaddr *)&sa, &len) != 0 && errno == ENOTCONN) { in fcgi_init()
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c629 ( errno == ENOTCONN )) in isPipe()

Completed in 20 milliseconds