digest_cs         364 include/crm/common/logging.h         static struct qb_log_callsite *digest_cs = NULL;        \
digest_cs         365 include/crm/common/logging.h         digest_cs = qb_log_callsite_get(                        \
digest_cs         368 include/crm/common/logging.h         if (digest_cs && digest_cs->targets) {                  \
digest_cs          98 lib/common/digest.c     static struct qb_log_callsite *digest_cs = NULL;
digest_cs         122 lib/common/digest.c     if (digest_cs == NULL) {
digest_cs         123 lib/common/digest.c         digest_cs = qb_log_callsite_get(__func__, __FILE__, "cib-digest", LOG_TRACE, __LINE__,
digest_cs         126 lib/common/digest.c     if (digest_cs && digest_cs->targets) {
digest_cs        1379 lib/common/patchset.c         static struct qb_log_callsite *digest_cs = NULL;
digest_cs        1384 lib/common/patchset.c         if (digest_cs == NULL) {
digest_cs        1385 lib/common/patchset.c             digest_cs = qb_log_callsite_get(__func__, __FILE__, "diff-digest",
digest_cs        1396 lib/common/patchset.c             if ((digest_cs != NULL) && digest_cs->targets) {
digest_cs        1402 lib/common/patchset.c                 crm_trace("%p %.6x", digest_cs,
digest_cs        1403 lib/common/patchset.c                           ((digest_cs != NULL)? digest_cs->targets : 0));
digest_cs        1671 lib/common/patchset.c     static struct qb_log_callsite *digest_cs = NULL;
digest_cs        1680 lib/common/patchset.c     if (digest_cs == NULL) {
digest_cs        1681 lib/common/patchset.c         digest_cs = qb_log_callsite_get(__func__, __FILE__, "diff-digest",
digest_cs        1736 lib/common/patchset.c             crm_trace("%p %.6x", digest_cs, digest_cs ? digest_cs->targets : 0);
digest_cs        1737 lib/common/patchset.c             if ((digest_cs != NULL) && digest_cs->targets) {