Searched refs:Curl_pgrsTimeWas (Results 1 - 3 of 3) sorted by relevance
/third_party/curl/lib/ |
H A D | progress.h | 69 void Curl_pgrsTimeWas(struct Curl_easy *data, timerid timer,
|
H A D | progress.c | 160 * Curl_pgrsTimeWas(). Store the timestamp time at the given label. 162 void Curl_pgrsTimeWas(struct Curl_easy *data, timerid timer, in Curl_pgrsTimeWas() function 246 Curl_pgrsTimeWas(data, timer, now); in Curl_pgrsTime()
|
H A D | cfilters.c | 627 Curl_pgrsTimeWas(data, TIMER_CONNECT, connected); in conn_report_connect_stats() 632 Curl_pgrsTimeWas(data, TIMER_APPCONNECT, appconnected); in conn_report_connect_stats()
|
Completed in 3 milliseconds