Searched refs:make_dir_baton (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dambient_depth_filter_editor.c160 make_dir_baton(struct dir_baton **d_p,
340 SVN_ERR(make_dir_baton(&b, NULL, eb, NULL, FALSE, pool));
422 SVN_ERR(make_dir_baton(&b, path, eb, pb, TRUE, pool));
471 SVN_ERR(make_dir_baton(&b, path, eb, pb, FALSE, pool));
159 make_dir_baton(struct dir_baton **d_p, function
H A Ddiff_editor.c288 make_dir_baton(const char *path,
1579 db = make_dir_baton("", NULL, eb, FALSE, eb->depth, dir_pool);
1635 db = make_dir_baton(path, pb, pb->eb, TRUE, subdir_depth,
1696 db = make_dir_baton(path, pb, pb->eb, FALSE, subdir_depth, dir_pool);
287 make_dir_baton(const char *path, function
H A Dstatus.c1702 make_dir_baton(void **dir_baton,
2024 return make_dir_baton(dir_baton, NULL, eb, NULL, pool);
2074 SVN_ERR(make_dir_baton(child_baton, path, eb, pb, pool));
2096 return make_dir_baton(child_baton, path, pb->edit_baton, pb, pool);
1697 make_dir_baton(void **dir_baton, function
H A Dupdate_editor.c571 make_dir_baton(struct dir_baton **d_p,
1176 SVN_ERR(make_dir_baton(&db, NULL, eb, NULL, FALSE, pool));
1874 SVN_ERR(make_dir_baton(&db, path, eb, pb, TRUE, pool));
2252 SVN_ERR(make_dir_baton(&db, path, eb, pb, FALSE, pool));
568 make_dir_baton(struct dir_baton **d_p, function
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump_editor.c183 make_dir_baton(struct dir_baton **dbp,
585 SVN_ERR(make_dir_baton(&new_db, NULL, NULL, SVN_INVALID_REVNUM,
602 SVN_ERR(make_dir_baton(&new_db, NULL, NULL, SVN_INVALID_REVNUM,
644 SVN_ERR(make_dir_baton(&new_db, path, copyfrom_path, copyfrom_rev, pb->eb,
698 SVN_ERR(make_dir_baton(&new_db, path, copyfrom_path, copyfrom_rev,
182 make_dir_baton(struct dir_baton **dbp, function
H A Dcommit.c274 make_dir_baton(struct edit_baton *edit_baton,
394 struct dir_baton *new_db = make_dir_baton(eb, pb, full_path, was_copied,
561 *child_baton = make_dir_baton(eb, pb, full_path, pb->was_copied,
272 make_dir_baton(struct edit_baton *edit_baton, function
H A Ddump.c746 make_dir_baton(struct dir_baton **dbp,
1556 return svn_error_trace(make_dir_baton((struct dir_baton **)root_baton,
1592 SVN_ERR(make_dir_baton(&new_db, path, copyfrom_path, copyfrom_rev, eb,
1650 SVN_ERR(make_dir_baton(&new_db, path, cmp_path, cmp_rev, eb, pb, pool));
742 make_dir_baton(struct dir_baton **dbp, function
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c225 make_dir_baton(const char *path, function
457 struct dir_baton *db = make_dir_baton("", NULL, eb, FALSE, base_revision,
545 db = make_dir_baton(path, pb, pb->edit_baton, FALSE, SVN_INVALID_REVNUM,
676 db = make_dir_baton(path, pb, eb, TRUE, SVN_INVALID_REVNUM, pb->pool);
717 db = make_dir_baton(path, pb, eb, FALSE, base_revision, pb->pool);

Completed in 133 milliseconds