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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.h125 char *lock_path;
123 char *lock_path; member in struct:svn_repos_t
H A Drepos.c84 return apr_pstrdup(pool, repos->lock_path);
91 return svn_dirent_join(repos->lock_path, SVN_REPOS__DB_LOCKFILE, pool);
98 return svn_dirent_join(repos->lock_path, SVN_REPOS__DB_LOGS_LOCKFILE, pool);
262 SVN_ERR_W(create_repos_dir(repos->lock_path, pool),
1029 repos->lock_path = svn_dirent_join(path, SVN_REPOS__LOCK_DIR, pool);
/freebsd-11-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c2530 const char *lock_path;
2538 lock_path = APR_ARRAY_IDX(args, 0, const char *);
2559 SVN_ERR(target_arg_to_fspath(&lock_path, lock_path, pool, pool));
2562 SVN_ERR(svn_fs_lock(&lock, fs, lock_path,
2570 SVN_ERR(svn_repos_fs_lock(&lock, repos, lock_path,
2580 lock_path, username));
2693 const char *lock_path = APR_ARRAY_IDX(args, i, const char *);
2696 SVN_ERR(target_arg_to_fspath(&lock_path, lock_path, subpoo
2528 const char *lock_path; local
2691 const char *lock_path = APR_ARRAY_IDX(args, i, const char *); local
2747 const char *lock_path; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.c159 const char *lock_path;
195 svn_error_t *err = get_lock_on_filesystem(baton->lock_path, pool);
268 baton->lock_path = svn_fs_fs__path_lock(baton->fs, baton->lock_pool);
274 baton->lock_path = svn_fs_fs__path_txn_current_lock(baton->fs,
281 baton->lock_path = svn_fs_fs__path_pack_lock(baton->fs,
158 const char *lock_path; member in struct:with_lock_baton_t
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtransaction.c232 const char *lock_path; member in struct:with_lock_baton_t
268 svn_error_t *err = get_lock_on_filesystem(baton->lock_path, pool);
356 baton->lock_path = svn_fs_x__path_txn_current_lock(baton->fs,
363 baton->lock_path = svn_fs_x__path_lock(baton->fs, baton->lock_pool);
369 baton->lock_path = svn_fs_x__path_pack_lock(baton->fs,

Completed in 197 milliseconds