Home
last modified time | relevance | path

Searched defs:protocol_version (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-atsc-section.h134 guint8 protocol_version; member
196 guint8 protocol_version; member
299 guint8 protocol_version; member
332 guint16 protocol_version; member
365 guint8 protocol_version; member
/third_party/boringssl/src/ssl/
Dssl_aead_ctx.cc61 uint16_t protocol_version; in Create() local
161 uint16_t protocol_version; in ProtocolVersion() local
Dssl_versions.cc265 uint16_t protocol_version; in ssl_supports_version() local
/third_party/uboot/u-boot-2020.01/include/
Dcros_ec.h21 int protocol_version; /* Protocol version to use */ member
/third_party/python/Lib/test/
Dtest_xmlrpc.py321 protocol_version = "HTTP/1.1" variable in XMLRPCTestCase.test_keepalive_disconnect.RequestHandler
1036 protocol_version = 'HTTP/1.1' variable in BaseKeepaliveServerTestCase.RequestHandler
1114 protocol_version = 'HTTP/1.1' variable in GzipServerTestCase.RequestHandler
Dtest_httpservers.py88 protocol_version = 'HTTP/1.1' variable in BaseHTTPServerTestCase.request_handler
295 protocol_version = 'HTTP/1.1' variable in RequestHandlerLoggingTestCase.request_handler
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dmain.cc196 uint32_t protocol_version; member
/third_party/python/Lib/http/
Dserver.py623 protocol_version = "HTTP/1.0" variable in BaseHTTPRequestHandler