Searched refs:append_filter (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | client_channel_plugin.cc | 38 static bool append_filter(grpc_channel_stack_builder* builder, void* arg) { in append_filter() function 59 GRPC_CLIENT_CHANNEL, GRPC_CHANNEL_INIT_BUILTIN_PRIORITY, append_filter, in grpc_client_channel_init()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | client_channel_plugin.cc | 42 static bool append_filter(grpc_channel_stack_builder* builder, void* arg) { in append_filter() function 58 GRPC_CLIENT_CHANNEL, GRPC_CHANNEL_INIT_BUILTIN_PRIORITY, append_filter, in grpc_client_channel_init()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | init.cc | 73 static bool append_filter(grpc_channel_stack_builder* builder, void* arg) { in append_filter() function 95 append_filter, (void*)&grpc_lame_filter); in register_builtin_channel_init()
|
/external/libtracefs/src/ |
D | tracefs-sqlhist.c | 1042 int (*append_filter)(struct tracefs_synth *synth, in build_filter() local 1055 append_filter = tracefs_synth_append_start_filter; in build_filter() 1057 append_filter = tracefs_synth_append_end_filter; in build_filter() 1060 ret = append_filter(synth, and_or, NULL, 0, NULL); in build_filter() 1061 ret = append_filter(synth, TRACEFS_FILTER_OPEN_PAREN, in build_filter() 1067 ret = append_filter(synth, TRACEFS_FILTER_NOT, in build_filter() 1073 ret = append_filter(synth, TRACEFS_FILTER_OPEN_PAREN, in build_filter() 1080 ret = append_filter(synth, TRACEFS_FILTER_CLOSE_PAREN, in build_filter() 1091 ret = append_filter(synth, and_or, NULL, 0, NULL); in build_filter() 1127 ret = append_filter(synth, TRACEFS_FILTER_COMPARE, in build_filter() [all …]
|
D | tracefs-filter.c | 98 static int append_filter(char **filter, unsigned int *state, in append_filter() function 348 return append_filter(filter, state, open_parens, event, type, in trace_append_filter() 432 ret = append_filter(&str, &state, &open_parens, in tracefs_filter_string_append() 739 n = append_filter(&str, &state, &open, in tracefs_filter_string_verify()
|
D | tracefs-hist.c | 2057 static char *append_filter(char *hist, char *filter, unsigned int parens) in append_filter() function 2216 synth->start_hist = append_filter(synth->start_hist, synth->start_filter, in tracefs_synth_create() 2222 synth->end_hist = append_filter(synth->end_hist, synth->end_filter, in tracefs_synth_create() 2284 hist = append_filter(hist, synth->end_filter, in tracefs_synth_destroy() 2292 hist = append_filter(hist, synth->start_filter, in tracefs_synth_destroy() 2355 hist = append_filter(hist, synth->start_filter, in tracefs_synth_echo_cmd() 2365 hist = append_filter(hist, synth->end_filter, in tracefs_synth_echo_cmd()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | init.cc | 83 static bool append_filter(grpc_channel_stack_builder* builder, void* arg) { in append_filter() function 105 append_filter, const_cast<grpc_channel_filter*>(&grpc_lame_filter)); in register_builtin_channel_init()
|