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

/external/google-breakpad/src/common/linux/
H A Dhttp_upload.cc64 string *response_body,
154 if (response_body != NULL) {
157 reinterpret_cast<void *>(response_body));
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
/external/libbrillo/brillo/http/
H A Dhttp_connection_curl_unittest.cc66 std::string response_body; member in class:brillo::http::curl::__anon9920::CurlPerformer
99 return WriteString(write_callback, response_body);
298 performer_.response_body = response_data;
/external/google-breakpad/src/common/windows/
H A Dhttp_upload.cc70 wstring *response_body,
190 result = ReadResponse(request.get(), response_body);
202 string response_body; local
209 response_body.reserve(claimed_size);
228 response_body.append(&response_buffer[0], size_read);
237 *response = UTF8ToWide(response_body);
65 SendRequest(const wstring &url, const map<wstring, wstring> &parameters, const wstring &upload_file, const wstring &file_part_name, int *timeout, wstring *response_body, int *response_code) argument

Completed in 154 milliseconds