Searched refs:url_ (Results 1 – 3 of 3) sorted by relevance
104 curl_easy_setopt(handle.get(), CURLOPT_URL, option_.url_.c_str()); in GetFileSize()141 curl_easy_setopt(handle, CURLOPT_URL, option_.url_.c_str()); in SetOption()159 option_.url_.c_str(), option_.filename_.c_str(), option_.fileDir_.c_str()); in Start()
182 downloadOption.url_ = NapiUtils::Convert2String(env, option, "url"); in ParseOption()187 downloadOption.filename_ = GetFilenameFromUrl(downloadOption.url_); in ParseOption()
29 std::string url_; member