Searched refs:make_file_baton (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/ |
| D | ambient_depth_filter_editor.c | 244 make_file_baton(struct file_baton **f_p, in make_file_baton() function 511 SVN_ERR(make_file_baton(&b, pb, path, TRUE, pool)); in add_file() 534 SVN_ERR(make_file_baton(&b, pb, path, FALSE, pool)); in open_file()
|
| D | status.c | 1809 make_file_baton(struct dir_baton *parent_dir_baton, in make_file_baton() function 2289 struct file_baton *new_fb = make_file_baton(pb, path, pool); in add_file() 2311 struct file_baton *new_fb = make_file_baton(pb, path, pool); in open_file()
|
| D | diff_editor.c | 328 make_file_baton(const char *path, in make_file_baton() function 1934 fb = make_file_baton(path, TRUE, pb, file_pool); in add_file() 1994 fb = make_file_baton(path, FALSE, pb, file_pool); in open_file()
|
| D | update_editor.c | 775 make_file_baton(struct file_baton **f_p, in make_file_baton() function 3100 SVN_ERR(make_file_baton(&fb, pb, path, TRUE, pool)); in add_file() 3448 SVN_ERR(make_file_baton(&fb, pb, path, FALSE, pool)); in open_file()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_client/ |
| D | repos_diff.c | 281 make_file_baton(const char *path, in make_file_baton() function 487 struct file_baton *fb = make_file_baton(path, db, FALSE, scratch_pool); in diff_deleted_file() 761 fb = make_file_baton(path, pb, TRUE, pb->pool); in add_file() 799 fb = make_file_baton(path, pb, FALSE, pb->pool); in open_file()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/ |
| D | dump_editor.c | 227 make_file_baton(const char *path, in make_file_baton() function 767 fb = make_file_baton(path, pb, pool); in add_file() 802 fb = make_file_baton(path, pb, pool); in open_file()
|