Home
last modified time | relevance | path

Searched refs:TIMER_APPCONNECT (Results 1 – 8 of 8) sorted by relevance

/third_party/curl/tests/unit/
Dunit1399.c97 Curl_pgrsTime(&data, TIMER_APPCONNECT);
109 Curl_pgrsTime(&data, TIMER_APPCONNECT);
/third_party/curl/lib/
Dprogress.h34 TIMER_APPCONNECT, enumerator
Dprogress.c200 case TIMER_APPCONNECT: in Curl_pgrsTime()
Durl.c4110 Curl_pgrsTime(data, TIMER_APPCONNECT); /* we're connected already */
/third_party/curl/lib/vtls/
Dvtls.c348 Curl_pgrsTime(data, TIMER_APPCONNECT); /* SSL is connected */ in Curl_ssl_connect()
377 Curl_pgrsTime(data, TIMER_APPCONNECT); /* SSL is connected */ in Curl_ssl_connect_nonblocking()
/third_party/curl/
DRELEASE-NOTES187 o vtls: only store TIMER_APPCONNECT for non-proxy connect [93]
/third_party/curl/lib/vssh/
Dlibssh.c924 Curl_pgrsTime(data, TIMER_APPCONNECT); /* SSH is connected */ in myssh_statemach_act()
Dlibssh2.c1195 Curl_pgrsTime(data, TIMER_APPCONNECT); /* SSH is connected */ in ssh_statemach_act()