/external/chromium_org/net/spdy/ |
spdy_http_utils.h | 27 SpdyMajorVersion protocol_version, 36 SpdyMajorVersion protocol_version, 42 SpdyMajorVersion protocol_version, 47 SpdyMajorVersion protocol_version); 51 SpdyMajorVersion protocol_version);
|
spdy_http_utils.cc | 24 SpdyMajorVersion protocol_version, 26 std::string status_key = (protocol_version >= SPDY3) ? ":status" : "status"; 28 (protocol_version >= SPDY3) ? ":version" : "version"; 39 if (protocol_version >= SPDY4) { 70 if (protocol_version >= 3 && it->first[0] == ':') 89 SpdyMajorVersion protocol_version, 110 if (protocol_version < SPDY3) { 120 if (protocol_version < SPDY4) { 138 SpdyMajorVersion protocol_version) { 141 if (protocol_version == SPDY2) [all...] |
spdy_framer.cc | 178 return SpdyConstants::GetControlFrameHeaderSize(protocol_version()); 184 if (protocol_version() <= SPDY3) { 200 if (protocol_version() <= SPDY3) { 207 if (protocol_version() < SPDY3) { 216 if (protocol_version() <= SPDY3) { 231 if (protocol_version() <= SPDY3) { 240 if (protocol_version() <= SPDY3) { 260 if (protocol_version() >= SPDY3) { 271 if (protocol_version() <= SPDY3) { 278 if (protocol_version() <= SPDY2) [all...] |
buffered_spdy_framer.cc | 143 DCHECK_LT(SPDY3, protocol_version()); 223 DCHECK_LT(SPDY3, protocol_version()); 237 SpdyMajorVersion BufferedSpdyFramer::protocol_version() { function in class:net::BufferedSpdyFramer 238 return spdy_framer_.protocol_version();
|
spdy_frame_builder.cc | 74 SpdyConstants::SerializeFrameType(framer.protocol_version(), type)); 107 DCHECK_LT(SPDY3, framer.protocol_version()); 201 DCHECK_LT(SPDY3, framer.protocol_version());
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
BUILD.gn | 36 ":protocol_version", 63 action("protocol_version") {
|
/bionic/libc/kernel/uapi/linux/ |
mei.h | 26 __u8 protocol_version; member in struct:mei_client
|
/development/ndk/platforms/android-L/include/linux/ |
mei.h | 26 __u8 protocol_version; member in struct:mei_client
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/ |
mei.h | 26 __u8 protocol_version; member in struct:mei_client
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/ |
mei.h | 26 __u8 protocol_version; member in struct:mei_client
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/ |
mei.h | 26 __u8 protocol_version; member in struct:mei_client
|
/external/mtpd/ |
pptp.c | 64 #define PROTOCOL_VERSION htons(0x0100) 99 uint16_t protocol_version; member in struct:packet::__anon31796::__anon31797::__anon31799::__anon31800 223 outgoing.sccrq.protocol_version = PROTOCOL_VERSION; 281 if (incoming.sccrp.protocol_version == PROTOCOL_VERSION &&
|
/external/tcpdump/ |
print-stp.c | 38 u_int8_t protocol_version; member in struct:stp_bpdu_ 133 if (stp_bpdu->protocol_version == STP_PROTO_RAPID) { 388 stp_bpdu->protocol_version)); 390 switch (stp_bpdu->protocol_version) { 412 if (stp_bpdu->protocol_version == STP_PROTO_RAPID) { 417 } else if (stp_bpdu->protocol_version == STP_PROTO_MSTP || 418 stp_bpdu->protocol_version == STP_PROTO_SPB) { 436 if (stp_bpdu->protocol_version == STP_PROTO_SPB)
|
/external/chromium_org/third_party/tlslite/patches/ |
fallback_scsv.patch | 6 protocol_version = 70 28 AlertDescription.protocol_version: "protocol_version",\
|
/external/chromium_org/chrome/browser/extensions/ |
install_signer.cc | 48 const char kProtocolVersionKey[] = "protocol_version"; 378 // "protocol_version": "1", 428 // "protocol_version": "1", 446 int protocol_version = 0; local 451 dictionary->GetInteger(kProtocolVersionKey, &protocol_version); 456 protocol_version == 1 && !signature_base64.empty() &&
|
/external/chromium_org/chrome/browser/extensions/api/cast_channel/ |
cast_channel.proto | 17 required ProtocolVersion protocol_version = 1;
|
/external/chromium_org/components/feedback/proto/ |
web.proto | 55 required string protocol_version = 2;
|
/external/google-tv-pairing-protocol/proto/ |
polo.proto | 38 required uint32 protocol_version = 1 [default = 1];
|
/system/core/fs_mgr/ |
fs_mgr_verity.c | 156 int protocol_version; local 187 if (!fread(&protocol_version, sizeof(int), 1, device)) { 191 if (protocol_version != 0) { 192 ERROR("Got unknown verity metadata protocol version %d!\n", protocol_version);
|
/external/apache-http/src/org/apache/http/params/ |
HttpProtocolParams.java | 128 (CoreProtocolPNames.PROTOCOL_VERSION); 145 params.setParameter(CoreProtocolPNames.PROTOCOL_VERSION, version);
|
/external/chromium_org/third_party/tlslite/tlslite/ |
errors.py | 63 AlertDescription.protocol_version: "protocol_version",\
|
/external/deqp/execserver/ |
xsProtocol.hpp | 37 PROTOCOL_VERSION = 18, 109 HelloMessage (void) : Message(MESSAGETYPE_HELLO), version(PROTOCOL_VERSION) {}
|
/development/ndk/platforms/android-3/include/linux/ |
binder.h | 57 signed long protocol_version; member in struct:binder_version
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/ |
JsonMessageBuilder.java | 51 public static final int PROTOCOL_VERSION = 1; 71 private static final String OUTER_FIELD_PROTOCOL_VERSION = "protocol_version"; 373 out.put(OUTER_FIELD_PROTOCOL_VERSION, PROTOCOL_VERSION); 407 out.put(OUTER_FIELD_PROTOCOL_VERSION, PROTOCOL_VERSION);
|
/external/kernel-headers/original/uapi/linux/ |
mei.h | 96 __u8 protocol_version; member in struct:mei_client
|