Home
last modified time | relevance | path

Searched refs:set_path (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_ra/
H A Ddebug_reporter.c42 set_path(void *report_baton, in set_path() function
54 SVN_ERR(rb->wrapped_reporter->set_path(rb->wrapped_report_baton, path, in set_path()
137 tree_reporter->set_path = set_path; in svn_ra__get_debug_reporter()
H A Ddeprecated.c71 set_path(void *report_baton, in set_path() function
79 return b->reporter3->set_path(b->reporter3_baton, in set_path()
147 set_path,
H A Dwrapper_template.h214 return crb->reporter->set_path(crb->baton, path, revision, in compat_set_path()
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dadm_crawler.c344 SVN_ERR(reporter->set_path(report_baton, in report_revisions_and_depths()
460 SVN_ERR(reporter->set_path(report_baton, in report_revisions_and_depths()
486 SVN_ERR(reporter->set_path(report_baton, in report_revisions_and_depths()
543 SVN_ERR(reporter->set_path(report_baton, in report_revisions_and_depths()
581 SVN_ERR(reporter->set_path(report_baton, in report_revisions_and_depths()
689 SVN_ERR(reporter->set_path(report_baton, "", 0, depth, FALSE, in svn_wc_crawl_revisions5()
767 SVN_ERR(reporter->set_path(report_baton, "", target_rev, report_depth, in svn_wc_crawl_revisions5()
848 err = reporter->set_path(report_baton, "", target_rev, in svn_wc_crawl_revisions5()
H A Dexternals.c1191 SVN_ERR(reporter->set_path(report_baton, "", 0, svn_depth_infinity, in svn_wc__crawl_file_external()
1224 SVN_ERR(reporter->set_path(report_baton, "", revision, in svn_wc__crawl_file_external()
H A Ddeprecated.c224 return wrb->reporter->set_path(wrb->baton, path, revision, start_empty, in wrap_3to2_set_path()
385 return wrb->reporter->set_path(wrb->baton, path, revision, start_empty, in wrap_2to1_set_path()
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_ra.h378 svn_error_t *(*set_path)(void *report_baton, member
449 svn_error_t *(*set_path)(void *report_baton, member
490 svn_error_t *(*set_path)(void *report_baton, member
/freebsd-13.1/contrib/subversion/subversion/svnbench/
H A Dnull-export-cmd.c277 SVN_ERR(reporter->set_path(report_baton, "", loc->rev, in bench_null_export()
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dstatus.c141 return rb->wrapped_reporter->set_path(rb->wrapped_report_baton, path, in reporter_set_path()
H A Ddiff.c2056 SVN_ERR(reporter->set_path(reporter_baton, "", rev1, in diff_repos_repos()
2316 SVN_ERR(reporter->set_path(reporter_baton, "", in diff_repos_wc()
H A Dexport.c1323 SVN_ERR(reporter->set_path(report_baton, "", loc->rev, in export_directory()
H A Dmerge.c5843 SVN_ERR(reporter->set_path(report_baton, "", target_start, depth, in drive_merge_report_editor()
5929 SVN_ERR(reporter->set_path(report_baton, child_repos_path, in drive_merge_report_editor()
5935 SVN_ERR(reporter->set_path(report_baton, child_repos_path, in drive_merge_report_editor()
H A Dcopy.c2402 SVN_ERR(reporter->set_path(reporter_baton, "", location->rev, in copy_foreign_dir()
H A Dconflicts.c7808 SVN_ERR(reporter->set_path(reporter_baton, "", rev1, in merge_newly_added_dir()
/freebsd-13.1/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c456 SVN_ERR(reporter->set_path(report_baton, "", revision, in dump_initial_full_revision()
/freebsd-13.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c2062 set_path(void *report_baton, in set_path() function
2536 set_path,
/freebsd-13.1/contrib/subversion/subversion/svnserve/
H A Dserve.c859 static svn_error_t *set_path(svn_ra_svn_conn_t *conn, apr_pool_t *pool, in set_path() function
965 { "set-path", set_path },