active_ops        417 daemons/controld/controld_execd.c     if ((lrm_state->active_ops != NULL) && lrm_state_is_connected(lrm_state)) {
active_ops        418 daemons/controld/controld_execd.c         guint removed = g_hash_table_foreach_remove(lrm_state->active_ops,
active_ops        421 daemons/controld/controld_execd.c         guint nremaining = g_hash_table_size(lrm_state->active_ops);
active_ops        429 daemons/controld/controld_execd.c     if (lrm_state->active_ops != NULL) {
active_ops        430 daemons/controld/controld_execd.c         g_hash_table_iter_init(&gIter, lrm_state->active_ops);
active_ops        446 daemons/controld/controld_execd.c             g_hash_table_iter_init(&gIter, lrm_state->active_ops);
active_ops        479 daemons/controld/controld_execd.c         if (lrm_state->active_ops != NULL) {
active_ops        482 daemons/controld/controld_execd.c             g_hash_table_iter_init(&hIter, lrm_state->active_ops);
active_ops        727 daemons/controld/controld_execd.c         g_hash_table_foreach_remove(lrm_state->active_ops,
active_ops        802 daemons/controld/controld_execd.c     pending = g_hash_table_lookup(lrm_state->active_ops, key);
active_ops        883 daemons/controld/controld_execd.c     removed = g_hash_table_foreach_remove(lrm_state->active_ops,
active_ops        886 daemons/controld/controld_execd.c               removed, g_hash_table_size(lrm_state->active_ops));
active_ops       1292 daemons/controld/controld_execd.c         if (lrm_state->active_ops != NULL) {
active_ops       1293 daemons/controld/controld_execd.c             g_hash_table_remove(lrm_state->active_ops, op_id);
active_ops       1957 daemons/controld/controld_execd.c         removed = g_hash_table_foreach_remove(lrm_state->active_ops,
active_ops       2024 daemons/controld/controld_execd.c         g_hash_table_replace(lrm_state->active_ops, call_id_s, pending);
active_ops       2272 daemons/controld/controld_execd.c             pending = g_hash_table_lookup(lrm_state->active_ops, op_id);
active_ops       2389 daemons/controld/controld_execd.c         gboolean found = g_hash_table_remove(lrm_state->active_ops, op_id);
active_ops       2397 daemons/controld/controld_execd.c                       g_hash_table_size(lrm_state->active_ops));
active_ops        127 daemons/controld/controld_execd_state.c     state->active_ops = pcmk__strkey_table(free, free_recurring_op);
active_ops        231 daemons/controld/controld_execd_state.c     if (lrm_state->active_ops != NULL) {
active_ops        233 daemons/controld/controld_execd_state.c                   g_hash_table_size(lrm_state->active_ops));
active_ops        234 daemons/controld/controld_execd_state.c         g_hash_table_destroy(lrm_state->active_ops);
active_ops        255 daemons/controld/controld_execd_state.c     if (lrm_state->active_ops != NULL) {
active_ops        257 daemons/controld/controld_execd_state.c                   g_hash_table_size(lrm_state->active_ops));
active_ops        258 daemons/controld/controld_execd_state.c         g_hash_table_remove_all(lrm_state->active_ops);
active_ops        350 daemons/controld/controld_execd_state.c         removed = g_hash_table_foreach_remove(lrm_state->active_ops,
active_ops         74 daemons/controld/controld_lrm.h     GHashTable *active_ops;     // Pending and recurring actions
active_ops        802 daemons/controld/controld_remote_ra.c         g_hash_table_remove_all(lrm_state->active_ops);