digest_cs         367 include/crm/common/logging.h         static struct qb_log_callsite *digest_cs = NULL;        \
digest_cs         368 include/crm/common/logging.h         digest_cs = qb_log_callsite_get(                        \
digest_cs         371 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        1367 lib/common/patchset.c         static struct qb_log_callsite *digest_cs = NULL;
digest_cs        1372 lib/common/patchset.c         if (digest_cs == NULL) {
digest_cs        1373 lib/common/patchset.c             digest_cs = qb_log_callsite_get(__func__, __FILE__, "diff-digest",
digest_cs        1384 lib/common/patchset.c             if ((digest_cs != NULL) && digest_cs->targets) {
digest_cs        1390 lib/common/patchset.c                 crm_trace("%p %.6x", digest_cs,
digest_cs        1391 lib/common/patchset.c                           ((digest_cs != NULL)? digest_cs->targets : 0));
digest_cs        1655 lib/common/patchset.c     static struct qb_log_callsite *digest_cs = NULL;
digest_cs        1664 lib/common/patchset.c     if (digest_cs == NULL) {
digest_cs        1665 lib/common/patchset.c         digest_cs = qb_log_callsite_get(__func__, __FILE__, "diff-digest",
digest_cs        1720 lib/common/patchset.c             crm_trace("%p %.6x", digest_cs, digest_cs ? digest_cs->targets : 0);
digest_cs        1721 lib/common/patchset.c             if ((digest_cs != NULL) && digest_cs->targets) {