Home
last modified time | relevance | path

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

/PHP-7.3/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.3/ext/ftp/
H A Dftp.c1420 _set_errno(ETIMEDOUT); in my_send()
1424 errno = ETIMEDOUT; in my_send()
1509 _set_errno(ETIMEDOUT); in my_recv()
1513 errno = ETIMEDOUT; in my_recv()
1584 _set_errno(ETIMEDOUT); in data_available()
1588 errno = ETIMEDOUT; in data_available()
1608 _set_errno(ETIMEDOUT); in data_writeable()
1612 errno = ETIMEDOUT; in data_writeable()
1633 _set_errno(ETIMEDOUT); in my_accept()
1637 errno = ETIMEDOUT; in my_accept()
/PHP-7.3/main/
H A Dnetwork.c93 # define PHP_TIMEOUT_ERROR_VALUE ETIMEDOUT
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c33363 case ETIMEDOUT:

Completed in 502 milliseconds