Searched refs:requested_depth (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | getlocks.c | 67 svn_depth_t requested_depth; member 139 || lock_ctx->requested_depth == svn_depth_infinity) in getlocks_closed() 143 else if (lock_ctx->requested_depth == svn_depth_files in getlocks_closed() 144 || lock_ctx->requested_depth == svn_depth_immediates) in getlocks_closed() 226 "depth", svn_depth_to_word(lock_ctx->requested_depth), SVN_VA_NULL); in create_getlocks_body() 253 lock_ctx->requested_depth = depth; in svn_ra_serf__get_locks()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | reporter.c | 121 svn_depth_t requested_depth; member 163 svn_depth_t requested_depth, 792 svn_depth_t requested_depth, in is_depth_upgrade() argument 795 if (requested_depth == svn_depth_unknown in is_depth_upgrade() 796 || requested_depth <= wc_depth in is_depth_upgrade() 806 && requested_depth == svn_depth_files) in is_depth_upgrade() 1161 svn_depth_t requested_depth, apr_pool_t *pool) in delta_dirs() argument 1177 if (requested_depth > svn_depth_empty in delta_dirs() 1178 || requested_depth == svn_depth_unknown) in delta_dirs() 1238 if (! ((requested_depth == svn_depth_files in delta_dirs() [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_delta/ |
| H A D | depth_filter_editor.c | 38 svn_depth_t requested_depth; member 116 switch (eb->requested_depth) in okay_to_edit() 439 svn_depth_t requested_depth, in svn_delta_depth_filter_editor() argument 450 if ((requested_depth == svn_depth_unknown) in svn_delta_depth_filter_editor() 451 || (requested_depth == svn_depth_infinity)) in svn_delta_depth_filter_editor() 479 eb->requested_depth = requested_depth; in svn_delta_depth_filter_editor()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | externals.c | 969 svn_depth_t requested_depth, in handle_externals_change() argument 983 if ((requested_depth < svn_depth_infinity in handle_externals_change() 984 && requested_depth != svn_depth_unknown) in handle_externals_change() 986 && requested_depth < svn_depth_infinity)) in handle_externals_change() 1060 svn_depth_t requested_depth, in svn_client__handle_externals() argument 1111 ambient_depth, requested_depth, in svn_client__handle_externals() 1179 svn_depth_t requested_depth, in svn_client__export_externals() argument
|
| H A D | client.h | 959 svn_depth_t requested_depth, 987 svn_depth_t requested_depth,
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | lock.c | 1292 svn_depth_t requested_depth; member 1328 || (b->requested_depth == svn_depth_infinity)) in get_locks_filter_func() 1332 else if ((b->requested_depth == svn_depth_files) || in get_locks_filter_func() 1333 (b->requested_depth == svn_depth_immediates)) in get_locks_filter_func() 1358 glfb.requested_depth = depth; in svn_fs_fs__get_locks()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | lock.c | 1313 svn_depth_t requested_depth; member 1349 || (b->requested_depth == svn_depth_infinity)) in get_locks_filter_func() 1353 else if ((b->requested_depth == svn_depth_files) || in get_locks_filter_func() 1354 (b->requested_depth == svn_depth_immediates)) in get_locks_filter_func() 1379 glfb.requested_depth = depth; in svn_fs_x__get_locks()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | update_editor.c | 186 svn_depth_t requested_depth; member 1887 ? svn_depth_infinity : eb->requested_depth; in add_directory() 1889 else if (eb->requested_depth == svn_depth_immediates in add_directory() 1890 || (eb->requested_depth == svn_depth_unknown in add_directory() 2734 && db->ambient_depth != eb->requested_depth) in close_directory() 2740 if (eb->requested_depth == svn_depth_infinity in close_directory() 2742 && eb->requested_depth > db->ambient_depth)) in close_directory() 2744 db->ambient_depth = eb->requested_depth; in close_directory() 4830 if (eb->requested_depth > svn_depth_empty) in close_edit() 4831 depth = eb->requested_depth; in close_edit() [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_delta.h | 1276 svn_depth_t requested_depth,
|