Home
last modified time | relevance | path

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

/PHP-7.2/ext/sockets/
H A Dwindows_common.h62 # undef ETIMEDOUT
104 #define ETIMEDOUT WSAETIMEDOUT macro
H A Dunix_socket_constants.h383 #ifdef ETIMEDOUT
385 REGISTER_LONG_CONSTANT("SOCKET_ETIMEDOUT", ETIMEDOUT, CONST_CS | CONST_PERSISTENT);
/PHP-7.2/ext/ftp/
H A Dftp.c1419 _set_errno(ETIMEDOUT); in my_send()
1423 errno = ETIMEDOUT; in my_send()
1508 _set_errno(ETIMEDOUT); in my_recv()
1512 errno = ETIMEDOUT; in my_recv()
1583 _set_errno(ETIMEDOUT); in data_available()
1587 errno = ETIMEDOUT; in data_available()
1607 _set_errno(ETIMEDOUT); in data_writeable()
1611 errno = ETIMEDOUT; in data_writeable()
1632 _set_errno(ETIMEDOUT); in my_accept()
1636 errno = ETIMEDOUT; in my_accept()
/PHP-7.2/main/
H A Dnetwork.c95 # define PHP_TIMEOUT_ERROR_VALUE ETIMEDOUT
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c33363 case ETIMEDOUT:

Completed in 453 milliseconds