Home
last modified time | relevance | path

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

/PHP-8.0/ext/sockets/
H A Dwindows_common.h60 # undef ETIMEDOUT
102 #define ETIMEDOUT WSAETIMEDOUT macro
H A Dunix_socket_constants.h379 #ifdef ETIMEDOUT
381 REGISTER_LONG_CONSTANT("SOCKET_ETIMEDOUT", ETIMEDOUT, CONST_CS | CONST_PERSISTENT);
/PHP-8.0/ext/ftp/
H A Dftp.c63 # undef ETIMEDOUT
1442 _set_errno(ETIMEDOUT); in my_send()
1444 errno = ETIMEDOUT; in my_send()
1480 _set_errno(ETIMEDOUT); in my_recv()
1482 errno = ETIMEDOUT; in my_recv()
1554 _set_errno(ETIMEDOUT); in data_available()
1556 errno = ETIMEDOUT; in data_available()
1577 _set_errno(ETIMEDOUT); in data_writeable()
1579 errno = ETIMEDOUT; in data_writeable()
1601 _set_errno(ETIMEDOUT); in my_accept()
[all …]
/PHP-8.0/main/
H A Dnetwork.c92 # define PHP_TIMEOUT_ERROR_VALUE ETIMEDOUT

Completed in 15 milliseconds