Searched refs:log_command (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/contrib/subversion/subversion/svnserve/ |
| HD | serve.c | 153 static svn_error_t *log_command(server_baton_t *b, in log_command() function 1151 SVN_ERR(log_command(b, conn, pool, "%s", svn_log__reparent(fs_path, pool))); in reparent() 1166 SVN_ERR(log_command(b, conn, pool, "get-latest-rev")); in get_latest_rev() 1186 SVN_ERR(log_command(b, conn, pool, "get-dated-rev %s", timestr)); in get_dated_rev() 1210 SVN_ERR(log_command(b, conn, pool, "%s", in do_change_rev_prop() 1298 SVN_ERR(log_command(b, conn, pool, "%s", svn_log__rev_proplist(rev, pool))); in rev_proplist() 1327 SVN_ERR(log_command(b, conn, pool, "%s", in rev_prop() 1560 SVN_ERR(log_command(b, conn, pool, "%s", in commit() 1631 SVN_ERR(log_command(b, conn, pool, "%s", in get_file() 1817 SVN_ERR(log_command(b, conn, pool, "%s", in get_dir() [all …]
|