Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc52 struct channel_data { struct
54 grpc_channel_stack* channel_stack;
57 grpc_core::Mutex max_age_timer_mu;
69 grpc_timer max_idle_timer;
71 grpc_millis max_connection_idle;
73 grpc_millis max_connection_age;
75 grpc_millis max_connection_age_grace;
78 grpc_closure max_idle_timer_cb;
81 grpc_closure close_max_age_channel;
84 grpc_closure force_close_max_age_channel;
[all …]
/third_party/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;
/third_party/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() function
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;
/third_party/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
/third_party/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;
/third_party/grpc/src/core/ext/filters/message_size/
Dmessage_size_filter.cc139 struct channel_data { struct
140 grpc_core::MessageSizeParsedConfig::message_size_limits limits;
/third_party/grpc/test/core/channel/
Dchannel_stack_test.cc97 int* channel_data; in test_create_channel_stack() local
/third_party/grpc/src/core/lib/channel/
Dchannel_stack.h168 void* channel_data; member
176 void* channel_data; member
Dconnected_channel.cc39 } channel_data; typedef
/third_party/grpc/src/core/ext/filters/http/server/
Dhttp_server_filter.cc96 struct channel_data { struct
97 bool surface_user_agent;
/third_party/gstreamer/gstplugins_good/gst/spectrum/
Dgstspectrum.h74 GstSpectrumChannel *channel_data; member
/third_party/grpc/test/core/end2end/tests/
Dfilter_causes_close.cc196 } channel_data; typedef
/third_party/ffmpeg/libavcodec/
Dralf.c56 int32_t channel_data[2][4096]; member
Dwmaprodec.c171 float* channel_data[WMAPRO_MAX_CHANNELS]; ///< transformation coefficients member
810 float** channel_data = chgroup->channel_data; in decode_channel_transform() local
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp7736 ChannelData* channel_data[12] = { 0 }; in comparePixelData() local