Searched refs:dir_depth (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_delta/ |
| D | depth_filter_editor.c | 65 int dir_depth; member 73 int dir_depth, in make_node_baton() argument 80 b->dir_depth = dir_depth; in make_node_baton() 115 effective_depth = pb->dir_depth - (eb->has_target ? 1 : 0); in okay_to_edit() 206 b = make_node_baton(eb, FALSE, pb->dir_depth + 1, pool); in add_directory() 214 b = make_node_baton(eb, TRUE, pb->dir_depth + 1, pool); in add_directory() 235 b = make_node_baton(eb, FALSE, pb->dir_depth + 1, pool); in open_directory() 242 b = make_node_baton(eb, TRUE, pb->dir_depth + 1, pool); in open_directory() 264 b = make_node_baton(eb, FALSE, pb->dir_depth, pool); in add_file() 271 b = make_node_baton(eb, TRUE, pb->dir_depth, pool); in add_file() [all …]
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/ |
| D | crop.c | 50 svn_depth_t dir_depth, in crop_children() argument 70 if (dir_depth == svn_depth_unknown) in crop_children() 71 dir_depth = svn_depth_infinity; in crop_children() 74 if (dir_depth > new_depth) in crop_children() 312 svn_depth_t dir_depth; in svn_wc_crop_tree2() local 322 NULL, NULL, &dir_depth, NULL, NULL, NULL, NULL, in svn_wc_crop_tree2() 365 SVN_ERR(crop_children(db, local_abspath, dir_depth, depth, in svn_wc_crop_tree2()
|
| D | adm_crawler.c | 250 svn_depth_t dir_depth, in report_revisions_and_depths() argument 485 || dir_depth == svn_depth_empty) in report_revisions_and_depths() 568 || dir_depth == svn_depth_empty in report_revisions_and_depths() 569 || dir_depth == svn_depth_files in report_revisions_and_depths() 570 || (dir_depth == svn_depth_immediates in report_revisions_and_depths()
|
| D | update_editor.c | 5005 svn_depth_t dir_depth; in make_editor() local 5010 NULL, NULL, &dir_depth, NULL, NULL, NULL, in make_editor() 5019 if (dir_depth > depth) in make_editor() 5065 NULL, &dir_depth, NULL, in make_editor() 5073 && dir_depth > svn_depth_empty) in make_editor()
|
| D | wc_db.c | 14652 int dir_depth = relpath_depth(dir_relpath); in find_wclock() local 14689 || locked_levels + row_depth >= dir_depth) in find_wclock()
|