set_connection_dnotify  589 attrd/legacy.c         int rc = local_conn->cmds->set_connection_dnotify(local_conn, attrd_cib_connection_destroy);
set_connection_dnotify  196 attrd/main.c       rc = the_cib->cmds->set_connection_dnotify(the_cib, attrd_cib_destroy_cb);
set_connection_dnotify  153 cib/cibmon.c           exit_code = cib->cmds->set_connection_dnotify(cib, cib_connection_destroy);
set_connection_dnotify  145 crmd/cib.c                        fsa_cib_conn->cmds->set_connection_dnotify(fsa_cib_conn,
set_connection_dnotify 1236 fencing/main.c         cib_api->cmds->set_connection_dnotify(cib_api, cib_connection_destroy);
set_connection_dnotify  100 include/crm/cib.h     int (*set_connection_dnotify) (cib_t * cib, void (*dnotify) (gpointer user_data));
set_connection_dnotify  506 lib/cib/cib_file.c     cib->cmds->set_connection_dnotify = cib_file_set_connection_dnotify;
set_connection_dnotify   81 lib/cib/cib_native.c     cib->cmds->set_connection_dnotify = cib_native_set_connection_dnotify;
set_connection_dnotify  149 lib/cib/cib_remote.c     cib->cmds->set_connection_dnotify = cib_remote_set_connection_dnotify;
set_connection_dnotify  325 tools/crm_mon.c                 rc = cib->cmds->set_connection_dnotify(cib, mon_cib_connection_destroy);