Home
last modified time | relevance | path

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

/PHP-8.3/ext/sockets/
H A Dwindows_common.h60 # undef ETIMEDOUT
102 #define ETIMEDOUT WSAETIMEDOUT macro
H A Dphp_sockets.h348 #elif defined(ETIMEDOUT)
349 #define PHP_SOCKET_ETIMEDOUT ETIMEDOUT
/PHP-8.3/ext/ftp/
H A Dftp.c63 # undef ETIMEDOUT
1463 _set_errno(ETIMEDOUT); in my_send()
1465 errno = ETIMEDOUT; in my_send()
1501 _set_errno(ETIMEDOUT); in my_recv()
1503 errno = ETIMEDOUT; in my_recv()
1575 _set_errno(ETIMEDOUT); in data_available()
1577 errno = ETIMEDOUT; in data_available()
1598 _set_errno(ETIMEDOUT); in data_writeable()
1600 errno = ETIMEDOUT; in data_writeable()
1622 _set_errno(ETIMEDOUT); in my_accept()
[all …]
/PHP-8.3/main/
H A Dnetwork.c92 # define PHP_TIMEOUT_ERROR_VALUE ETIMEDOUT

Completed in 14 milliseconds