destroy           307 daemons/attrd/pacemaker-attrd.c     attrd_cluster->destroy = attrd_cpg_destroy;
destroy            96 daemons/based/based_remote.c         .destroy = remote_connection_destroy,
destroy           291 daemons/based/based_remote.c         .destroy = cib_remote_connection_destroy,
destroy           312 daemons/based/pacemaker-based.c         crm_cluster.destroy = cib_cs_destroy;
destroy            99 daemons/controld/controld_corosync.c         cluster->destroy = crmd_cs_destroy;
destroy           405 daemons/controld/controld_execd_state.c         .destroy = remote_proxy_disconnected
destroy           663 daemons/controld/controld_fencing.c controld_disconnect_fencer(bool destroy)
destroy           676 daemons/controld/controld_fencing.c     if (destroy) {
destroy            25 daemons/controld/controld_fencing.h void controld_disconnect_fencer(bool destroy);
destroy           151 daemons/controld/controld_schedulerd.c         .destroy = pe_ipc_destroy
destroy           212 daemons/execd/remoted_tls.c         .destroy = lrmd_remote_client_destroy,
destroy           343 daemons/execd/remoted_tls.c         .destroy = lrmd_remote_connection_destroy,
destroy          1479 daemons/fenced/pacemaker-fenced.c             cluster.destroy = stonith_peer_cs_destroy;
destroy           106 daemons/pacemakerd/pcmkd_corosync.c         .destroy = cfg_connection_destroy,
destroy            81 include/crm/cluster.h     void (*destroy) (gpointer);
destroy           354 include/crm/cluster/internal.h                                 void (*destroy) (gpointer));
destroy            75 include/crm/common/mainloop.h     void (*destroy) (gpointer);
destroy           116 include/crm/common/mainloop.h     void (*destroy) (gpointer userdata);
destroy           155 lib/cib/cib_native.c         .destroy = cib_native_destroy
destroy           216 lib/cib/cib_remote.c     cib_fd_callbacks.destroy = cib_remote_connection_destroy;
destroy           273 lib/cluster/corosync.c                        void (*destroy) (gpointer))
destroy           286 lib/cluster/corosync.c     quorum_fd_callbacks.destroy = destroy;
destroy           555 lib/cluster/cpg.c         .destroy = cluster->destroy,
destroy           411 lib/common/ipc_client.c         .destroy = ipc_post_disconnect,
destroy           874 lib/common/mainloop.c     (*source)->destroy_fn = callbacks->destroy;
destroy           929 lib/common/mainloop.c             client->destroy_fn = callbacks->destroy;
destroy          1470 lib/fencing/st_client.c         .destroy = stonith_connection_destroy
destroy          1015 lib/lrmd/lrmd_client.c         .destroy = lrmd_ipc_connection_destroy
destroy          1188 lib/lrmd/lrmd_client.c         .destroy = lrmd_tls_connection_destroy,
destroy          1285 lib/lrmd/lrmd_client.c         .destroy = lrmd_tls_connection_destroy,
destroy           150 lib/services/dbus.c     .destroy = watch_fd_closed,
destroy           354 lib/services/services_linux.c     .destroy = pipe_out_done,
destroy           359 lib/services/services_linux.c     .destroy = pipe_err_done,
destroy           323 maint/mocked/based.c         if (ctxt->modules[c - 1]->hooks.destroy != NULL) {
destroy           324 maint/mocked/based.c             ctxt->modules[c - 1]->hooks.destroy(ctxt->modules[c - 1]);
destroy            37 maint/mocked/based.h     mock_based_destroy_hook destroy;