depth 169 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 216 lib/common/xml_io.c int depth) depth 220 lib/common/xml_io.c int spaces = pretty? (2 * depth) : 0; depth 250 lib/common/xml_io.c pcmk__xml_string(child, options, buffer, depth + 1); depth 276 lib/common/xml_io.c int depth) depth 279 lib/common/xml_io.c int spaces = pretty? (2 * depth) : 0; depth 311 lib/common/xml_io.c int depth) depth 314 lib/common/xml_io.c int spaces = pretty? (2 * depth) : 0; depth 339 lib/common/xml_io.c int depth) depth 342 lib/common/xml_io.c int spaces = pretty? (2 * depth) : 0; depth 412 lib/common/xml_io.c int depth) depth 420 lib/common/xml_io.c CRM_CHECK(depth >= 0, depth = 0); depth 425 lib/common/xml_io.c dump_xml_element(data, options, buffer, depth); depth 429 lib/common/xml_io.c dump_xml_text(data, options, buffer, depth); depth 433 lib/common/xml_io.c dump_xml_comment(data, options, buffer, depth); depth 436 lib/common/xml_io.c dump_xml_cdata(data, options, buffer, depth); depth 173 tools/crm_resource_runtime.c const char * attr_name, cib_t * cib, int depth) depth 184 tools/crm_resource_runtime.c attr_name, cib, depth+1); depth 195 tools/crm_resource_runtime.c if((0 == depth) || (pcmk_rc_ok == rc)) {