Searched refs:Curl_speedcheck (Results 1 – 11 of 11) sorted by relevance
/curl/lib/ |
H A D | speedcheck.h | 32 CURLcode Curl_speedcheck(struct Curl_easy *data,
|
H A D | speedcheck.c | 41 CURLcode Curl_speedcheck(struct Curl_easy *data, in Curl_speedcheck() function
|
H A D | file.c | 400 result = Curl_speedcheck(data, Curl_now()); in file_upload() 600 result = Curl_speedcheck(data, Curl_now()); in file_do()
|
H A D | pingpong.c | 126 result = Curl_speedcheck(data, Curl_now()); in Curl_pp_statemach()
|
H A D | transfer.c | 474 result = Curl_speedcheck(data, *nowp); in Curl_sendrecv()
|
H A D | tftp.c | 1291 result = Curl_speedcheck(data, Curl_now()); in tftp_doing()
|
H A D | multi.c | 2427 result = Curl_speedcheck(data, *nowp);
|
/curl/tests/unit/ |
H A D | unit1606.c | 67 result = Curl_speedcheck(easy, now); in runawhile()
|
/curl/lib/vssh/ |
H A D | wolfssh.c | 1008 result = Curl_speedcheck(data, now); in wssh_block_statemach()
|
H A D | libssh.c | 2114 result = Curl_speedcheck(data, now); in myssh_block_statemach()
|
H A D | libssh2.c | 3100 result = Curl_speedcheck(data, now); in ssh_block_statemach()
|
Completed in 49 milliseconds