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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Ddebug_reporter.c44 set_path(void *report_baton,
53 SVN_ERR(svn_stream_printf(rb->out, pool, "set_path(%s, %ld, %s, %s, %s)\n",
56 SVN_ERR(rb->wrapped_reporter->set_path(rb->wrapped_report_baton, path,
140 tree_reporter->set_path = set_path;
42 set_path(void *report_baton, function
H A Ddeprecated.c72 set_path(void *report_baton,
80 return b->reporter3->set_path(b->reporter3_baton,
148 set_path,
71 set_path(void *report_baton, function
H A Dwrapper_template.h214 return crb->reporter->set_path(crb->baton, path, revision,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dadm_crawler.c344 SVN_ERR(reporter->set_path(report_baton,
460 SVN_ERR(reporter->set_path(report_baton,
486 SVN_ERR(reporter->set_path(report_baton,
543 SVN_ERR(reporter->set_path(report_baton,
581 SVN_ERR(reporter->set_path(report_baton,
690 SVN_ERR(reporter->set_path(report_baton, "", 0, depth, FALSE,
768 SVN_ERR(reporter->set_path(report_baton, "", target_rev, report_depth,
848 empty string to set_path. */
849 err = reporter->set_path(report_baton, "", target_rev,
H A Dexternals.c1193 SVN_ERR(reporter->set_path(report_baton, "", 0, svn_depth_infinity,
1226 SVN_ERR(reporter->set_path(report_baton, "", revision,
H A Ddeprecated.c225 return wrb->reporter->set_path(wrb->baton, path, revision, start_empty,
386 return wrb->reporter->set_path(wrb->baton, path, revision, start_empty,
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnull-export-cmd.c278 SVN_ERR(reporter->set_path(report_baton, "", loc->rev,
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_ra.h344 * siblings of the parent. The first report call must be a set_path
348 * relative to the anchor, follow up the initial set_path call with a
367 * @a path may not be underneath a path on which set_path() was
373 * This will *override* any previous set_path() calls made on parent
380 svn_error_t *(*set_path)(void *report_baton,
390 * @a path may not be underneath a path on which set_path() was
399 /** Like set_path(), but differs in that @a path in the working copy
405 * @a path may not be underneath a path on which set_path() was
451 svn_error_t *(*set_path)(void *report_baton,
492 svn_error_t *(*set_path)(voi
378 svn_error_t *(*set_path)(void *report_baton, member in struct:svn_ra_reporter3_t
449 svn_error_t *(*set_path)(void *report_baton, member in struct:svn_ra_reporter2_t
490 svn_error_t *(*set_path)(void *report_baton, member in struct:svn_ra_reporter_t
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dstatus.c134 /* Implements svn_ra_reporter3_t->set_path. */
143 return rb->wrapped_reporter->set_path(rb->wrapped_report_baton, path,
H A Ddiff.c2060 SVN_ERR(reporter->set_path(reporter_baton, "", rev1,
2320 SVN_ERR(reporter->set_path(reporter_baton, "",
H A Dexport.c1327 SVN_ERR(reporter->set_path(report_baton, "", loc->rev,
H A Dmerge.c5850 SVN_ERR(reporter->set_path(report_baton, "", target_start, depth,
5886 attempt to describe it via a reporter set_path call. */
5936 SVN_ERR(reporter->set_path(report_baton, child_repos_path,
5942 SVN_ERR(reporter->set_path(report_baton, child_repos_path,
9531 call reporter->set_path(PATH=="") to set the root revision
H A Dconflicts.c7810 SVN_ERR(reporter->set_path(reporter_baton, "", rev1,
/freebsd-11-stable/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c458 SVN_ERR(reporter->set_path(report_baton, "", revision,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c2068 set_path(void *report_baton,
2542 set_path,
2062 set_path(void *report_baton, function
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c860 static svn_error_t *set_path(svn_ra_svn_conn_t *conn, apr_pool_t *pool,
966 { "set-path", set_path },
859 static svn_error_t *set_path(svn_ra_svn_conn_t *conn, apr_pool_t *pool, function
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c3595 set_path(zpool_handle_t *zhp, nvlist_t *nv, const char *path) function
3674 set_path(zhp, nv, newpath);

Completed in 459 milliseconds