log_data_element  102 include/crm/common/logging.h void log_data_element(int log_level, const char *file, const char *function, int line,
log_data_element  182 include/crm/common/logging.h             log_data_element(level, __FILE__, __FUNCTION__, __LINE__, text, xml, 1, xml_log_option_formatted); \
log_data_element 1519 lib/common/xml.c         log_data_element(log_level, __FILE__, function, __LINE__, "- ", child, 0,
log_data_element 1531 lib/common/xml.c         log_data_element(log_level, __FILE__, function, __LINE__, "+ ", child, 0,
log_data_element 1568 lib/common/xml.c     log_data_element(log_level, __FILE__, function, __LINE__, "+ ", xml, 0,
log_data_element 3540 lib/common/xml.c             log_data_element(log_level, file, function, line, prefix, a_child, depth + 1, options);