#include "curl_setup.h"#include <curl/curl.h>#include "urldata.h"#include "connect.h"#include "select.h"#include "warnless.h"
Go to the source code of this file.
| Macros | |
| #define | ELAPSED_MS() (int)curlx_tvdiff(curlx_tvnow(), initial_tv) | 
| #define | ERROR_NOT_EINTR(error) (Curl_ack_eintr || error != EINTR) | 
| Functions | |
| int | Curl_poll (struct pollfd ufds[], unsigned int nfds, int timeout_ms) | 
| int | Curl_socket_check (curl_socket_t readfd0, curl_socket_t readfd1, curl_socket_t writefd, time_t timeout_ms) | 
| int | Curl_wait_ms (int timeout_ms) | 
| Variables | |
| int | Curl_ack_eintr = 0 | 
| #define ELAPSED_MS | ( | ) | (int)curlx_tvdiff(curlx_tvnow(), initial_tv) | 
| #define ERROR_NOT_EINTR | ( | error | ) | (Curl_ack_eintr || error != EINTR) | 
| int Curl_poll | ( | struct pollfd | ufds[], | 
| unsigned int | nfds, | ||
| int | timeout_ms | ||
| ) | 
| int Curl_socket_check | ( | curl_socket_t | readfd0, | 
| curl_socket_t | readfd1, | ||
| curl_socket_t | writefd, | ||
| time_t | timeout_ms | ||
| ) |