Home
last modified time | relevance | path

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

/PHP-8.1/ext/sockets/
H A Dwindows_common.h57 # undef ENOTCONN
99 #define ENOTCONN WSAENOTCONN macro
H A Dunix_socket_constants.h367 #ifdef ENOTCONN
369 REGISTER_LONG_CONSTANT("SOCKET_ENOTCONN", ENOTCONN, CONST_CS | CONST_PERSISTENT);
/PHP-8.1/main/
H A Dfastcgi.c531 if (getpeername(0, (struct sockaddr *)&sa, &len) != 0 && errno == ENOTCONN) { in fcgi_init()
/PHP-8.1/sapi/litespeed/
H A Dlsapilib.c638 ( errno == ENOTCONN )) in isPipe()

Completed in 27 milliseconds