Searched refs:TIMEOUT_FOR_CONNECT (Results 1 – 3 of 3) sorted by relevance
45 constexpr int32_t TIMEOUT_FOR_CONNECT = 10; variable47 constexpr int32_t TIMEOUT_FOR_CONNECT = 1; variable92 struct timeval tv = {TIMEOUT_FOR_CONNECT, 0}; in DoAction()
38 constexpr int32_t TIMEOUT_FOR_CONNECT = 10; variable40 constexpr int32_t TIMEOUT_FOR_CONNECT = 1; variable
133 curl_easy_setopt(downloadHandle_, CURLOPT_CONNECTTIMEOUT, TIMEOUT_FOR_CONNECT); in ProcessThreadExecute()