Home | History | Annotate | Download | only in flip_server

Lines Matching full:second

174   if (scheme->second.compare("https") == 0) {
178 // url->second here only ever seems to contain just the path. When this
183 if (url->second.compare(0,4,"http") == 0)
184 uri = UrlUtilities::GetUrlPath(url->second);
186 uri = std::string(url->second);
189 std::string host = UrlUtilities::GetUrlHost(url->second);
190 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Request: " << method->second
192 std::string filename = EncodeURL(uri, host, method->second);
199 http_data += method->second + " " + uri + " " + version->second + "\r\n";
200 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Request: " << method->second << " "
201 << uri << " " << version->second;
204 http_data += i->first + ": " + i->second + "\r\n";
206 << i->second.c_str();
304 SMInterface* interface = it->second;
443 if (!hi->first.length() || !hi->second.length())
448 dest[hi->first.as_string()] = hi->second.as_string();
451 std::string(fhi->second.data(), fhi->second.size()) + "\0" +
452 std::string(hi->second.data(), hi->second.size()));