cpg 160 include/crm/cluster.h cpg_callbacks_t cpg; cpg 799 lib/cluster/cpg.c cluster->cpg.cpg_deliver_fn = fn; cpg 817 lib/cluster/cpg.c cluster->cpg.cpg_confchg_fn = fn; cpg 850 lib/cluster/cpg.c .cpg_deliver_fn = cluster->cpg.cpg_deliver_fn, cpg 851 lib/cluster/cpg.c .cpg_confchg_fn = cluster->cpg.cpg_confchg_fn, cpg 50 lib/cluster/tests/cpg/pcmk_cpg_set_confchg_fn_test.c .cpg = { cpg 56 lib/cluster/tests/cpg/pcmk_cpg_set_confchg_fn_test.c assert_ptr_equal(cluster.cpg.cpg_confchg_fn, NULL); cpg 58 lib/cluster/tests/cpg/pcmk_cpg_set_confchg_fn_test.c cluster.cpg.cpg_confchg_fn = confchg_fn1; cpg 60 lib/cluster/tests/cpg/pcmk_cpg_set_confchg_fn_test.c assert_ptr_equal(cluster.cpg.cpg_confchg_fn, NULL); cpg 67 lib/cluster/tests/cpg/pcmk_cpg_set_confchg_fn_test.c .cpg = { cpg 74 lib/cluster/tests/cpg/pcmk_cpg_set_confchg_fn_test.c assert_ptr_equal(cluster.cpg.cpg_confchg_fn, confchg_fn1); cpg 81 lib/cluster/tests/cpg/pcmk_cpg_set_confchg_fn_test.c .cpg = { cpg 88 lib/cluster/tests/cpg/pcmk_cpg_set_confchg_fn_test.c assert_ptr_equal(cluster.cpg.cpg_confchg_fn, confchg_fn1); cpg 46 lib/cluster/tests/cpg/pcmk_cpg_set_deliver_fn_test.c .cpg = { cpg 52 lib/cluster/tests/cpg/pcmk_cpg_set_deliver_fn_test.c assert_ptr_equal(cluster.cpg.cpg_deliver_fn, NULL); cpg 54 lib/cluster/tests/cpg/pcmk_cpg_set_deliver_fn_test.c cluster.cpg.cpg_deliver_fn = deliver_fn1; cpg 56 lib/cluster/tests/cpg/pcmk_cpg_set_deliver_fn_test.c assert_ptr_equal(cluster.cpg.cpg_deliver_fn, NULL); cpg 63 lib/cluster/tests/cpg/pcmk_cpg_set_deliver_fn_test.c .cpg = { cpg 70 lib/cluster/tests/cpg/pcmk_cpg_set_deliver_fn_test.c assert_ptr_equal(cluster.cpg.cpg_deliver_fn, deliver_fn1); cpg 77 lib/cluster/tests/cpg/pcmk_cpg_set_deliver_fn_test.c .cpg = { cpg 84 lib/cluster/tests/cpg/pcmk_cpg_set_deliver_fn_test.c assert_ptr_equal(cluster.cpg.cpg_deliver_fn, deliver_fn1);