Searched refs:ambient_depth (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/subversion/subversion/libsvn_wc/
H A Dambient_depth_filter_editor.c111 svn_depth_t ambient_depth;
190 if (pb && pb->ambient_depth != svn_depth_unknown)
210 if (pb->ambient_depth == svn_depth_empty
211 || pb->ambient_depth == svn_depth_files)
237 d->ambient_depth = svn_depth_unknown;
279 if (pb->ambient_depth == svn_depth_empty)
297 /* If pb->ambient_depth == svn_depth_unknown we are pulling
299 if (pb->ambient_depth != svn_depth_unknown
363 b->ambient_depth = depth;
384 if (pb->ambient_depth < svn_depth_immediate
110 svn_depth_t ambient_depth; member in struct:dir_baton
[all...]
H A Dupdate_editor.c377 svn_depth_t ambient_depth;
613 d->ambient_depth = svn_depth_unknown;
1228 &db->changed_author, &db->ambient_depth,
1252 &db->ambient_depth,
2022 db->ambient_depth = (eb->requested_depth == svn_depth_unknown)
2027 && pb->ambient_depth == svn_depth_immediates))
2029 db->ambient_depth = svn_depth_empty;
2033 db->ambient_depth = svn_depth_infinity;
2298 db->ambient_depth,
2402 &db->changed_author, &db->ambient_depth,
374 svn_depth_t ambient_depth; member in struct:dir_baton
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_client/
H A Dexternals.c909 svn_depth_t ambient_depth,
925 || (ambient_depth < svn_depth_infinity
1023 svn_depth_t ambient_depth = svn_depth_infinity; local
1043 ambient_depth = svn_depth_from_word(ambient_depth_w);
1050 ambient_depth, requested_depth,
903 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, apr_pool_t *scratch_pool) argument

Completed in 64 milliseconds