Home
last modified time | relevance | path

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

/PHP-7.4/ext/sockets/
H A Dwindows_common.h62 # undef ETIMEDOUT
104 #define ETIMEDOUT WSAETIMEDOUT macro
H A Dunix_socket_constants.h381 #ifdef ETIMEDOUT
383 REGISTER_LONG_CONSTANT("SOCKET_ETIMEDOUT", ETIMEDOUT, CONST_CS | CONST_PERSISTENT);
/PHP-7.4/ext/ftp/
H A Dftp.c67 # undef ETIMEDOUT
1480 _set_errno(ETIMEDOUT); in my_send()
1482 errno = ETIMEDOUT; in my_send()
1519 _set_errno(ETIMEDOUT); in my_recv()
1521 errno = ETIMEDOUT; in my_recv()
1594 _set_errno(ETIMEDOUT); in data_available()
1596 errno = ETIMEDOUT; in data_available()
1618 _set_errno(ETIMEDOUT); in data_writeable()
1620 errno = ETIMEDOUT; in data_writeable()
1643 _set_errno(ETIMEDOUT); in my_accept()
[all …]
/PHP-7.4/main/
H A Dnetwork.c94 # define PHP_TIMEOUT_ERROR_VALUE ETIMEDOUT

Completed in 14 milliseconds