/third_party/python/Lib/test/test_asyncio/ |
D | test_transports.py | 13 transport = asyncio.Transport() 17 transport = asyncio.Transport({'extra': 'info'}) 27 class MyTransport(asyncio.Transport): 40 transport = asyncio.Transport() 73 transports.Transport):
|
D | test_windows_events.py | 127 self.assertIsInstance(trans, asyncio.Transport)
|
/third_party/nghttp2/src/ |
D | quic.cc | 42 return {ErrorType::Transport, in err_transport() 51 return {ErrorType::Transport, ngtcp2_err_infer_quic_transport_error_code( in err_transport_tls()
|
D | quic.h | 35 Transport, enumerator 43 Error() : type(ErrorType::Transport), code(0) {} in Error()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | README | 72 >> Transport: RTP/AVP/UDP;unicast;client_port=5000-5001,RTP/AVP/UDP;multicast,RTP/AVP/TCP 75 << Transport: RTP/AVP/UDP;unicast;client_port=5000-5001;server_port=6000-6001 83 Transport header field. The server also includes its ports where RTP and RTCP 93 port of the server as returned in the Transport: header field. 129 >> Transport: RTP/AVP/UDP;unicast;client_port=5000-5001,RTP/AVP/UDP;multicast,RTP/AVP/TCP 132 << Transport: RTP/AVP/TCP;interleaved=0-1 246 >> Transport: RTP/AVP/UDP;unicast;client_port=5000-5001,RTP/AVP/UDP;multicast,RTP/AVP/TCP 249 << Transport: RTP/AVP/UDP;unicast;client_port=5000-5001;server_port=6000-6001 257 The client will list the supported transports in the Transport: header field.
|
/third_party/curl/ |
D | backport-CVE-2022-43551-http-use-the-IDN-decoded-name-in-HSTS-checks.patch | 22 else if(data->hsts && checkprefix("Strict-Transport-Security:", headp) && 27 headp + strlen("Strict-Transport-Security:"));
|
D | backport-0004-CVE-2023-23914-CVE-2023-23915.patch | 54 +Strict-Transport-Security: max-age=604800 61 +Strict-Transport-Security: max-age=6048000
|
/third_party/python/Lib/asyncio/ |
D | transports.py | 142 class Transport(ReadTransport, WriteTransport): class 245 class _FlowControlMixin(Transport):
|
D | proactor_events.py | 585 transports.Transport): 597 transports.Transport):
|
D | sslproto.py | 284 transports.Transport):
|
/third_party/openssl/ |
D | README.OpenSource | 9 …s a robust, commercial-grade, full-featured Open Source Toolkit for the Transport Layer Security (…
|
D | README.md | 10 for the Transport Layer Security (TLS) protocol formerly known as the
|
/third_party/python/Lib/test/ |
D | test_xmlrpc.py | 302 transp = xmlrpc.client.Transport() 1162 class Transport(xmlrpclib.Transport): class in GzipServerTestCase 1167 return xmlrpclib.Transport.parse_response(self, response) 1173 return xmlrpclib.Transport.send_content(self, connection, body) 1179 t = self.Transport() 1191 t = self.Transport() 1202 t = self.Transport() 1310 t = xmlrpclib.Transport()
|
/third_party/gstreamer/gstplugins_bad/docs/libs/mpegts/ |
D | index.md | 13 Transport Stream* (MPEG-TS) format (as defined by `ISO/IEC 13818-1` and `ITU-T 82 and Transport Subsystem Characteristics"*. How ATSC extends the base MPEG-TS.
|
/third_party/openssl/doc/man7/ |
D | ssl.pod | 14 Secure Sockets Layer, Transport Layer Security, and Datagram Transport Layer
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-netcat/ |
D | README.md | 30 Strict-Transport-Security: max-age=15768000 ; includeSubDomains
|
/third_party/python/Doc/library/ |
D | errno.rst | 558 Transport endpoint is already connected 563 Transport endpoint is not connected
|
D | email.rst | 136 SMTP (Simple Mail Transport Protocol) client 145 NNTP (Net News Transport Protocol) client
|
D | asyncio-protocol.rst | 47 for an accepted connection, represented by a *Transport* object. 55 :class:`ReadTransport`, :class:`WriteTransport`, :class:`Transport`, 79 Transport objects are always instantiated by an 114 .. class:: Transport(WriteTransport, ReadTransport) 123 Instances of the *Transport* class are returned from or used by 147 Base Transport
|
D | xmlrpc.client.rst | 13 Marshaller, Unmarshaller, getparser and Transport. 44 :class:`Transport` instance otherwise. The optional third argument is an 582 class ProxiedTransport(xmlrpc.client.Transport):
|
/third_party/python/Lib/xmlrpc/ |
D | client.py | 1130 class Transport: class 1359 class SafeTransport(Transport): 1443 handler = Transport
|
/third_party/jerryscript/docs/ |
D | 13.DEBUGGER-TRANSPORT.md | 97 # Transport interface API functions
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_tlsext_use_srtp.pod | 23 SRTP is the Secure Real-Time Transport Protocol. OpenSSL implements support for
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | README | 358 3550 RTP: A Transport Protocol for Real-Time Applications. ( 1889 Obsolete ) 376 3389 Real-time Transport Protocol (RTP) Payload for Comfort Noise (CN) 388 3546 Transport Layer Security (TLS) Extensions. ( Updates 2246 )
|
/third_party/gstreamer/gstplugins_bad/ |
D | meson_options.txt | 81 option('avtp', type : 'feature', value : 'auto', description : 'Audio/Video Transport Protocol (AVT… 153 option('srt', type : 'feature', value : 'auto', description : 'Secure, Reliable, Transport client/s…
|