ipc_clients        37 daemons/execd/remoted_proxy.c static GHashTable *ipc_clients = NULL;
ipc_clients        97 daemons/execd/remoted_proxy.c     g_hash_table_insert(ipc_clients, client->id, client);
ipc_clients       327 daemons/execd/remoted_proxy.c     g_hash_table_remove(ipc_clients, client->id);
ipc_clients       408 daemons/execd/remoted_proxy.c     g_hash_table_iter_init(&iter, ipc_clients);
ipc_clients       434 daemons/execd/remoted_proxy.c     ipc_clients = pcmk__strkey_table(NULL, NULL);
ipc_clients       456 daemons/execd/remoted_proxy.c     if (ipc_clients) {
ipc_clients       457 daemons/execd/remoted_proxy.c         g_hash_table_destroy(ipc_clients);
ipc_clients       458 daemons/execd/remoted_proxy.c         ipc_clients = NULL;