/third_party/grpc/src/core/ext/filters/max_age/ |
D | max_age_filter.cc | 52 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/ |
D | client_authority_filter.cc | 46 struct channel_data { struct 47 grpc_core::ManagedMemorySlice default_authority; 48 grpc_mdelem default_authority_mdelem;
|
/third_party/grpc/src/core/lib/security/transport/ |
D | client_auth_filter.cc | 50 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;
|
D | server_auth_filter.cc | 41 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/ |
D | channel_filter.h | 294 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/ |
D | http_client_filter.cc | 104 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/ |
D | message_size_filter.cc | 139 struct channel_data { struct 140 grpc_core::MessageSizeParsedConfig::message_size_limits limits;
|
/third_party/grpc/test/core/channel/ |
D | channel_stack_test.cc | 97 int* channel_data; in test_create_channel_stack() local
|
/third_party/grpc/src/core/lib/channel/ |
D | channel_stack.h | 168 void* channel_data; member 176 void* channel_data; member
|
D | connected_channel.cc | 39 } channel_data; typedef
|
/third_party/grpc/src/core/ext/filters/http/server/ |
D | http_server_filter.cc | 96 struct channel_data { struct 97 bool surface_user_agent;
|
/third_party/gstreamer/gstplugins_good/gst/spectrum/ |
D | gstspectrum.h | 74 GstSpectrumChannel *channel_data; member
|
/third_party/grpc/test/core/end2end/tests/ |
D | filter_causes_close.cc | 196 } channel_data; typedef
|
/third_party/ffmpeg/libavcodec/ |
D | ralf.c | 56 int32_t channel_data[2][4096]; member
|
D | wmaprodec.c | 171 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/ |
D | es3cCopyTexImageConversionsTests.cpp | 7736 ChannelData* channel_data[12] = { 0 }; in comparePixelData() local
|