Home
last modified time | relevance | path

Searched refs:make_file_baton (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
Dambient_depth_filter_editor.c244 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()
Dstatus.c1809 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()
Ddiff_editor.c328 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()
Dupdate_editor.c775 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/
Drepos_diff.c281 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/
Ddump_editor.c227 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()