Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1583 const char *name, *kind, *cdate, *cauthor; in ra_svn_get_dir() local
1595 &crev, &cdate, &cauthor)); in ra_svn_get_dir()
1621 dirent->last_author = cauthor; in ra_svn_get_dir()
2157 const char *kind, *cdate, *cauthor; in ra_svn_stat() local
2164 &crev, &cdate, &cauthor)); in ra_svn_stat()
2172 the_dirent->last_author = cauthor; in ra_svn_stat()
/freebsd-12.1/contrib/subversion/subversion/svnserve/
H A Dserve.c1075 const char *cdate, *cauthor, *uuid; in get_props() local
1080 SVN_ERR(svn_repos_get_committed_info(&crev, &cdate, &cauthor, root, in get_props()
1086 str = (cauthor) ? svn_string_create(cauthor, pool) : NULL; in get_props()