xml_log_option_formatted  182 include/crm/common/logging.h             log_data_element(level, __FILE__, __FUNCTION__, __LINE__, text, xml, 1, xml_log_option_formatted); \
xml_log_option_formatted  148 lib/common/xml.c     if (options & xml_log_option_formatted) {
xml_log_option_formatted 1400 lib/common/xml.c     int options = xml_log_option_formatted;
xml_log_option_formatted 1449 lib/common/xml.c                                   0, xml_log_option_formatted|xml_log_option_open);
xml_log_option_formatted 1456 lib/common/xml.c                                   0, xml_log_option_formatted|xml_log_option_close|xml_log_option_children);
xml_log_option_formatted 1569 lib/common/xml.c                      xml_log_option_formatted|xml_log_option_dirty_add);
xml_log_option_formatted 3519 lib/common/xml.c     if (is_set(options, xml_log_option_formatted)) {
xml_log_option_formatted 3621 lib/common/xml.c     if (options & xml_log_option_formatted) {
xml_log_option_formatted 3634 lib/common/xml.c         if (options & xml_log_option_formatted) {
xml_log_option_formatted 3661 lib/common/xml.c     if (options & xml_log_option_formatted) {
xml_log_option_formatted 3690 lib/common/xml.c     if (options & xml_log_option_formatted) {
xml_log_option_formatted 3740 lib/common/xml.c         *max = xmlNodeDump(xml_buffer, doc, data, 0, (options & xml_log_option_formatted));
xml_log_option_formatted 3810 lib/common/xml.c     crm_xml_dump(an_xml_node, xml_log_option_formatted|xml_log_option_text, &buffer, &offset, &max, 0);
xml_log_option_formatted 3820 lib/common/xml.c     crm_xml_dump(an_xml_node, xml_log_option_formatted, &buffer, &offset, &max, 0);