Searched refs:t_path (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/subversion/subversion/libsvn_repos/ |
| HD | reporter.c | 112 const char *t_path; /* FS path the edit will bring the wc to */ member 159 const char *s_path, const char *t_path, 517 const char *t_path, const char *lock_token, in delta_proplists() argument 533 SVN_ERR(svn_fs_node_created_rev(&crev, b->t_root, t_path, pool)); in delta_proplists() 566 SVN_ERR(svn_fs_get_lock(&lock, b->repos->fs, t_path, pool)); in delta_proplists() 579 SVN_ERR(svn_fs_props_changed(&changed, b->t_root, t_path, s_root, in delta_proplists() 589 SVN_ERR(svn_fs_node_proplist(&t_props, b->t_root, t_path, pool)); in delta_proplists() 670 const char *s_path, const char *t_path, const char *lock_token, in delta_files() argument 682 SVN_ERR(delta_proplists(b, s_rev, s_path, t_path, lock_token, in delta_files() 693 SVN_ERR(svn_repos__compare_files(&changed, b->t_root, t_path, in delta_files() [all …]
|