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

1 2 3

  /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
  /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);
  /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...]
websocket_experiment_task.h 86 net::WebSocket::ProtocolVersion protocol_version; member in class:chrome_browser_net_websocket_experiment::WebSocketExperimentTask::Config
  /external/chromium_org/net/spdy/
buffered_spdy_framer.cc 222 int BufferedSpdyFramer::protocol_version() { function in class:net::BufferedSpdyFramer
223 return spdy_framer_.protocol_version();
spdy_framer.h 528 SpdyMajorVersion protocol_version() const { return spdy_version_; } function in class:net::SpdyFramer
  /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) {
  /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/chromium/net/spdy/
spdy_framer.h 310 static int protocol_version() { return spdy_version_; } function in class:spdy::SpdyFramer
  /external/chromium_org/net/websockets/
websocket_handshake_handler.cc 364 int WebSocketHandshakeRequestHandler::protocol_version() const { function in class:net::WebSocketHandshakeRequestHandler
375 int WebSocketHandshakeResponseHandler::protocol_version() const { function in class:net::WebSocketHandshakeResponseHandler
381 int protocol_version) {
382 DCHECK_GE(protocol_version, 0);
383 protocol_version_ = protocol_version;
  /external/mtpd/
pptp.c 64 #define PROTOCOL_VERSION htons(0x0100)
99 uint16_t protocol_version; member in struct:packet::__anon25706::__anon25707::__anon25709::__anon25710
223 outgoing.sccrq.protocol_version = PROTOCOL_VERSION;
281 if (incoming.sccrp.protocol_version == PROTOCOL_VERSION &&
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 37 self.protocol_version = "HTTP/1.1"
156 protocol_version = 'HTTP/1.1' variable in class:BaseHTTPServerTestCase.request_handler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 37 self.protocol_version = "HTTP/1.1"
156 protocol_version = 'HTTP/1.1' variable in class:BaseHTTPServerTestCase.request_handler
  /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/
constants.py 62 @cvar protocol_version: The other party's SSL/TLS version was unacceptable.
90 protocol_version = 70 variable in class:AlertDescription
  /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
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
binder.h 57 signed long protocol_version; member in struct:binder_version

Completed in 1130 milliseconds

1 2 3