max_depth 1163 lib/talloc/talloc.c void talloc_report_depth_cb(const void *ptr, int depth, int max_depth, max_depth 1165 lib/talloc/talloc.c int depth, int max_depth, max_depth 1183 lib/talloc/talloc.c callback(ptr, depth, max_depth, 0, private_data); max_depth 1185 lib/talloc/talloc.c if (max_depth >= 0 && depth >= max_depth) { max_depth 1193 lib/talloc/talloc.c callback(h->ptr, depth + 1, max_depth, 1, private_data); max_depth 1195 lib/talloc/talloc.c talloc_report_depth_cb(TC_PTR_FROM_CHUNK(c), depth + 1, max_depth, callback, private_data); max_depth 1201 lib/talloc/talloc.c static void talloc_report_depth_FILE_helper(const void *ptr, int depth, int max_depth, int is_ref, void *_f) max_depth 1213 lib/talloc/talloc.c (max_depth < 0 ? "full " :""), name, max_depth 1247 lib/talloc/talloc.c void talloc_report_depth_file(const void *ptr, int depth, int max_depth, FILE *f) max_depth 1249 lib/talloc/talloc.c talloc_report_depth_cb(ptr, depth, max_depth, talloc_report_depth_FILE_helper, f); max_depth 147 lib/talloc/talloc.h void talloc_report_depth_cb(const void *ptr, int depth, int max_depth, max_depth 149 lib/talloc/talloc.h int depth, int max_depth, max_depth 153 lib/talloc/talloc.h void talloc_report_depth_file(const void *ptr, int depth, int max_depth, FILE *f); max_depth 34 source3/lib/tallocmsg.c static void msg_pool_usage_helper(const void *ptr, int depth, int max_depth, int is_ref, void *_s) max_depth 48 source3/lib/tallocmsg.c (max_depth < 0 ? "full " :""), name, max_depth 540 source3/winbindd/winbindd_group.c int max_depth = lp_winbind_expand_groups(); max_depth 598 source3/winbindd/winbindd_group.c for ( i=0; i<max_depth && glist; i++ ) { max_depth 63 source4/heimdal/lib/hx509/cert.c unsigned int max_depth; max_depth 405 source4/heimdal/lib/hx509/cert.c c->max_depth = HX509_VERIFY_MAX_DEPTH; max_depth 506 source4/heimdal/lib/hx509/cert.c hx509_verify_set_max_depth(hx509_verify_ctx ctx, unsigned int max_depth) max_depth 508 source4/heimdal/lib/hx509/cert.c ctx->max_depth = max_depth; max_depth 1220 source4/heimdal/lib/hx509/cert.c unsigned int max_depth, max_depth 1228 source4/heimdal/lib/hx509/cert.c if (max_depth == 0) max_depth 1229 source4/heimdal/lib/hx509/cert.c max_depth = HX509_VERIFY_MAX_DEPTH; max_depth 1250 source4/heimdal/lib/hx509/cert.c if (path->len > max_depth) { max_depth 1930 source4/heimdal/lib/hx509/cert.c anchors, ctx->max_depth,