Searched refs:requested_depth (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dgetlocks.c69 svn_depth_t requested_depth;
142 || lock_ctx->requested_depth == svn_depth_infinity)
146 else if (lock_ctx->requested_depth == svn_depth_files
147 || lock_ctx->requested_depth == svn_depth_immediates)
229 "depth", svn_depth_to_word(lock_ctx->requested_depth), SVN_VA_NULL);
256 lock_ctx->requested_depth = depth;
67 svn_depth_t requested_depth; member in struct:lock_context_t
/freebsd-10-stable/contrib/subversion/subversion/libsvn_delta/
H A Ddepth_filter_editor.c39 svn_depth_t requested_depth;
117 switch (eb->requested_depth)
441 svn_depth_t requested_depth,
452 if ((requested_depth == svn_depth_unknown)
453 || (requested_depth == svn_depth_infinity))
481 eb->requested_depth = requested_depth;
38 svn_depth_t requested_depth; member in struct:edit_baton
435 svn_delta_depth_filter_editor(const svn_delta_editor_t **editor, void **edit_baton, const svn_delta_editor_t *wrapped_editor, void *wrapped_edit_baton, svn_depth_t requested_depth, svn_boolean_t has_target, apr_pool_t *pool) argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Dreporter.c121 svn_depth_t requested_depth; member in struct:report_baton_t
163 svn_depth_t requested_depth,
790 svn_depth_t requested_depth,
793 if (requested_depth == svn_depth_unknown
794 || requested_depth <= wc_depth
804 && requested_depth == svn_depth_files)
917 svn_depth_t requested_depth, apr_pool_t *pool)
982 && (requested_depth <= wc_depth || t_entry->kind == svn_node_file))
1058 wc_depth, requested_depth, pool));
1159 svn_depth_t requested_depth, apr_pool_
789 is_depth_upgrade(svn_depth_t wc_depth, svn_depth_t requested_depth, svn_node_kind_t kind) argument
913 update_entry(report_baton_t *b, svn_revnum_t s_rev, const char *s_path, const svn_fs_dirent_t *s_entry, const char *t_path, const svn_fs_dirent_t *t_entry, void *dir_baton, const char *e_path, path_info_t *info, svn_depth_t wc_depth, svn_depth_t requested_depth, apr_pool_t *pool) argument
1156 delta_dirs(report_baton_t *b, svn_revnum_t s_rev, const char *s_path, const char *t_path, void *dir_baton, const char *e_path, svn_boolean_t start_empty, svn_depth_t wc_depth, svn_depth_t requested_depth, apr_pool_t *pool) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dexternals.c967 svn_depth_t requested_depth,
981 if ((requested_depth < svn_depth_infinity
982 && requested_depth != svn_depth_unknown)
984 && requested_depth < svn_depth_infinity))
1058 svn_depth_t requested_depth,
1109 ambient_depth, requested_depth,
1177 svn_depth_t requested_depth,
960 handle_externals_change(svn_client_ctx_t *ctx, const char *repos_root_url, svn_boolean_t *timestamp_sleep, const char *local_abspath, const char *new_desc_text, apr_hash_t *old_externals, svn_depth_t ambient_depth, svn_depth_t requested_depth, svn_ra_session_t *ra_session, apr_pool_t *scratch_pool) argument
1054 svn_client__handle_externals(apr_hash_t *externals_new, apr_hash_t *ambient_depths, const char *repos_root_url, const char *target_abspath, svn_depth_t requested_depth, svn_boolean_t *timestamp_sleep, svn_ra_session_t *ra_session, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
1173 svn_client__export_externals(apr_hash_t *externals, const char *from_url, const char *to_abspath, const char *repos_root_url, svn_depth_t requested_depth, const char *native_eol, svn_boolean_t ignore_keywords, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
H A Dclient.h992 svn_depth_t requested_depth,
1008 REQUESTED_DEPTH is the requested_depth of the driving operation; it
1020 svn_depth_t requested_depth,
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_delta.h1175 * requested_depth, taking into account whether not the edit drive is
1180 * @a requested_depth must be one of the following depth values:
1184 * If filtering is deemed unnecessary (or if @a requested_depth is
1210 svn_depth_t requested_depth,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlock.c1421 svn_depth_t requested_depth;
1430 BATON->requested_depth of BATON->path before called
1457 || (b->requested_depth == svn_depth_infinity))
1461 else if ((b->requested_depth == svn_depth_files) ||
1462 (b->requested_depth == svn_depth_immediates))
1487 glfb.requested_depth = depth;
1417 svn_depth_t requested_depth; member in struct:get_locks_filter_baton_t
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlock.c1296 svn_depth_t requested_depth;
1305 BATON->requested_depth of BATON->path before called
1332 || (b->requested_depth == svn_depth_infinity))
1336 else if ((b->requested_depth == svn_depth_files) ||
1337 (b->requested_depth == svn_depth_immediates))
1362 glfb.requested_depth = depth;
1292 svn_depth_t requested_depth; member in struct:get_locks_filter_baton_t
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupdate_editor.c189 svn_depth_t requested_depth;
1885 db->ambient_depth = (eb->requested_depth == svn_depth_unknown)
1886 ? svn_depth_infinity : eb->requested_depth;
1888 else if (eb->requested_depth == svn_depth_immediates
1889 || (eb->requested_depth == svn_depth_unknown
2730 && db->ambient_depth != eb->requested_depth)
2736 if (eb->requested_depth == svn_depth_infinity
2738 && eb->requested_depth > db->ambient_depth))
2740 db->ambient_depth = eb->requested_depth;
4763 eb->requested_depth,
186 svn_depth_t requested_depth; member in struct:edit_baton
[all...]

Completed in 291 milliseconds