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

/freebsd-11-stable/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.c381 svn_depth_t ambient_depth;
628 d->ambient_depth = svn_depth_unknown;
1212 &db->changed_author, &db->ambient_depth,
1226 &db->ambient_depth,
1890 db->ambient_depth = (eb->requested_depth == svn_depth_unknown)
1895 && pb->ambient_depth == svn_depth_immediates))
1897 db->ambient_depth = svn_depth_empty;
1901 db->ambient_depth = svn_depth_infinity;
2186 db->ambient_depth,
2285 &db->changed_author, &db->ambient_depth,
378 svn_depth_t ambient_depth; member in struct:dir_baton
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dexternals.c968 svn_depth_t ambient_depth,
985 || (ambient_depth < svn_depth_infinity
1084 svn_depth_t ambient_depth = svn_depth_infinity; local
1104 ambient_depth = svn_depth_from_word(ambient_depth_w);
1111 ambient_depth, requested_depth,
962 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

Completed in 115 milliseconds