Home
last modified time | relevance | path

Searched refs:SendSimplePostRequest (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/common/linux/
Dsymbol_collector_client.cc56 if (!libcurl_wrapper->SendSimplePostRequest(url, in CreateUploadUrl()
120 if (!libcurl_wrapper->SendSimplePostRequest(url, in CompleteUpload()
Dlibcurl_wrapper.h66 bool SendSimplePostRequest(const string& url,
Dlibcurl_wrapper.cc153 bool LibcurlWrapper::SendSimplePostRequest(const string& url, in SendSimplePostRequest() function in google_breakpad::LibcurlWrapper
/external/google-breakpad/src/common/windows/
Dsymbol_collector_client.cc22 if (!HTTPUpload::SendSimplePostRequest( in CreateUploadUrl()
83 if (!HTTPUpload::SendSimplePostRequest( in CompleteUpload()
Dhttp_upload.h105 static bool SendSimplePostRequest(
Dhttp_upload.cc494 bool HTTPUpload::SendSimplePostRequest( in SendSimplePostRequest() function in google_breakpad::HTTPUpload