Home
last modified time | relevance | path

Searched refs:link_path (Results 1 – 16 of 16) sorted by relevance

/trueos/contrib/subversion/subversion/libsvn_ra/
HDdebug_reporter.c73 link_path(void *report_baton, in link_path() function
87 SVN_ERR(rb->wrapped_reporter->link_path(rb->wrapped_report_baton, path, url, in link_path()
139 tree_reporter->link_path = link_path; in svn_ra__get_debug_reporter()
HDdeprecated.c100 link_path(void *report_baton, in link_path() function
109 return b->reporter3->link_path(b->reporter3_baton, in link_path()
149 link_path,
HDwrapper_template.h235 return crb->reporter->link_path(crb->baton, path, url, revision, in compat_link_path()
/trueos/contrib/subversion/subversion/libsvn_repos/
HDreporter.c84 const char *link_path; /* NULL for set_path or delete_path */ member
296 SVN_ERR(read_string(&(*pi)->link_path, reader, pool)); in read_path_info()
298 (*pi)->link_path = NULL; in read_path_info()
927 if (info && info->link_path && !b->is_switch) in update_entry()
929 t_path = info->link_path; in update_entry()
942 s_path = (info->link_path) ? info->link_path : s_path; in update_entry()
1365 info_is_set_path = (SVN_IS_VALID_REVNUM(info->rev) && !info->link_path); in drive()
1418 || info->link_path || !SVN_IS_VALID_REVNUM(info->rev)) in finish_report()
1520 svn_repos_link_path3(void *baton, const char *path, const char *link_path, in svn_repos_link_path3() argument
1530 write_path_info(baton, path, link_path, rev, depth, in svn_repos_link_path3()
HDdeprecated.c307 svn_repos_link_path2(void *baton, const char *path, const char *link_path, in svn_repos_link_path2() argument
311 return svn_repos_link_path3(baton, path, link_path, rev, svn_depth_infinity, in svn_repos_link_path2()
316 svn_repos_link_path(void *baton, const char *path, const char *link_path, in svn_repos_link_path() argument
320 return svn_repos_link_path2(baton, path, link_path, rev, start_empty, in svn_repos_link_path()
/trueos/contrib/subversion/subversion/libsvn_wc/
HDadm_crawler.c437 SVN_ERR(reporter->link_path(report_baton, in report_revisions_and_depths()
459 SVN_ERR(reporter->link_path(report_baton, in report_revisions_and_depths()
519 SVN_ERR(reporter->link_path(report_baton, in report_revisions_and_depths()
542 SVN_ERR(reporter->link_path(report_baton, in report_revisions_and_depths()
813 err = reporter->link_path(report_baton, in svn_wc_crawl_revisions5()
HDexternals.c1152 SVN_ERR(reporter->link_path(report_baton, "", in svn_wc__crawl_file_external()
HDdeprecated.c249 return wrb->reporter->link_path(wrb->baton, path, url, revision, in wrap_3to2_link_path()
409 return wrb->reporter->link_path(wrb->baton, path, url, revision, in wrap_2to1_link_path()
/trueos/contrib/llvm/lib/Support/Unix/
HDPath.inc249 char link_path[MAXPATHLEN];
250 if (realpath(exe_path, link_path))
251 return link_path;
282 char link_path[MAXPATHLEN];
283 if (realpath(DLInfo.dli_fname, link_path))
284 return link_path;
/trueos/contrib/subversion/subversion/include/
HDsvn_ra.h352 svn_error_t *(*link_path)(void *report_baton, member
402 svn_error_t *(*link_path)(void *report_baton, member
442 svn_error_t *(*link_path)(void *report_baton, member
HDsvn_repos.h1096 const char *link_path,
1113 const char *link_path,
1128 const char *link_path,
/trueos/contrib/subversion/subversion/libsvn_client/
HDstatus.c173 return rb->wrapped_reporter->link_path(rb->wrapped_report_baton, path, url, in reporter_link_path()
HDdiff.c2013 SVN_ERR(reporter->link_path(reporter_baton, target, in diff_repos_wc()
/trueos/contrib/subversion/subversion/libsvn_ra_serf/
HDupdate.c2596 link_path(void *report_baton, in link_path() function
3117 link_path,
/trueos/contrib/subversion/subversion/svnserve/
HDserve.c872 static svn_error_t *link_path(svn_ra_svn_conn_t *conn, apr_pool_t *pool, in link_path() function
928 { "link-path", link_path },
/trueos/contrib/gcc/
HDFSFChangeLog.102166 * rs6000.h (EXTRA_SPECS): Add link_syscalls, link_libg, link_path,