Home | History | Annotate | Download | only in linux

Lines Matching refs:string

32 // a set of string parameters (key/value pairs), and a file to upload.
38 #include <string>
61 static bool SendRequest(const string &url,
62 const map<string, string> &parameters,
63 const string &upload_file,
64 const string &file_part_name,
65 const string &proxy,
66 const string &proxy_user_pwd,
67 const string &ca_certificate_file,
68 string *response_body,
70 string *error_description);
76 static bool CheckParameters(const map<string, string> &parameters);