depth 167 include/crm/common/xml_internal.h int depth, uint32_t options); depth 31 include/crm/common/xml_io_internal.h int depth); depth 20 lib/common/xml_display.c const char *prefix, const xmlNode *data, int depth, depth 59 lib/common/xml_display.c show_xml_comment(pcmk__output_t *out, const xmlNode *data, int depth, depth 63 lib/common/xml_display.c int width = pcmk_is_set(options, pcmk__xml_fmt_pretty)? (2 * depth) : 0; depth 92 lib/common/xml_display.c const xmlNode *data, int depth, uint32_t options) depth 94 lib/common/xml_display.c int spaces = pcmk_is_set(options, pcmk__xml_fmt_pretty)? (2 * depth) : 0; depth 154 lib/common/xml_display.c int temp_rc = show_xml_node(out, buffer, prefix, child, depth + 1, depth 194 lib/common/xml_display.c const xmlNode *data, int depth, uint32_t options) depth 198 lib/common/xml_display.c return show_xml_comment(out, data, depth, options); depth 200 lib/common/xml_display.c return show_xml_element(out, buffer, prefix, data, depth, options); depth 222 lib/common/xml_display.c int depth, uint32_t options) depth 228 lib/common/xml_display.c CRM_CHECK(depth >= 0, depth = 0); depth 238 lib/common/xml_display.c rc = show_xml_node(out, buffer, prefix, data, depth, options); depth 258 lib/common/xml_display.c show_xml_changes_recursive(pcmk__output_t *out, const xmlNode *data, int depth, depth 270 lib/common/xml_display.c return pcmk__xml_show(out, PCMK__XML_PREFIX_CREATED, data, depth, depth 280 lib/common/xml_display.c int spaces = pretty? (2 * depth) : 0; depth 288 lib/common/xml_display.c rc = pcmk__xml_show(out, prefix, data, depth, depth 330 lib/common/xml_display.c temp_rc = show_xml_changes_recursive(out, child, depth + 1, depth 336 lib/common/xml_display.c temp_rc = pcmk__xml_show(out, PCMK__XML_PREFIX_MODIFIED, data, depth, depth 344 lib/common/xml_display.c temp_rc = show_xml_changes_recursive(out, child, depth + 1, options); depth 215 lib/common/xml_io.c int depth) depth 219 lib/common/xml_io.c int spaces = pretty? (2 * depth) : 0; depth 249 lib/common/xml_io.c pcmk__xml_string(child, options, buffer, depth + 1); depth 275 lib/common/xml_io.c int depth) depth 278 lib/common/xml_io.c int spaces = pretty? (2 * depth) : 0; depth 310 lib/common/xml_io.c int depth) depth 313 lib/common/xml_io.c int spaces = pretty? (2 * depth) : 0; depth 338 lib/common/xml_io.c int depth) depth 341 lib/common/xml_io.c int spaces = pretty? (2 * depth) : 0; depth 371 lib/common/xml_io.c int depth) depth 379 lib/common/xml_io.c CRM_CHECK(depth >= 0, depth = 0); depth 384 lib/common/xml_io.c dump_xml_element(data, options, buffer, depth); depth 388 lib/common/xml_io.c dump_xml_text(data, options, buffer, depth); depth 392 lib/common/xml_io.c dump_xml_comment(data, options, buffer, depth); depth 395 lib/common/xml_io.c dump_xml_cdata(data, options, buffer, depth); depth 191 tools/crm_resource_runtime.c const char * attr_name, cib_t * cib, int depth) depth 202 tools/crm_resource_runtime.c attr_name, cib, depth+1); depth 213 tools/crm_resource_runtime.c if((0 == depth) || (pcmk_rc_ok == rc)) {