Home
last modified time | relevance | path

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

/external/chromium/net/spdy/
Dspdy_test_util.cc346 std::string str_host = gurl.host(); in ConstructSpdyGet() local
348 str_host += ":"; in ConstructSpdyGet()
349 str_host += gurl.port(); in ConstructSpdyGet()
353 scoped_array<char> host(new char[str_host.size() + 1]); in ConstructSpdyGet()
356 memcpy(host.get(), str_host.c_str(), str_host.size()); in ConstructSpdyGet()
359 host.get()[str_host.size()] = '\0'; in ConstructSpdyGet()