depth             103 include/crm/common/logging.h                       const char *prefix, xmlNode * data, int depth, gboolean formatted);
depth             353 include/crm_internal.h void crm_xml_dump(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth);
depth             146 lib/common/xml.c insert_prefix(int options, char **buffer, int *offset, int *max, int depth)
depth             149 lib/common/xml.c         size_t spaces = 2 * depth;
depth             251 lib/common/xml.c int in_upper_context(int depth, int context, xmlNode * xml_node);
depth            1384 lib/common/xml.c                   const char *prefix, xmlNode * data, int depth, int options);
depth            3306 lib/common/xml.c                   const char *prefix, xmlNode * data, int depth, int options)
depth            3325 lib/common/xml.c         insert_prefix(options, &buffer, &offset, &max, depth);
depth            3384 lib/common/xml.c             __xml_log_element(log_level, file, function, line, prefix, child, depth + 1, options|xml_log_option_open|xml_log_option_close);
depth            3391 lib/common/xml.c         insert_prefix(options, &buffer, &offset, &max, depth);
depth            3401 lib/common/xml.c                          const char *prefix, xmlNode * data, int depth, int options)
depth            3420 lib/common/xml.c                           prefix_m, data, depth, options|xml_log_option_open|xml_log_option_close|xml_log_option_children);
depth            3429 lib/common/xml.c         insert_prefix(options, &spaces, &s_count, &s_max, depth);
depth            3443 lib/common/xml.c                           flags, data, depth, options|xml_log_option_open);
depth            3479 lib/common/xml.c             __xml_log_change_element(log_level, file, function, line, prefix, child, depth + 1, options);
depth            3483 lib/common/xml.c                           prefix, data, depth, options|xml_log_option_close);
depth            3487 lib/common/xml.c             __xml_log_change_element(log_level, file, function, line, prefix, child, depth + 1, options);
depth            3497 lib/common/xml.c                  const char *prefix, xmlNode * data, int depth, int options)
depth            3515 lib/common/xml.c         __xml_log_change_element(log_level, file, function, line, prefix, data, depth, options);
depth            3540 lib/common/xml.c             log_data_element(log_level, file, function, line, prefix, a_child, depth + 1, options);
depth            3543 lib/common/xml.c         __xml_log_element(log_level, file, function, line, prefix, data, depth,
depth            3579 lib/common/xml.c dump_xml_element(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
depth            3600 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
depth            3628 lib/common/xml.c             crm_xml_dump(xChild, options, buffer, offset, max, depth + 1);
depth            3631 lib/common/xml.c         insert_prefix(options, buffer, offset, max, depth);
depth            3641 lib/common/xml.c dump_xml_text(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
depth            3657 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
depth            3668 lib/common/xml.c dump_xml_comment(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
depth            3684 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
depth            3696 lib/common/xml.c crm_xml_dump(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
depth            3759 lib/common/xml.c             dump_xml_element(data, options, buffer, offset, max, depth);
depth            3764 lib/common/xml.c                 dump_xml_text(data, options, buffer, offset, max, depth);
depth            3768 lib/common/xml.c             dump_xml_comment(data, options, buffer, offset, max, depth);
depth            4307 lib/common/xml.c in_upper_context(int depth, int context, xmlNode * xml_node)
depth            4314 lib/common/xml.c         return depth;
depth            4316 lib/common/xml.c     } else if (depth < context) {
depth            4320 lib/common/xml.c             if (in_upper_context(depth + 1, context, child)) {
depth            4321 lib/common/xml.c                 return depth;