Home
last modified time | relevance | path

Searched defs:channel_data (Results 1 – 25 of 27) sorted by relevance

12

/external/grpc-grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc49 struct channel_data { struct
51 grpc_channel_stack* channel_stack;
54 gpr_mu max_age_timer_mu;
56 bool max_age_timer_pending;
58 bool max_age_grace_timer_pending;
60 grpc_timer max_age_timer;
63 grpc_timer max_age_grace_timer;
66 grpc_timer max_idle_timer;
68 grpc_millis max_connection_idle;
70 grpc_millis max_connection_age;
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc52 struct channel_data { struct
54 grpc_channel_stack* channel_stack;
57 gpr_mu max_age_timer_mu;
59 bool max_age_timer_pending;
61 bool max_age_grace_timer_pending;
63 grpc_timer max_age_timer;
66 grpc_timer max_age_grace_timer;
69 grpc_timer max_idle_timer;
71 grpc_millis max_connection_idle;
73 grpc_millis max_connection_age;
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/http/
Dclient_authority_filter.cc46 struct channel_data { struct
47 grpc_core::ManagedMemorySlice default_authority;
48 grpc_mdelem default_authority_mdelem;
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc50 struct channel_data { struct
51 channel_data(grpc_channel_security_connector* security_connector, in channel_data() argument
56 ~channel_data() { in ~channel_data()
61 grpc_core::RefCountedPtr<grpc_channel_security_connector> security_connector;
62 grpc_core::RefCountedPtr<grpc_auth_context> auth_context;
Dserver_auth_filter.cc41 struct channel_data { struct
42 channel_data(grpc_auth_context* auth_context, grpc_server_credentials* creds) in channel_data() argument
44 ~channel_data() { auth_context.reset(DEBUG_LOCATION, "server_auth_filter"); } in ~channel_data()
46 grpc_core::RefCountedPtr<grpc_auth_context> auth_context;
47 grpc_core::RefCountedPtr<grpc_server_credentials> creds;
/external/webrtc/modules/audio_processing/
Dhigh_pass_filter.cc72 rtc::ArrayView<float> channel_data = rtc::ArrayView<float>( in Process() local
78 rtc::ArrayView<float> channel_data = in Process() local
/external/grpc-grpc/src/core/ext/filters/http/message_compress/
Dmessage_compress_filter.cc73 struct channel_data { struct
75 grpc_compression_algorithm default_compression_algorithm;
77 uint32_t enabled_algorithms_bitset;
79 uint32_t supported_message_compression_algorithms;
81 uint32_t supported_stream_compression_algorithms;
/external/grpc-grpc/src/cpp/common/
Dchannel_filter.h294 ChannelDataType* channel_data = new (elem->channel_data) ChannelDataType(); in InitChannelElement() local
299 ChannelDataType* channel_data = in DestroyChannelElement() local
307 ChannelDataType* channel_data = in StartTransportOp() local
315 ChannelDataType* channel_data = in GetChannelInfo() local
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dchannel_filter.h294 ChannelDataType* channel_data = new (elem->channel_data) ChannelDataType(); in InitChannelElement() local
299 ChannelDataType* channel_data = in DestroyChannelElement() local
307 ChannelDataType* channel_data = in StartTransportOp() local
315 ChannelDataType* channel_data = in GetChannelInfo() local
/external/grpc-grpc/src/core/ext/filters/http/
Dclient_authority_filter.cc46 struct channel_data { struct
47 grpc_slice default_authority;
/external/grpc-grpc/src/core/ext/filters/message_size/
Dmessage_size_filter.cc113 struct channel_data { struct
114 message_size_limits limits;
118 method_limit_table;
/external/grpc-grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc72 struct channel_data { struct
73 grpc_mdelem static_scheme;
74 grpc_mdelem user_agent;
75 size_t max_payload_size_for_get;
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc104 struct channel_data { struct
105 grpc_mdelem static_scheme;
106 grpc_mdelem user_agent;
107 size_t max_payload_size_for_get;
/external/grpc-grpc/src/core/lib/surface/
Dserver.cc94 struct channel_data { struct
95 grpc_server* server;
96 grpc_connectivity_state connectivity_state;
97 grpc_channel* channel;
98 size_t cq_idx;
100 channel_data* next;
101 channel_data* prev;
102 channel_registered_method* registered_methods;
103 uint32_t registered_method_slots;
104 uint32_t registered_method_max_probes;
[all …]
/external/grpc-grpc/src/core/lib/security/transport/
Dserver_auth_filter.cc54 struct channel_data { struct
55 grpc_auth_context* auth_context;
56 grpc_server_credentials* creds;
Dclient_auth_filter.cc65 struct channel_data { struct
66 grpc_channel_security_connector* security_connector;
67 grpc_auth_context* auth_context;
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/message_size/
Dmessage_size_filter.cc139 struct channel_data { struct
140 grpc_core::MessageSizeParsedConfig::message_size_limits limits;
/external/grpc-grpc/src/core/ext/filters/http/server/
Dhttp_server_filter.cc70 struct channel_data { struct
71 bool surface_user_agent;
/external/grpc-grpc/test/core/channel/
Dchannel_stack_test.cc96 int* channel_data; in test_create_channel_stack() local
/external/grpc-grpc/src/core/lib/channel/
Dchannel_stack.h160 void* channel_data; member
168 void* channel_data; member
Dconnected_channel.cc39 } channel_data; typedef
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/http/server/
Dhttp_server_filter.cc96 struct channel_data { struct
97 bool surface_user_agent;
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannel_stack.h168 void* channel_data; member
176 void* channel_data; member
Dconnected_channel.cc39 } channel_data; typedef
/external/grpc-grpc/test/core/end2end/tests/
Dfilter_causes_close.cc196 } channel_data; typedef

12