Home
last modified time | relevance | path

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

/php-src/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-src/ext/ftp/
H A Dftp.c63 # undef ETIMEDOUT
1483 _set_errno(ETIMEDOUT); in my_send()
1485 errno = ETIMEDOUT; in my_send()
1521 _set_errno(ETIMEDOUT); in my_recv()
1523 errno = ETIMEDOUT; in my_recv()
1595 _set_errno(ETIMEDOUT); in data_available()
1597 errno = ETIMEDOUT; in data_available()
1618 _set_errno(ETIMEDOUT); in data_writeable()
1620 errno = ETIMEDOUT; in data_writeable()
1642 _set_errno(ETIMEDOUT); in my_accept()
[all …]
/php-src/main/
H A Dnetwork.c87 # define PHP_TIMEOUT_ERROR_VALUE ETIMEDOUT

Completed in 29 milliseconds