#include "curl_setup.h"
#include <curl/curl.h>
#include "urldata.h"
#include "sendf.h"
#include "multiif.h"
#include "speedcheck.h"
Go to the source code of this file.
Functions | |
CURLcode | Curl_speedcheck (struct Curl_easy *data, struct timeval now) |
void | Curl_speedinit (struct Curl_easy *data) |
CURLcode Curl_speedcheck | ( | struct Curl_easy * | data, |
struct timeval | now | ||
) |
Definition at line 36 of file speedcheck.c.
void Curl_speedinit | ( | struct Curl_easy * | data | ) |
Definition at line 31 of file speedcheck.c.