Searched refs:Curl_speedcheck (Results 1 - 11 of 11) sorted by relevance
/third_party/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 | 387 result = Curl_speedcheck(data, Curl_now()); in file_upload() 577 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 | 977 result = Curl_speedcheck(data, now); in Curl_readwrite()
|
H A D | tftp.c | 1296 result = Curl_speedcheck(data, Curl_now()); in tftp_doing()
|
H A D | multi.c | 2409 result = Curl_speedcheck(data, *nowp);
|
/third_party/curl/tests/unit/ |
H A D | unit1606.c | 67 result = Curl_speedcheck(easy, now); in runawhile()
|
/third_party/curl/lib/vssh/ |
H A D | wolfssh.c | 1005 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 | 3130 result = Curl_speedcheck(data, now); in ssh_block_statemach()
|
Completed in 19 milliseconds