Home
last modified time | relevance | path

Searched refs:http_response_data (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/linux/
Dlibcurl_wrapper.cc115 string* http_response_data) { in SendRequest() argument
125 if (http_response_data != NULL) { in SendRequest()
126 http_response_data->clear(); in SendRequest()
129 reinterpret_cast<void *>(http_response_data)); in SendRequest()
Dlibcurl_wrapper.h56 string* http_response_data);
Dgoogle_crashdump_uploader_test.cc55 string* http_response_data));