Home
last modified time | relevance | path

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

/PHP-8.2/ext/sockets/
H A Dwindows_common.h57 # undef ENOTCONN
99 #define ENOTCONN WSAENOTCONN macro
H A Dphp_sockets.h330 #elif defined(ENOTCONN)
331 #define PHP_SOCKET_ENOTCONN ENOTCONN
/PHP-8.2/main/
H A Dfastcgi.c531 if (getpeername(0, (struct sockaddr *)&sa, &len) != 0 && errno == ENOTCONN) { in fcgi_init()
/PHP-8.2/sapi/litespeed/
H A Dlsapilib.c638 ( errno == ENOTCONN )) in isPipe()

Completed in 33 milliseconds