Searched refs:proxy_user_pwd (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/tools/linux/symupload/
H A Dminidump_upload.cc54 string proxy_user_pwd; member in struct:Options
72 options->proxy_user_pwd,
118 options->proxy_user_pwd = optarg;
H A Dsym_upload.cc61 string proxy_user_pwd; member in struct:__anon5352
149 options->proxy_user_pwd,
196 options->proxy_user_pwd = optarg;
/external/google-breakpad/src/common/linux/
H A Dhttp_upload.h66 const string &proxy_user_pwd,
H A Dhttp_upload.cc62 const string &proxy_user_pwd,
120 if (!proxy_user_pwd.empty())
121 (*curl_easy_setopt)(curl, CURLOPT_PROXYUSERPWD, proxy_user_pwd.c_str());
57 SendRequest(const string &url, const map<string, string> &parameters, const string &upload_file, const string &file_part_name, const string &proxy, const string &proxy_user_pwd, const string &ca_certificate_file, string *response_body, long *response_code, string *error_description) argument

Completed in 92 milliseconds