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

/freebsd-10.3-release/contrib/subversion/subversion/libsvn_repos/
H A Drepos.h124 char *lock_path;
122 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),
1201 repos->lock_path = svn_dirent_join(path, SVN_REPOS__LOCK_DIR, pool);
/freebsd-10.3-release/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c1651 const char *lock_path;
1660 lock_path = APR_ARRAY_IDX(args, 0, const char *);
1681 SVN_ERR(svn_utf_cstring_to_utf8(&lock_path_utf8, lock_path, pool));
1701 lock_path, username));
1803 const char *lock_path = APR_ARRAY_IDX(args, i, const char *);
1807 SVN_ERR(svn_utf_cstring_to_utf8(&lock_path_utf8, lock_path, subpool));
1817 lock_path));
1856 const char *lock_path;
1862 lock_path = APR_ARRAY_IDX(args, 0, const char *);
1873 SVN_ERR(svn_utf_cstring_to_utf8(&lock_path_utf8, lock_path, poo
1649 const char *lock_path; local
1801 const char *lock_path = APR_ARRAY_IDX(args, i, const char *); local
1854 const char *lock_path; local
[all...]

Completed in 179 milliseconds