Home | History | Annotate | Download | only in linux

Lines Matching refs:string

36 #include <string>
48 virtual bool SetProxy(const string& proxy_host,
49 const string& proxy_userpwd);
50 virtual bool AddFile(const string& upload_file_path,
51 const string& basename);
52 virtual bool SendRequest(const string& url,
53 const std::map<string, string>& parameters,
55 string* http_header_data,
56 string* http_response_data);
65 string last_curl_error_; // The text of the last error when