Home
last modified time | relevance | path

Searched refs:request_string (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/tools/windows/converter_exe/
H A Dhttp_download.cc215 wstring request_string = path; in Download() local
229 request_string.append(added_parameter ? L"&" : L"?"); in Download()
230 request_string.append(iterator->first); in Download()
231 request_string.append(L"="); in Download()
232 request_string.append(iterator->second); in Download()
240 request_string.c_str(), in Download()
247 GetLastError(), url.c_str(), request_string.c_str()); in Download()
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Drouter_test_util.cc72 const char* request_string, in SendResponse() argument
75 std::string response_string(request_string); in SendResponse()
H A Drouter_test_util.h50 const char* request_string,
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dend_to_end_test.cc3951 std::string request_string = "a request body bigger than one packet" + in TEST_P() local
3954 const int expected_bytes_acked = header_size + request_string.length(); in TEST_P()
3961 client_->SendData(request_string, true, ack_listener); in TEST_P()
3980 << request_string.length(); in TEST_P()