Home
last modified time | relevance | path

Searched refs:Curl_pgrsTime (Results 1 - 14 of 14) sorted by relevance

/third_party/curl/tests/unit/
H A Dunit1399.c42 * Invoke Curl_pgrsTime for TIMER_STARTSINGLE to trigger the behavior that
50 Curl_pgrsTime(data, TIMER_STARTSINGLE); in fake_t_startsingle_time()
97 Curl_pgrsTime(&data, TIMER_NAMELOOKUP);
98 Curl_pgrsTime(&data, TIMER_CONNECT);
99 Curl_pgrsTime(&data, TIMER_APPCONNECT);
100 Curl_pgrsTime(&data, TIMER_PRETRANSFER);
101 Curl_pgrsTime(&data, TIMER_STARTTRANSFER);
109 Curl_pgrsTime(&data, TIMER_NAMELOOKUP);
110 Curl_pgrsTime(&data, TIMER_CONNECT);
111 Curl_pgrsTime(
[all...]
/third_party/curl/lib/
H A Dprogress.h58 struct curltime Curl_pgrsTime(struct Curl_easy *data, timerid timer);
H A Dfile.c544 Curl_pgrsTime(data, TIMER_STARTTRANSFER); in file_do()
H A Dprogress.c237 * Curl_pgrsTime(). Store the current time at the given label. This fetches a
242 struct curltime Curl_pgrsTime(struct Curl_easy *data, timerid timer) in Curl_pgrsTime() function
H A Dmulti.c127 Curl_pgrsTime(data, TIMER_PRETRANSFER); in before_perform()
1983 *nowp = Curl_pgrsTime(data, TIMER_STARTOP);
1995 *nowp = Curl_pgrsTime(data, TIMER_STARTSINGLE);
2023 *nowp = Curl_pgrsTime(data, TIMER_POSTQUEUE);
H A Dsendf.c560 Curl_pgrsTime(data, TIMER_STARTTRANSFER); in cw_download_write()
H A Dtransfer.c1508 Curl_pgrsTime(data, TIMER_REDIRECT); in Curl_follow()
H A Dc-hyper.c156 Curl_pgrsTime(data, TIMER_STARTTRANSFER); in hyper_each_header()
H A Dconnect.c913 Curl_pgrsTime(data, TIMER_APPCONNECT); /* we're connected already */ in cf_he_connect()
H A Durl.c3826 Curl_pgrsTime(data, TIMER_NAMELOOKUP);
H A Dftp.c318 * Curl_pgrsTime(..., TIMER_STARTACCEPT);
492 Curl_pgrsTime(data, TIMER_STARTACCEPT); in AllowServerConnect()
/third_party/curl/lib/vquic/
H A Dcurl_msh3.c904 Curl_pgrsTime(data, TIMER_APPCONNECT); in cf_msh3_connect()
/third_party/curl/lib/vssh/
H A Dlibssh.c934 Curl_pgrsTime(data, TIMER_APPCONNECT); /* SSH is connected */ in myssh_statemach_act()
H A Dlibssh2.c1374 Curl_pgrsTime(data, TIMER_APPCONNECT); /* SSH is connected */ in ssh_statemach_act()

Completed in 30 milliseconds