Home
last modified time | relevance | path

Searched defs:transport (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/libwebsockets/lib/secure-streams/
DREADME.md497 ### `http_method`
502 ### `http_expect`
512 ### `http_fail_redirect`
519 ### `http_url`
531 ### `http_resp_map`
546 ### `http_auth_header`
554 ### `http_dsn_header`
562 ### `http_fwv_header`
570 ### `http_devtype_header`
578 ### `http_auth_preamble`
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtsptransport.c156 gst_rtsp_transport_new (GstRTSPTransport ** transport) in gst_rtsp_transport_new()
178 gst_rtsp_transport_init (GstRTSPTransport * transport) in gst_rtsp_transport_init()
249 gst_rtsp_transport_get_media_type (GstRTSPTransport * transport, in gst_rtsp_transport_get_media_type()
267 get_default_lower_trans (GstRTSPTransport * transport) in get_default_lower_trans()
316 parse_mode (GstRTSPTransport * transport, const gchar * str) in parse_mode()
388 rtsp_transport_mode_as_text (const GstRTSPTransport * transport) in rtsp_transport_mode_as_text()
400 rtsp_transport_profile_as_text (const GstRTSPTransport * transport) in rtsp_transport_profile_as_text()
412 rtsp_transport_ltrans_as_text (const GstRTSPTransport * transport) in rtsp_transport_ltrans_as_text()
443 gst_rtsp_transport_parse (const gchar * str, GstRTSPTransport * transport) in gst_rtsp_transport_parse()
599 gst_rtsp_transport_as_text (GstRTSPTransport * transport) in gst_rtsp_transport_as_text()
[all …]
/third_party/grpc/src/core/lib/transport/
Dtransport.cc120 size_t grpc_transport_stream_size(grpc_transport* transport) {
124 void grpc_transport_destroy(grpc_transport* transport) {
128 int grpc_transport_init_stream(grpc_transport* transport, grpc_stream* stream,
136 void grpc_transport_perform_stream_op(grpc_transport* transport,
142 void grpc_transport_perform_op(grpc_transport* transport,
147 void grpc_transport_set_pops(grpc_transport* transport, grpc_stream* stream,
162 void grpc_transport_destroy_stream(grpc_transport* transport,
168 grpc_endpoint* grpc_transport_get_endpoint(grpc_transport* transport) {
/third_party/grpc/test/core/end2end/fixtures/
Dh2_sockpair+trace.cc50 static void server_setup_transport(void* ts, grpc_transport* transport) { in server_setup_transport()
64 static void client_setup_transport(void* ts, grpc_transport* transport) { in client_setup_transport()
96 grpc_transport* transport; in chttp2_init_client_socketpair() local
110 grpc_transport* transport; in chttp2_init_server_socketpair() local
Dh2_sockpair.cc44 static void server_setup_transport(void* ts, grpc_transport* transport) { in server_setup_transport()
58 static void client_setup_transport(void* ts, grpc_transport* transport) { in client_setup_transport()
91 grpc_transport* transport; in chttp2_init_client_socketpair() local
105 grpc_transport* transport; in chttp2_init_server_socketpair() local
Dh2_sockpair_1byte.cc44 static void server_setup_transport(void* ts, grpc_transport* transport) { in server_setup_transport()
58 static void client_setup_transport(void* ts, grpc_transport* transport) { in client_setup_transport()
102 grpc_transport* transport; in chttp2_init_client_socketpair() local
116 grpc_transport* transport; in chttp2_init_server_socketpair() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/
Dextension.js32 run: { command: serverModule, transport: langClient.stdio }, property
33 debug: { command: serverModule, transport: langClient.stdio, options: debugOptions } property
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/
Dextension.js32 run: { command: serverModule, transport: langClient.stdio }, property
33 debug: { command: serverModule, transport: langClient.stdio, options: debugOptions } property
/third_party/spirv-tools/utils/vscode/
Dextension.js32 run: { command: serverModule, transport: langClient.stdio }, property
33 debug: { command: serverModule, transport: langClient.stdio, options: debugOptions } property
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dtransportreceivebin.c152 GstWebRTCDTLSTransport *transport; in transport_receive_bin_set_receive_state() local
177 _on_notify_ice_connection_state (GstWebRTCICETransport * transport, in _on_notify_ice_connection_state()
313 GstWebRTCDTLSTransport *transport; in transport_receive_bin_constructed() local
/third_party/grpc/src/objective-c/tests/
DTestBase.m38 + (GRPCTransportID)transport { class
/third_party/grpc/src/objective-c/tests/PerfTests/
DPerfTestsCronet.m55 + (GRPCTransportID)transport { class
DPerfTestsNoCFStreamCleartext.m70 + (GRPCTransportID)transport { class
DPerfTestsCFStreamSSL.m62 + (GRPCTransportID)transport { class
DPerfTestsNoCFStreamSSL.m62 + (GRPCTransportID)transport { class
DPerfTestsCFStreamCleartext.m70 + (GRPCTransportID)transport { class
/third_party/grpc/src/objective-c/tests/CronetTests/
DInteropTestsRemoteWithCronet.m55 + (GRPCTransportID)transport { class
/third_party/grpc/src/objective-c/tests/InteropTests/
DInteropTestsLocalCleartext.m64 + (GRPCTransportID)transport { class
DInteropTestsLocalSSL.m60 + (GRPCTransportID)transport { class
/third_party/grpc/src/core/ext/transport/chttp2/server/insecure/
Dserver_chttp2_posix.cc51 grpc_transport* transport = grpc_create_chttp2_transport( in grpc_server_add_insecure_channel_from_fd() local
/third_party/grpc/test/core/bad_connection/
Dclose_fd_test.cc73 static void server_setup_transport(grpc_transport* transport) { in server_setup_transport()
81 static void client_setup_transport(grpc_transport* transport) { in client_setup_transport()
99 grpc_transport* transport; in init_client() local
108 grpc_transport* transport; in init_server() local
/third_party/python/Lib/asyncio/
Dstreams.py220 def connection_made(self, transport): argument
305 def __init__(self, transport, protocol, reader, loop): argument
322 def transport(self): member in StreamWriter
439 def set_transport(self, transport): argument
/third_party/curl/docs/examples/
Drtsp.c114 static void rtsp_setup(CURL *curl, const char *uri, const char *transport) in rtsp_setup()
188 const char *transport = "RTP/AVP;unicast;client_port=1234-1235"; /* UDP */ in main() local
/third_party/grpc/src/core/ext/transport/chttp2/client/insecure/
Dchannel_create_posix.cc56 grpc_transport* transport = in grpc_insecure_channel_create_from_fd() local
/third_party/grpc/src/core/ext/filters/client_channel/
Dconnector.h48 grpc_transport* transport = nullptr; member

1234