Home
last modified time | relevance | path

Searched refs:FollowRedirects (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPClient.cpp31 A.FollowRedirects == B.FollowRedirects; in operator ==()
114 curl_easy_setopt(Curl, CURLOPT_FOLLOWLOCATION, Request.FollowRedirects); in perform()
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPClient.h34 bool FollowRedirects = true; member