HomeSort by relevance Sort by last modified time
    Searched refs:protocol_version (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/chromium_org/net/spdy/
spdy_http_utils.h 27 int protocol_version,
36 int protocol_version,
42 int protocol_version,
51 int protocol_version);
55 int protocol_version);
spdy_http_utils.cc 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
    [all...]
spdy_frame_builder.cc 65 DCHECK_GT(4, framer.protocol_version());
69 success &= WriteUInt16(kControlFlagMask | framer.protocol_version());
79 if (framer.protocol_version() >= 4) {
103 DCHECK_LE(4, framer.protocol_version());
146 if (framer.protocol_version() < 4) {
159 if (framer.protocol_version() < 4) {
spdy_framer.cc 163 switch (protocol_version()) {
198 if (protocol_version() < 3) {
237 if (protocol_version() >= 3) {
255 if (protocol_version() < 3) {
283 DCHECK_LE(4, protocol_version());
290 DCHECK_LE(4, protocol_version());
301 return (protocol_version() < 4) ? 0xffffff : 0xffff;
565 if (protocol_version() < 4) {
590 version = protocol_version();
    [all...]
  /external/chromium_org/net/websockets/
websocket_handshake_handler.h 82 int protocol_version() const;
102 int protocol_version() const;
103 void set_protocol_version(int protocol_version);
websocket_handshake_handler_unittest.cc 90 EXPECT_EQ(0, handler.protocol_version());
113 EXPECT_EQ(6, handler.protocol_version());
138 EXPECT_EQ(0, handler.protocol_version());
180 EXPECT_EQ(6, handler.protocol_version());
205 EXPECT_EQ(0, handler.protocol_version());
230 EXPECT_EQ(6, handler.protocol_version());
252 EXPECT_EQ(0, handler.protocol_version());
294 EXPECT_EQ(6, handler.protocol_version());
365 EXPECT_EQ(0, request_handler.protocol_version());
415 EXPECT_EQ(0, response_handler.protocol_version());
    [all...]
websocket_handshake_handler_spdy_unittest.cc 51 EXPECT_EQ(13, request_handler.protocol_version());
125 EXPECT_EQ(13, request_handler.protocol_version());
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_task.cc 23 net::WebSocket::ProtocolVersion protocol_version) {
24 switch (protocol_version) {
68 config.protocol_version,
101 protocol_version(net::WebSocket::DEFAULT_VERSION),
142 std::string protocol_version = ""; local
143 switch (config.protocol_version) {
145 protocol_version = "Draft76";
148 protocol_version = "";
154 return "WebSocketExperiment.Secure" + protocol_version + "." + name;
156 return "WebSocketExperiment.NoDefaultPort" + protocol_version + "." + name
    [all...]
  /external/tcpdump/
print-stp.c 38 u_int8_t protocol_version; member in struct:stp_bpdu_
131 if (stp_bpdu->protocol_version == STP_PROTO_RAPID) {
301 stp_bpdu->protocol_version));
303 switch (stp_bpdu->protocol_version) {
324 if (stp_bpdu->protocol_version == STP_PROTO_RAPID) {
329 } else if (stp_bpdu->protocol_version == STP_PROTO_MSTP) {
  /external/chromium_org/tools/playback_benchmark/
proxy_handler.py 24 protocol_version = "HTTP/1.1" variable in class:RequestHandler
25 request_version = protocol_version
56 protocol_version = "HTTP/1.1" variable in class:ProxyHandler
  /external/chromium/chrome/browser/sync/engine/
syncproto.h 78 set_protocol_version(protocol_version());
  /system/core/fs_mgr/
fs_mgr_verity.c 155 int protocol_version; local
186 if (!fread(&protocol_version, sizeof(int), 1, device)) {
190 if (protocol_version != 0) {
191 ERROR("Got unknown verity metadata protocol version %d!\n", protocol_version);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 270 if version_number >= (1, 1) and self.protocol_version >= "HTTP/1.1":
297 self.protocol_version >= "HTTP/1.1"):
393 (self.protocol_version, code, message))
394 # print (self.protocol_version, code, message)
504 protocol_version = "HTTP/1.0" variable in class:BaseHTTPRequestHandler
594 HandlerClass.protocol_version = protocol
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 270 if version_number >= (1, 1) and self.protocol_version >= "HTTP/1.1":
297 self.protocol_version >= "HTTP/1.1"):
393 (self.protocol_version, code, message))
394 # print (self.protocol_version, code, message)
504 protocol_version = "HTTP/1.0" variable in class:BaseHTTPRequestHandler
594 HandlerClass.protocol_version = protocol
  /external/mtpd/
pptp.c 64 #define PROTOCOL_VERSION htons(0x0100)
99 uint16_t protocol_version; member in struct:packet::__anon25681::__anon25682::__anon25684::__anon25685
223 outgoing.sccrq.protocol_version = PROTOCOL_VERSION;
281 if (incoming.sccrp.protocol_version == PROTOCOL_VERSION &&
  /bionic/libc/kernel/common/linux/
binder.h 61 signed long protocol_version; member in struct:binder_version
  /development/ndk/platforms/android-3/include/linux/
binder.h 57 signed long protocol_version; member in struct:binder_version
  /external/chromium_org/third_party/tlslite/tlslite/
errors.py 48 AlertDescription.protocol_version: "protocol_version",\
  /external/kernel-headers/original/linux/
binder.h 81 signed long protocol_version; member in struct:binder_version
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
binder.h 57 signed long protocol_version; member in struct:binder_version
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
binder.h 57 signed long protocol_version; member in struct:binder_version
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
binder.h 57 signed long protocol_version; member in struct:binder_version
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
binder.h 57 signed long protocol_version; member in struct:binder_version
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
binder.h 57 signed long protocol_version; member in struct:binder_version
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
binder.h 57 signed long protocol_version; member in struct:binder_version

Completed in 1040 milliseconds

1 2 3 4