Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dcfilters.c622 struct curltime appconnected; in conn_report_connect_stats() local
629 memset(&appconnected, 0, sizeof(appconnected)); in conn_report_connect_stats()
630 cf->cft->query(cf, data, CF_QUERY_TIMER_APPCONNECT, NULL, &appconnected); in conn_report_connect_stats()
631 if(appconnected.tv_sec || appconnected.tv_usec) in conn_report_connect_stats()
632 Curl_pgrsTimeWas(data, TIMER_APPCONNECT, appconnected); in conn_report_connect_stats()