ipc_clients 36 daemons/execd/remoted_proxy.c static GHashTable *ipc_clients = NULL; ipc_clients 96 daemons/execd/remoted_proxy.c g_hash_table_insert(ipc_clients, client->id, client); ipc_clients 320 daemons/execd/remoted_proxy.c g_hash_table_remove(ipc_clients, client->id); ipc_clients 393 daemons/execd/remoted_proxy.c g_hash_table_iter_init(&iter, ipc_clients); ipc_clients 419 daemons/execd/remoted_proxy.c ipc_clients = g_hash_table_new_full(crm_str_hash, g_str_equal, NULL, NULL); ipc_clients 440 daemons/execd/remoted_proxy.c if (ipc_clients) { ipc_clients 441 daemons/execd/remoted_proxy.c g_hash_table_destroy(ipc_clients); ipc_clients 442 daemons/execd/remoted_proxy.c ipc_clients = NULL;