Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/surface/
Dinit.cc105 static grpc_plugin g_all_of_the_plugins[MAX_PLUGINS]; variable
112 g_all_of_the_plugins[g_number_of_plugins].init = init; in grpc_register_plugin()
113 g_all_of_the_plugins[g_number_of_plugins].destroy = destroy; in grpc_register_plugin()
138 if (g_all_of_the_plugins[i].init != nullptr) { in grpc_init()
139 g_all_of_the_plugins[i].init(); in grpc_init()
168 if (g_all_of_the_plugins[i].destroy != nullptr) { in grpc_shutdown()
169 g_all_of_the_plugins[i].destroy(); in grpc_shutdown()