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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dambient_depth_filter_editor.c245 make_file_baton(struct file_baton **f_p,
513 SVN_ERR(make_file_baton(&b, pb, path, TRUE, pool));
536 SVN_ERR(make_file_baton(&b, pb, path, FALSE, pool));
244 make_file_baton(struct file_baton **f_p, function
H A Dstatus.c1814 make_file_baton(struct dir_baton *parent_dir_baton,
2295 struct file_baton *new_fb = make_file_baton(pb, path, pool);
2317 struct file_baton *new_fb = make_file_baton(pb, path, pool);
1809 make_file_baton(struct dir_baton *parent_dir_baton, function
H A Ddiff_editor.c329 make_file_baton(const char *path,
1936 fb = make_file_baton(path, TRUE, pb, file_pool);
1996 fb = make_file_baton(path, FALSE, pb, file_pool);
328 make_file_baton(const char *path, function
H A Dupdate_editor.c778 make_file_baton(struct file_baton **f_p,
3104 SVN_ERR(make_file_baton(&fb, pb, path, TRUE, pool));
3452 SVN_ERR(make_file_baton(&fb, pb, path, FALSE, pool));
775 make_file_baton(struct file_baton **f_p, function
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c281 make_file_baton(const char *path, function
487 struct file_baton *fb = make_file_baton(path, db, FALSE, scratch_pool);
761 fb = make_file_baton(path, pb, TRUE, pb->pool);
799 fb = make_file_baton(path, pb, FALSE, pb->pool);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump_editor.c228 make_file_baton(const char *path,
769 fb = make_file_baton(path, pb, pool);
804 fb = make_file_baton(path, pb, pool);
227 make_file_baton(const char *path, function

Completed in 210 milliseconds