Searched refs:str_host (Results 1 – 1 of 1) sorted by relevance
346 std::string str_host = gurl.host(); in ConstructSpdyGet() local348 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()