Go to the source code of this file.
Classes |
struct | pollfd |
Defines |
#define | CURL_CSELECT_IN2 (CURL_CSELECT_ERR << 1) |
#define | POLLERR 0x08 |
#define | POLLHUP 0x10 |
#define | POLLIN 0x01 |
#define | POLLNVAL 0x20 |
#define | POLLOUT 0x04 |
#define | POLLPRI 0x02 |
#define | SOCKET_READABLE(x, z) Curl_socket_check(x, CURL_SOCKET_BAD, CURL_SOCKET_BAD, z) |
#define | SOCKET_WRITABLE(x, z) Curl_socket_check(CURL_SOCKET_BAD, CURL_SOCKET_BAD, x, z) |
#define | VALID_SOCK(s) (((s) >= 0) && ((s) < FD_SETSIZE)) |
#define | VERIFY_SOCK(x) |
Functions |
int | Curl_poll (struct pollfd ufds[], unsigned int nfds, int timeout_ms) |
int | Curl_socket_check (curl_socket_t readfd, curl_socket_t readfd2, curl_socket_t writefd, time_t timeout_ms) |
int | Curl_wait_ms (int timeout_ms) |
Variables |
int | Curl_ack_eintr |
Define Documentation
Function Documentation
Variable Documentation