Searched refs:appconnected (Results 1 – 1 of 1) sorted by relevance
784 struct curltime appconnected; in conn_report_connect_stats() local791 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 6 milliseconds