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

/external/google-breakpad/src/common/linux/
H A Dhttp_upload.cc66 string *error_description) {
85 if (error_description != NULL)
86 *error_description = dlerror();
104 if (error_description != NULL)
105 *error_description = "No Error";
179 if (error_description != NULL)
180 *error_description = (*curl_easy_strerror)(err_code);
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 86 milliseconds