Home | History | Annotate | Download | only in spdy

Lines Matching refs:protocol_version

24                                int protocol_version,
26 std::string status_key = (protocol_version >= 3) ? ":status" : "status";
27 std::string version_key = (protocol_version >= 3) ? ":version" : "version";
66 if (protocol_version >= 3 && it->first[0] == ':')
85 int protocol_version,
106 if (protocol_version < 3) {
132 int protocol_version) {
135 if (protocol_version == 2) {
150 int protocol_version) {
153 SpdyPriority idle_cutoff = (protocol_version == 2) ? 3 : 5;
159 int protocol_version,
162 if (pushed && protocol_version == 2) {
171 const char* scheme_header = protocol_version >= 3 ? ":scheme" : "scheme";
172 const char* host_header = protocol_version >= 3 ? ":host" : "host";
173 const char* path_header = protocol_version >= 3 ? ":path" : "url";