Home
last modified time | relevance | path

Searched refs:root_channel_data (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/lib/surface/
Dserver.cc217 channel_data root_channel_data; member
247 for (c = s->root_channel_data.next; c != &s->root_channel_data; c = c->next) { in channel_broadcaster_init()
254 for (c = s->root_channel_data.next; c != &s->root_channel_data; c = c->next) { in channel_broadcaster_init()
645 for (chand = server->root_channel_data.next; in num_channels()
646 chand != &server->root_channel_data; chand = chand->next) { in num_channels()
677 if (server->root_channel_data.next != &server->root_channel_data || in maybe_finish_shutdown()
979 server->root_channel_data.next = server->root_channel_data.prev = in grpc_server_create()
980 &server->root_channel_data; in grpc_server_create()
1170 chand->next = &s->root_channel_data; in grpc_server_setup_transport()
1496 r = server->root_channel_data.next != &server->root_channel_data; in grpc_server_has_open_connections()