Searched refs:CURL_GET_TIME_INFO (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/netstack/utils/profiler_utils/src/ |
H A D | i_network_message.cpp | 81 CURL_GET_TIME_INFO(handle, CURLINFO_NAMELOOKUP_TIME_T, dnsTime, timeInfo); in GetTimeInfoFromCurlHandle() 83 CURL_GET_TIME_INFO(handle, CURLINFO_CONNECT_TIME_T, tcpConnectTime, timeInfo); in GetTimeInfoFromCurlHandle() 85 CURL_GET_TIME_INFO(handle, CURLINFO_APPCONNECT_TIME_T, tlsHandshakeTime, timeInfo); in GetTimeInfoFromCurlHandle() 87 CURL_GET_TIME_INFO(handle, CURLINFO_PRETRANSFER_TIME_T, firstSendTime, timeInfo); in GetTimeInfoFromCurlHandle() 89 CURL_GET_TIME_INFO(handle, CURLINFO_STARTTRANSFER_TIME_T, firstRecvTime, timeInfo); in GetTimeInfoFromCurlHandle() 91 CURL_GET_TIME_INFO(handle, CURLINFO_REDIRECT_TIME_T, redirectTime, timeInfo); in GetTimeInfoFromCurlHandle() 93 CURL_GET_TIME_INFO(handle, CURLINFO_TOTAL_TIME_T, totalTime, timeInfo); in GetTimeInfoFromCurlHandle()
|
/ohos5.0/foundation/communication/netstack/utils/profiler_utils/include/ |
H A D | i_network_message.h | 36 #define CURL_GET_TIME_INFO(curl, options, time, timeInfo) \ macro
|