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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.c11262 apr_int64_t new_repos_id; local
11352 SVN_ERR(create_repos_id(&new_repos_id, repos_root_url, repos_uuid,
11359 old_repos_id, new_repos_id));
11367 SVN_ERR(svn_sqlite__bindf(stmt, "ii", old_repos_id, new_repos_id));
12149 apr_int64_t new_repos_id,
12184 new_repos_id,
12260 new_repos_id,
12296 apr_int64_t new_repos_id = INVALID_REPOS_ID; local
12327 SVN_ERR(create_repos_id(&new_repos_id, new_repos_root_url,
12333 new_repos_id,
12143 bump_node_revision(svn_wc__db_wcroot_t *wcroot, const char *local_relpath, svn_wc__db_status_t node_status, svn_node_kind_t node_kind, svn_revnum_t node_revision, const char *node_repos_relpath, apr_int64_t new_repos_id, const char *new_repos_relpath, svn_revnum_t new_rev, svn_depth_t depth, apr_hash_t *exclude_relpaths, apr_hash_t *wcroot_iprops, svn_boolean_t is_root, svn_boolean_t skip_when_dir, svn_wc__db_t *db, apr_pool_t *scratch_pool) argument
[all...]

Completed in 88 milliseconds