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

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1264 const char *name, *kind, *cdate, *cauthor;
1276 &crev, &cdate, &cauthor));
1295 dirent->last_author = cauthor;
1788 const char *kind, *cdate, *cauthor;
1795 &crev, &cdate, &cauthor));
1803 the_dirent->last_author = cauthor;
1263 const char *name, *kind, *cdate, *cauthor; local
1787 const char *kind, *cdate, *cauthor; local
/freebsd-10.1-release/contrib/subversion/subversion/svnserve/
H A Dserve.c1062 const char *cdate, *cauthor, *uuid;
1067 SVN_ERR(svn_repos_get_committed_info(&crev, &cdate, &cauthor, root,
1074 str = (cauthor) ? svn_string_create(cauthor, pool) : NULL;
1061 const char *cdate, *cauthor, *uuid; local

Completed in 113 milliseconds