depth             135 include/crm/common/logging.h                       const char *prefix, xmlNode * data, int depth, gboolean formatted);
depth              57 lib/common/crmcommon_private.h                     int *max, int depth);
depth              80 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            1445 lib/common/xml.c              const char *prefix, xmlNode *data, int depth, int options)
depth            1463 lib/common/xml.c         insert_prefix(options, &buffer, &offset, &max, depth);
depth            1528 lib/common/xml.c                          depth + 1,
depth            1536 lib/common/xml.c         insert_prefix(options, &buffer, &offset, &max, depth);
depth            1547 lib/common/xml.c                 const char *prefix, xmlNode *data, int depth, int options)
depth            1564 lib/common/xml.c         pcmk__xe_log(log_level, file, function, line, prefix_m, data, depth,
depth            1575 lib/common/xml.c         insert_prefix(options, &spaces, &s_count, &s_max, depth);
depth            1588 lib/common/xml.c         pcmk__xe_log(log_level, file, function, line, flags, data, depth,
depth            1627 lib/common/xml.c                             depth + 1, options);
depth            1630 lib/common/xml.c         pcmk__xe_log(log_level, file, function, line, prefix, data, depth,
depth            1637 lib/common/xml.c                             depth + 1, options);
depth            1647 lib/common/xml.c                  const char *prefix, xmlNode * data, int depth, int options)
depth            1669 lib/common/xml.c         log_xml_changes(log_level, file, function, line, prefix, data, depth,
depth            1696 lib/common/xml.c             log_data_element(log_level, file, function, line, prefix, a_child, depth + 1, options);
depth            1699 lib/common/xml.c         pcmk__xe_log(log_level, file, function, line, prefix, data, depth,
depth            1717 lib/common/xml.c dump_xml_element(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
depth            1738 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
depth            1764 lib/common/xml.c             pcmk__xml2text(xChild, options, buffer, offset, max, depth + 1);
depth            1767 lib/common/xml.c         insert_prefix(options, buffer, offset, max, depth);
depth            1777 lib/common/xml.c dump_xml_text(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
depth            1793 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
depth            1803 lib/common/xml.c dump_xml_cdata(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
depth            1819 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
depth            1831 lib/common/xml.c dump_xml_comment(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth)
depth            1847 lib/common/xml.c     insert_prefix(options, buffer, offset, max, depth);
depth            1873 lib/common/xml.c                int *max, int depth)
depth            1938 lib/common/xml.c             dump_xml_element(data, options, buffer, offset, max, depth);
depth            1943 lib/common/xml.c                 dump_xml_text(data, options, buffer, offset, max, depth);
depth            1947 lib/common/xml.c             dump_xml_comment(data, options, buffer, offset, max, depth);
depth            1950 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             195 tools/crm_resource_runtime.c                                        cib_t * cib, const char * cmd, int depth)
depth             205 tools/crm_resource_runtime.c                                                attr_id, attr_name, cib, cmd, depth+1);
depth             216 tools/crm_resource_runtime.c     if((0 == depth) || (pcmk_rc_ok == rc)) {