Searched refs:Curl_speedcheck (Results 1 – 10 of 10) sorted by relevance
/external/curl/lib/ |
D | speedcheck.h | 30 CURLcode Curl_speedcheck(struct Curl_easy *data,
|
D | speedcheck.c | 39 CURLcode Curl_speedcheck(struct Curl_easy *data, in Curl_speedcheck() function
|
D | file.c | 349 result = Curl_speedcheck(data, Curl_now()); in file_upload() 536 result = Curl_speedcheck(data, Curl_now()); in file_do()
|
D | pingpong.c | 123 result = Curl_speedcheck(data, Curl_now()); in Curl_pp_statemach()
|
D | tftp.c | 1303 result = Curl_speedcheck(conn->data, Curl_now()); in tftp_doing()
|
D | transfer.c | 1344 result = Curl_speedcheck(data, k->now); in Curl_readwrite()
|
D | ssh-libssh.c | 2003 result = Curl_speedcheck(data, now); in myssh_block_statemach()
|
D | multi.c | 1784 result = Curl_speedcheck(data, now); in multi_runsingle()
|
D | ssh.c | 2823 result = Curl_speedcheck(data, now); in ssh_block_statemach()
|
/external/curl/tests/unit/ |
D | unit1606.c | 63 result = Curl_speedcheck(easy, now); in runawhile()
|