Searched defs:CurlPerformOnce (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/
H A Dlibcurl_http_fetcher.cc310 CurlPerformOnce();
340 void LibcurlHttpFetcher::CurlPerformOnce() { function in class:chromeos_update_engine::LibcurlHttpFetcher
515 CurlPerformOnce();
525 // Since the transfer is in progress, we need to dispatch a CurlPerformOnce()
528 CurlPerformOnce();
595 base::Bind(&LibcurlHttpFetcher::CurlPerformOnce,
623 CurlPerformOnce();
635 // CurlPerformOnce() may call CleanUp(), so we need to schedule our callback
638 CurlPerformOnce();

Completed in 5 milliseconds