xml_cs            177 include/crm/common/logging.h         static struct qb_log_callsite *xml_cs = NULL;                   \
xml_cs            178 include/crm/common/logging.h         if(xml_cs == NULL) {                                            \
xml_cs            179 include/crm/common/logging.h             xml_cs = qb_log_callsite_get(__func__, __FILE__, "xml-blob", level, __LINE__, 0); \
xml_cs            181 include/crm/common/logging.h         if (crm_is_callsite_active(xml_cs, level, 0)) {                  \