Searched refs:CheckParameters (Results 1 – 7 of 7) sorted by relevance
70 if (!CheckParameters(parameters)) in SendRequest()200 bool HTTPUpload::CheckParameters(const map<string, string> ¶meters) { in CheckParameters() function in google_breakpad::HTTPUpload
76 static bool CheckParameters(const map<string, string> ¶meters);
117 static bool CheckParameters(const map<wstring, wstring> ¶meters);
77 if (!CheckParameters(parameters)) { in SendRequest()403 bool HTTPUpload::CheckParameters(const map<wstring, wstring> ¶meters) { in CheckParameters() function in google_breakpad::HTTPUpload
81 int CheckParameters(GptData* gpt);
23 int CheckParameters(GptData *gpt) in CheckParameters() function249 retval = CheckParameters(gpt); in GptSanityCheck()
262 EXPECT(cases[i].expected_retval == CheckParameters(gpt)); in ParameterTests()