digest_cs         376 include/crm/common/logging.h         static struct qb_log_callsite *digest_cs = NULL;        \
digest_cs         377 include/crm/common/logging.h         digest_cs = qb_log_callsite_get(                        \
digest_cs         380 include/crm/common/logging.h         if (digest_cs && digest_cs->targets) {                  \
digest_cs          97 lib/common/digest.c     static struct qb_log_callsite *digest_cs = NULL;
digest_cs         105 lib/common/digest.c     if (digest_cs == NULL) {
digest_cs         106 lib/common/digest.c         digest_cs = qb_log_callsite_get(__func__, __FILE__, "cib-digest", LOG_TRACE, __LINE__,
digest_cs         109 lib/common/digest.c     if (digest_cs && digest_cs->targets) {
digest_cs        1358 lib/common/patchset.c         static struct qb_log_callsite *digest_cs = NULL;
digest_cs        1363 lib/common/patchset.c         if (digest_cs == NULL) {
digest_cs        1364 lib/common/patchset.c             digest_cs = qb_log_callsite_get(__func__, __FILE__, "diff-digest",
digest_cs        1375 lib/common/patchset.c             if ((digest_cs != NULL) && digest_cs->targets) {
digest_cs        1381 lib/common/patchset.c                 crm_trace("%p %.6x", digest_cs,
digest_cs        1382 lib/common/patchset.c                           ((digest_cs != NULL)? digest_cs->targets : 0));
digest_cs        1647 lib/common/patchset.c     static struct qb_log_callsite *digest_cs = NULL;
digest_cs        1656 lib/common/patchset.c     if (digest_cs == NULL) {
digest_cs        1657 lib/common/patchset.c         digest_cs = qb_log_callsite_get(__func__, __FILE__, "diff-digest",
digest_cs        1712 lib/common/patchset.c             crm_trace("%p %.6x", digest_cs, digest_cs ? digest_cs->targets : 0);
digest_cs        1713 lib/common/patchset.c             if ((digest_cs != NULL) && digest_cs->targets) {