Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1586 const char *name, *kind, *cdate, *cauthor; in ra_svn_get_dir() local
1598 &crev, &cdate, &cauthor)); in ra_svn_get_dir()
1624 dirent->last_author = cauthor; in ra_svn_get_dir()
2160 const char *kind, *cdate, *cauthor; in ra_svn_stat() local
2167 &crev, &cdate, &cauthor)); in ra_svn_stat()
2175 the_dirent->last_author = cauthor; in ra_svn_stat()
/freebsd-13.1/contrib/subversion/subversion/svnserve/
H A Dserve.c1101 const char *cdate, *cauthor, *uuid; in get_props() local
1106 SVN_ERR(svn_repos_get_committed_info(&crev, &cdate, &cauthor, root, in get_props()
1112 str = (cauthor) ? svn_string_create(cauthor, pool) : NULL; in get_props()