| /freebsd-10-stable/contrib/subversion/subversion/include/ |
| D | svn_types.h | 543 svn_depth_infinity = 3 enumerator 574 ((recurse) ? svn_depth_infinity : svn_depth_files) 585 ((recurse) ? svn_depth_infinity : svn_depth_immediates) 596 ((recurse) ? svn_depth_infinity : svn_depth_empty) 606 ((depth) == svn_depth_infinity || (depth) == svn_depth_unknown)
|
| /freebsd-10-stable/contrib/subversion/subversion/svn/ |
| D | commit-cmd.c | 73 && (b->depth < svn_depth_infinity) in copy_warning_notify_func() 138 opt_state->depth = svn_depth_infinity; in svn_cl__commit() 160 if (opt_state->depth < svn_depth_infinity) in svn_cl__commit()
|
| D | import-cmd.c | 110 opt_state->depth = svn_depth_infinity; in svn_cl__import()
|
| D | add-cmd.c | 64 opt_state->depth = svn_depth_infinity; in svn_cl__add()
|
| D | resolve-cmd.c | 97 opt_state->depth = svn_depth_infinity; in svn_cl__resolve()
|
| D | export-cmd.c | 105 opt_state->depth = svn_depth_infinity; in svn_cl__export()
|
| D | update-cmd.c | 141 cl_depth = svn_depth_infinity; in svn_cl__update()
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/ |
| D | crop.c | 63 && new_depth <= svn_depth_infinity); in crop_children() 71 dir_depth = svn_depth_infinity; in crop_children() 315 if (depth == svn_depth_infinity) in svn_wc_crop_tree2() 317 if (!(depth >= svn_depth_empty && depth < svn_depth_infinity)) in svn_wc_crop_tree2()
|
| D | token-map.h | 73 { "infinity", svn_depth_infinity }, /* MAP_DEPTH_INFINITY */
|
| D | adm_crawler.c | 439 ths->depth = svn_depth_infinity; in report_revisions_and_depths() 572 || (ths->depth < svn_depth_infinity in report_revisions_and_depths() 687 depth = svn_depth_infinity; in svn_wc_crawl_revisions5() 701 target_depth = svn_depth_infinity; in svn_wc_crawl_revisions5() 834 svn_depth_infinity, in svn_wc_crawl_revisions5() 849 svn_depth_infinity, in svn_wc_crawl_revisions5()
|
| D | externals.c | 1021 svn_depth_infinity, in close_edit() 1173 SVN_ERR(reporter->set_path(report_baton, "", 0, svn_depth_infinity, in svn_wc__crawl_file_external() 1207 svn_depth_infinity, FALSE, NULL, in svn_wc__crawl_file_external() 1219 svn_depth_infinity, in svn_wc__crawl_file_external() 1356 depth != svn_depth_infinity, in svn_wc__committable_externals_below() 1393 if (depth != svn_depth_infinity) in svn_wc__committable_externals_below() 1399 svn_depth_infinity, in svn_wc__committable_externals_below() 1496 if (depth == svn_depth_infinity in svn_wc__externals_gather_definitions()
|
| D | revert.c | 404 if (depth == svn_depth_infinity && kind == svn_node_dir) in revert_restore() 725 SVN_ERR_ASSERT(depth == svn_depth_empty || depth == svn_depth_infinity); in revert() 971 if (depth == svn_depth_empty || depth == svn_depth_infinity) in svn_wc_revert5()
|
| D | cleanup.c | 139 SVN_ERR(svn_wc__internal_walk_status(db, dir_abspath, svn_depth_infinity, in cleanup_internal()
|
| D | ambient_depth_filter_editor.c | 432 b->ambient_depth = svn_depth_infinity; in add_directory() 444 b->ambient_depth = svn_depth_infinity; in add_directory()
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_client/ |
| D | externals.c | 362 svn_depth_infinity, in switch_dir_external() 413 revision, svn_depth_infinity, in switch_dir_external() 981 if ((requested_depth < svn_depth_infinity in handle_externals_change() 983 || (ambient_depth < svn_depth_infinity in handle_externals_change() 984 && requested_depth < svn_depth_infinity)) in handle_externals_change() 1082 svn_depth_t ambient_depth = svn_depth_infinity; in svn_client__handle_externals() 1267 svn_depth_infinity, in svn_client__export_externals()
|
| D | diff_local.c | 152 SVN_ERR_ASSERT(depth >= svn_depth_files && depth <= svn_depth_infinity); in inner_dir_diff() 193 if (depth != svn_depth_infinity) in inner_dir_diff() 196 depth_below_here = svn_depth_infinity; in inner_dir_diff() 667 depth = svn_depth_infinity; in svn_client__arbitrary_nodes_diff() 673 depth = svn_depth_infinity; in svn_client__arbitrary_nodes_diff()
|
| D | list.c | 177 || depth == svn_depth_infinity) in get_dir_contents() 183 if (depth == svn_depth_infinity && the_ent->kind == svn_node_dir) in get_dir_contents() 302 || depth == svn_depth_infinity)) in list_internal()
|
| D | checkout.c | 58 depth = svn_depth_infinity; in initialize_area()
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/ |
| D | types.c | 106 case svn_depth_infinity: in svn_depth_to_word() 128 return svn_depth_infinity; in svn_depth_from_word()
|
| /freebsd-10-stable/contrib/subversion/subversion/svnbench/ |
| D | null-export-cmd.c | 266 svn_depth_infinity, in bench_null_export() 323 opt_state->depth = svn_depth_infinity; in svn_cl__null_export()
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_fs/ |
| D | deprecated.c | 79 return svn_error_trace(svn_fs_get_locks2(fs, path, svn_depth_infinity, in svn_fs_get_locks()
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_delta/ |
| D | depth_filter_editor.c | 127 case svn_depth_infinity: in okay_to_edit() 451 || (requested_depth == svn_depth_infinity)) in svn_delta_depth_filter_editor()
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_ra/ |
| D | wrapper_template.h | 215 svn_depth_infinity, start_empty, in compat_set_path() 238 svn_depth_infinity, start_empty, in compat_link_path()
|
| D | deprecated.c | 80 path, revision, svn_depth_infinity, in set_path() 110 path, url, revision, svn_depth_infinity, in link_path()
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/ |
| D | delta.c | 903 if (depth == svn_depth_infinity in delta_dirs() 945 if (depth == svn_depth_infinity in delta_dirs() 975 if (depth == svn_depth_infinity in delta_dirs()
|