depth 134 include/crm/common/logging.h const char *prefix, xmlNode * data, int depth, gboolean formatted); depth 83 lib/common/crmcommon_private.h int *max, int depth); depth 109 lib/common/crmcommon_private.h int line, const char *prefix, xmlNode *data, int depth, depth 87 lib/common/xml.c insert_prefix(int options, char **buffer, int *offset, int *max, int depth) depth 90 lib/common/xml.c size_t spaces = 2 * depth; depth 1440 lib/common/xml.c const char *prefix, xmlNode *data, int depth, int options) depth 1458 lib/common/xml.c insert_prefix(options, &buffer, &offset, &max, depth); depth 1523 lib/common/xml.c depth + 1, depth 1531 lib/common/xml.c insert_prefix(options, &buffer, &offset, &max, depth); depth 1542 lib/common/xml.c const char *prefix, xmlNode *data, int depth, int options) depth 1559 lib/common/xml.c pcmk__xe_log(log_level, file, function, line, prefix_m, data, depth, depth 1570 lib/common/xml.c insert_prefix(options, &spaces, &s_count, &s_max, depth); depth 1583 lib/common/xml.c pcmk__xe_log(log_level, file, function, line, flags, data, depth, depth 1622 lib/common/xml.c depth + 1, options); depth 1625 lib/common/xml.c pcmk__xe_log(log_level, file, function, line, prefix, data, depth, depth 1632 lib/common/xml.c depth + 1, options); depth 1642 lib/common/xml.c const char *prefix, xmlNode * data, int depth, int options) depth 1664 lib/common/xml.c log_xml_changes(log_level, file, function, line, prefix, data, depth, depth 1691 lib/common/xml.c log_data_element(log_level, file, function, line, prefix, a_child, depth + 1, options); depth 1694 lib/common/xml.c pcmk__xe_log(log_level, file, function, line, prefix, data, depth, depth 1712 lib/common/xml.c dump_xml_element(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth) depth 1733 lib/common/xml.c insert_prefix(options, buffer, offset, max, depth); depth 1759 lib/common/xml.c pcmk__xml2text(xChild, options, buffer, offset, max, depth + 1); depth 1762 lib/common/xml.c insert_prefix(options, buffer, offset, max, depth); depth 1772 lib/common/xml.c dump_xml_text(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth) depth 1788 lib/common/xml.c insert_prefix(options, buffer, offset, max, depth); depth 1798 lib/common/xml.c dump_xml_cdata(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth) depth 1814 lib/common/xml.c insert_prefix(options, buffer, offset, max, depth); depth 1826 lib/common/xml.c dump_xml_comment(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth) depth 1842 lib/common/xml.c insert_prefix(options, buffer, offset, max, depth); depth 1868 lib/common/xml.c int *max, int depth) depth 1933 lib/common/xml.c dump_xml_element(data, options, buffer, offset, max, depth); depth 1938 lib/common/xml.c dump_xml_text(data, options, buffer, offset, max, depth); depth 1942 lib/common/xml.c dump_xml_comment(data, options, buffer, offset, max, depth); depth 1945 lib/common/xml.c dump_xml_cdata(data, options, buffer, offset, max, depth); depth 89 maint/gnulib/lib/alloca.c find_stack_direction (int *addr, int depth) depth 95 maint/gnulib/lib/alloca.c dir = depth ? find_stack_direction (addr, depth - 1) : 0; depth 135 maint/gnulib/lib/alloca.c register char *depth = &probe; depth 153 maint/gnulib/lib/alloca.c if ((STACK_DIR > 0 && hp->h.deep > depth) depth 154 maint/gnulib/lib/alloca.c || (STACK_DIR < 0 && hp->h.deep < depth)) depth 191 maint/gnulib/lib/alloca.c new->h.deep = depth; depth 414 maint/gnulib/lib/argp-help.c int depth; depth 526 maint/gnulib/lib/argp-help.c cl->depth = parent ? parent->depth + 1 : 0; depth 739 maint/gnulib/lib/argp-help.c if (cl1->depth > cl2->depth) depth 743 maint/gnulib/lib/argp-help.c while (cl1->depth > cl2->depth); depth 750 maint/gnulib/lib/argp-help.c else if (cl1->depth < cl2->depth) depth 754 maint/gnulib/lib/argp-help.c while (cl1->depth < cl2->depth); depth 457 maint/gnulib/lib/dfa.c idx_t depth; /* Current depth of a hypothetical stack depth 483 maint/gnulib/lib/dfa.c idx_t depth; /* Depth required of an evaluation stack depth 1558 maint/gnulib/lib/dfa.c dfa->parse.depth--; depth 1581 maint/gnulib/lib/dfa.c dfa->parse.depth++; depth 1582 maint/gnulib/lib/dfa.c if (dfa->depth < dfa->parse.depth) depth 1583 maint/gnulib/lib/dfa.c dfa->depth = dfa->parse.depth; depth 1981 maint/gnulib/lib/dfa.c d->parse.depth = d->depth; depth 2606 maint/gnulib/lib/dfa.c } *stkalloc = xnmalloc (d->depth, sizeof *stkalloc), *stk = stkalloc; depth 267 maint/gnulib/lib/glob.c size_t depth = 0; depth 277 maint/gnulib/lib/glob.c if ((*cp == '}' && depth-- == 0) || (*cp == ',' && depth == 0)) depth 281 maint/gnulib/lib/glob.c depth++; depth 650 maint/gnulib/lib/glthread/lock.c lock->depth = 0; depth 667 maint/gnulib/lib/glthread/lock.c if (++(lock->depth) == 0) /* wraparound? */ depth 669 maint/gnulib/lib/glthread/lock.c lock->depth--; depth 680 maint/gnulib/lib/glthread/lock.c if (lock->depth == 0) depth 682 maint/gnulib/lib/glthread/lock.c if (--(lock->depth) == 0) depth 481 maint/gnulib/lib/glthread/lock.h unsigned long depth; depth 539 maint/gnulib/lib/hamt.c size_t hash2, int depth) depth 541 maint/gnulib/lib/hamt.c if (depth >= _GL_HAMT_MAX_DEPTH) depth 568 maint/gnulib/lib/hamt.c depth + 1); depth 616 maint/gnulib/lib/hamt.c size_t hash, int depth, bool replace, depth 622 maint/gnulib/lib/hamt.c Hamt_entry **elt_ptr, size_t hash, int depth, bool replace, depth 632 maint/gnulib/lib/hamt.c = entry_insert (functions, entry, elt_ptr, hash >> 5, depth + 1, depth 658 maint/gnulib/lib/hamt.c Hamt_entry **elt_ptr, size_t hash, int depth, bool replace, depth 685 maint/gnulib/lib/hamt.c >> (5 * depth)), depth); depth 689 maint/gnulib/lib/hamt.c depth, replace, shared); depth 767 maint/gnulib/lib/hamt.c size_t hash, int depth, bool shared); depth 772 maint/gnulib/lib/hamt.c Hamt_entry **elt_ptr, size_t hash, int depth, bool shared) depth 781 maint/gnulib/lib/hamt.c = entry_remove (functions, entry, elt_ptr, hash >> 5, depth + 1, depth 805 maint/gnulib/lib/hamt.c Hamt_entry **elt_ptr, size_t hash, int depth, bool shared) depth 820 maint/gnulib/lib/hamt.c depth, shared); depth 953 maint/gnulib/lib/hamt.c iter.depth = -1; depth 956 maint/gnulib/lib/hamt.c iter.depth = 0; depth 957 maint/gnulib/lib/hamt.c while (iter.entry[iter.depth] = entry, entry_type (entry) == subtrie_entry) depth 960 maint/gnulib/lib/hamt.c ++iter.depth; depth 985 maint/gnulib/lib/hamt.c bit_width (int depth) depth 987 maint/gnulib/lib/hamt.c if (depth < _GL_HAMT_MAX_DEPTH - 1) depth 996 maint/gnulib/lib/hamt.c int depth = iter->depth; depth 997 maint/gnulib/lib/hamt.c if (depth < 0) depth 1000 maint/gnulib/lib/hamt.c Hamt_entry *entry = iter->entry[depth]; depth 1012 maint/gnulib/lib/hamt.c while (iter->depth-- > 0) depth 1014 maint/gnulib/lib/hamt.c int width = bit_width (iter->depth); depth 1016 maint/gnulib/lib/hamt.c subtrie = (struct subtrie *) iter->entry[iter->depth]; depth 1020 maint/gnulib/lib/hamt.c while (iter->entry[++iter->depth] = subtrie->nodes[j], depth 1021 maint/gnulib/lib/hamt.c entry_type (iter->entry[iter->depth]) == subtrie_entry) depth 1023 maint/gnulib/lib/hamt.c width = bit_width (iter->depth); depth 1026 maint/gnulib/lib/hamt.c subtrie = (struct subtrie *) iter->entry[iter->depth]; depth 213 maint/gnulib/lib/hamt.h int depth; depth 31 maint/gnulib/lib/windows-recmutex.c mutex->depth = 0; depth 61 maint/gnulib/lib/windows-recmutex.c if (++(mutex->depth) == 0) /* wraparound? */ depth 63 maint/gnulib/lib/windows-recmutex.c mutex->depth--; depth 95 maint/gnulib/lib/windows-recmutex.c if (++(mutex->depth) == 0) /* wraparound? */ depth 97 maint/gnulib/lib/windows-recmutex.c mutex->depth--; depth 109 maint/gnulib/lib/windows-recmutex.c if (mutex->depth == 0) depth 111 maint/gnulib/lib/windows-recmutex.c if (--(mutex->depth) == 0) depth 36 maint/gnulib/lib/windows-recmutex.h unsigned long depth; depth 37 maint/gnulib/lib/windows-timedrecmutex.c mutex->depth = 0; depth 84 maint/gnulib/lib/windows-timedrecmutex.c if (++(mutex->depth) == 0) /* wraparound? */ depth 86 maint/gnulib/lib/windows-timedrecmutex.c mutex->depth--; depth 127 maint/gnulib/lib/windows-timedrecmutex.c if (++(mutex->depth) == 0) /* wraparound? */ depth 129 maint/gnulib/lib/windows-timedrecmutex.c mutex->depth--; depth 232 maint/gnulib/lib/windows-timedrecmutex.c if (++(mutex->depth) == 0) /* wraparound? */ depth 234 maint/gnulib/lib/windows-timedrecmutex.c mutex->depth--; depth 246 maint/gnulib/lib/windows-timedrecmutex.c if (mutex->depth == 0) depth 248 maint/gnulib/lib/windows-timedrecmutex.c if (--(mutex->depth) == 0) depth 38 maint/gnulib/lib/windows-timedrecmutex.h unsigned long depth; depth 121 maint/gnulib/tests/test-tsearch.c walk_action (const void *nodep, const VISIT which, const int depth) depth 125 maint/gnulib/tests/test-tsearch.c if (depth > max_depth) depth 126 maint/gnulib/tests/test-tsearch.c max_depth = depth; depth 130 maint/gnulib/tests/test-tsearch.c depths[key] = depth; depth 134 maint/gnulib/tests/test-tsearch.c if (depths[key] != depth) depth 192 tools/crm_resource_runtime.c cib_t * cib, const char * cmd, int depth) depth 202 tools/crm_resource_runtime.c attr_id, attr_name, cib, cmd, depth+1); depth 213 tools/crm_resource_runtime.c if((0 == depth) || (pcmk_rc_ok == rc)) {