Searched refs:dir_depth (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_delta/
H A Ddepth_filter_editor.c66 int dir_depth;
74 int dir_depth,
81 b->dir_depth = dir_depth;
116 effective_depth = pb->dir_depth - (eb->has_target ? 1 : 0);
208 b = make_node_baton(eb, FALSE, pb->dir_depth + 1, pool);
216 b = make_node_baton(eb, TRUE, pb->dir_depth + 1, pool);
237 b = make_node_baton(eb, FALSE, pb->dir_depth + 1, pool);
244 b = make_node_baton(eb, TRUE, pb->dir_depth + 1, pool);
266 b = make_node_baton(eb, FALSE, pb->dir_depth, poo
65 int dir_depth; member in struct:node_baton
71 make_node_baton(void *edit_baton, svn_boolean_t filtered, int dir_depth, apr_pool_t *pool) argument
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Dcrop.c50 svn_depth_t dir_depth,
70 if (dir_depth == svn_depth_unknown)
71 dir_depth = svn_depth_infinity;
74 if (dir_depth > new_depth)
302 svn_depth_t dir_depth; local
312 NULL, NULL, &dir_depth, NULL, NULL, NULL, NULL,
355 SVN_ERR(crop_children(db, local_abspath, dir_depth, depth,
48 crop_children(svn_wc__db_t *db, const char *local_abspath, svn_depth_t dir_depth, svn_depth_t new_depth, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
H A Dadm_crawler.c240 svn_depth_t dir_depth,
473 || dir_depth == svn_depth_empty)
556 || dir_depth == svn_depth_empty
557 || dir_depth == svn_depth_files
558 || (dir_depth == svn_depth_immediates
234 report_revisions_and_depths(svn_wc__db_t *db, const char *dir_abspath, const char *report_relpath, svn_revnum_t dir_rev, const char *dir_repos_relpath, const char *dir_repos_root, svn_depth_t dir_depth, const svn_ra_reporter3_t *reporter, void *report_baton, svn_boolean_t restore_files, svn_depth_t depth, svn_boolean_t honor_depth_exclude, svn_boolean_t depth_compatibility_trick, svn_boolean_t report_everything, svn_boolean_t use_commit_times, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
H A Dupdate_editor.c4959 svn_depth_t dir_depth;
4964 NULL, NULL, &dir_depth, NULL, NULL, NULL,
4973 if (dir_depth > depth)
5019 NULL, &dir_depth, NULL,
5027 && dir_depth > svn_depth_empty)
4954 svn_depth_t dir_depth; local
H A Dwc_db.c14209 int dir_depth = relpath_depth(dir_relpath); local
14246 || locked_levels + row_depth >= dir_depth)

Completed in 103 milliseconds