Home
last modified time | relevance | path

Searched refs:svn_depth_immediates (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-13-stable/contrib/subversion/subversion/include/
HDsvn_types_impl.h143 svn_depth_immediates = 2, enumerator
HDsvn_types.h498 ((recurse) ? svn_depth_infinity : svn_depth_immediates)
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
HDtoken-map.h72 { "immediates", svn_depth_immediates },
HDrevert.c854 if (depth == svn_depth_files || depth == svn_depth_immediates) in revert_changelist()
913 SVN_ERR_ASSERT(depth == svn_depth_files || depth == svn_depth_immediates); in revert_partial()
1018 if (depth == svn_depth_files || depth == svn_depth_immediates) in svn_wc_revert6()
HDambient_depth_filter_editor.c382 if (pb->ambient_depth < svn_depth_immediates) in delete_entry()
434 else if (pb->ambient_depth == svn_depth_immediates) in add_directory()
HDnode.c306 || depth >= svn_depth_immediates) in walker_helper()
325 && depth >= svn_depth_immediates) in walker_helper()
329 if (depth == svn_depth_immediates) in walker_helper()
HDcrop.c126 ? svn_depth_immediates in crop_children()
HDdiff_editor.c641 if (depth_below_here == svn_depth_immediates) in walk_local_nodes_diff()
647 || depth >= svn_depth_immediates); in walk_local_nodes_diff()
1149 if (depth_below_here == svn_depth_immediates) in svn_wc__diff_local_only_dir()
1517 if (depth_below_here == svn_depth_immediates) in svn_wc__diff_base_only_dir()
1630 svn_depth_t subdir_depth = (pb->depth == svn_depth_immediates) in add_directory()
1689 svn_depth_t subdir_depth = (pb->depth == svn_depth_immediates) in open_directory()
HDadm_crawler.c570 || (dir_depth == svn_depth_immediates in report_revisions_and_depths()
705 && target_depth <= svn_depth_immediates in svn_wc_crawl_revisions5()
HDinfo.c433 || ((depth == svn_depth_immediates in depth_includes()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
HDdiff_local.c236 else if (depth >= svn_depth_immediates) in inner_dir_diff()
251 else if (depth >= svn_depth_immediates) in inner_dir_diff()
266 else if (depth >= svn_depth_immediates) in inner_dir_diff()
282 else if (depth >= svn_depth_immediates) in inner_dir_diff()
HDlist.c201 || depth == svn_depth_immediates in get_dir_contents()
406 || depth == svn_depth_immediates in list_internal()
HDimport.c468 if (dirent->kind == svn_node_dir && depth >= svn_depth_immediates) in import_children()
472 if (depth == svn_depth_immediates) in import_children()
HDadd.c453 if (dirent->kind == svn_node_dir && depth >= svn_depth_immediates) in add_dir_recursive()
456 if (depth == svn_depth_immediates) in add_dir_recursive()
HDinfo.c225 if (depth >= svn_depth_immediates in push_dir_info()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
HDtypes.c104 case svn_depth_immediates: in svn_depth_to_word()
126 return svn_depth_immediates; in svn_depth_from_word()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
HDdelta.c166 (((depth) == svn_depth_immediates || (depth) == svn_depth_files) \
908 && depth == svn_depth_immediates)) in delta_dirs()
950 && depth == svn_depth_immediates)) in delta_dirs()
980 && depth == svn_depth_immediates)) in delta_dirs()
HDreporter.c262 *depth = svn_depth_immediates; in read_depth()
797 || wc_depth == svn_depth_immediates) in is_depth_upgrade()
1099 #define DEPTH_BELOW_HERE(depth) ((depth) == svn_depth_immediates) ? \
1284 && (wc_depth < svn_depth_immediates in delta_dirs()
1331 && (wc_depth < svn_depth_immediates in delta_dirs()
1514 else if (depth == svn_depth_immediates) in write_path_info()
/freebsd-13-stable/contrib/subversion/subversion/svnbench/
HDnull-list-cmd.c117 opt_state->depth = svn_depth_immediates; in svn_cl__null_list()
HDnull-info-cmd.c95 if (depth >= svn_depth_immediates in push_dir_info()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
HDgetlocks.c144 || lock_ctx->requested_depth == svn_depth_immediates) in getlocks_closed()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
HDlocks-table.c280 if ((depth == svn_depth_files) || (depth == svn_depth_immediates)) in svn_fs_bdb__locks_get()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_delta/
HDdepth_filter_editor.c123 case svn_depth_immediates: in okay_to_edit()
/freebsd-13-stable/contrib/subversion/subversion/svn/
HDlist-cmd.c394 opt_state->depth = svn_depth_immediates; in svn_cl__list()
HDinfo-cmd.c150 case svn_depth_immediates: in depth_to_viewspec_py()
822 case svn_depth_immediates: in print_info()

12