Home
last modified time | relevance | path

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

/curl/lib/
H A Dcfilters.c784 struct curltime appconnected; in conn_report_connect_stats() local
791 memset(&appconnected, 0, sizeof(appconnected)); in conn_report_connect_stats()
792 cf->cft->query(cf, data, CF_QUERY_TIMER_APPCONNECT, NULL, &appconnected); in conn_report_connect_stats()
793 if(appconnected.tv_sec || appconnected.tv_usec) in conn_report_connect_stats()
794 Curl_pgrsTimeWas(data, TIMER_APPCONNECT, appconnected); in conn_report_connect_stats()

Completed in 7 milliseconds