Home
last modified time | relevance | path

Searched refs:PROTOCOL_VERSION (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/execserver/
DxsProtocol.hpp37 PROTOCOL_VERSION = 18, enumerator
109 HelloMessage (void) : Message(MESSAGETYPE_HELLO), version(PROTOCOL_VERSION) {} in HelloMessage()
DxsExecutionServer.cpp268 if (msg.version != PROTOCOL_VERSION) in processMessage()
/third_party/nghttp2/src/
Dshrpx_log.h255 PROTOCOL_VERSION, enumerator
Dshrpx_log.cc647 case LogFragmentType::PROTOCOL_VERSION: in upstream_accesslog()
Dshrpx_config.cc621 return LogFragmentType::PROTOCOL_VERSION; in log_var_lookup_token()
/third_party/python/Lib/
Dimaplib.py263 self.PROTOCOL_VERSION = version
1615 M._mesg('PROTOCOL_VERSION = %s' % M.PROTOCOL_VERSION)
Dssl.py206 PROTOCOL_VERSION = 70 variable in _TLSAlertType
/third_party/python/Doc/library/
Dimaplib.rst602 .. attribute:: IMAP4.PROTOCOL_VERSION
/third_party/pulseaudio/vala/
Dlibpulse.vapi33 public const int PROTOCOL_VERSION;
/third_party/python/Modules/
D_ssl.c5806 ADD_AD_CONSTANT(PROTOCOL_VERSION); in sslmodule_init_constants()