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

/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dpropedit-cmd.c221 const char *abspath_or_url;
230 SVN_ERR(svn_dirent_get_absolute(&abspath_or_url, target, subpool));
232 abspath_or_url = target;
239 SVN_ERR(svn_client_propget5(&props, NULL, pname, abspath_or_url,
246 propval = svn_hash_gets(props, abspath_or_url);
267 SVN_ERR(svn_wc_read_kind2(&kind, ctx->wc_ctx, abspath_or_url,
219 const char *abspath_or_url; local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dinfo.c300 const char *abspath_or_url,
324 abspath_or_url, &client_info, scratch_pool);
328 svn_client_info4(const char *abspath_or_url, argument
363 SVN_ERR(svn_wc__get_info(ctx->wc_ctx, abspath_or_url, depth,
373 ctx->wc_ctx, abspath_or_url,
391 abspath_or_url, NULL, peg_revision,
299 wc_info_receiver(void *baton, const char *abspath_or_url, const svn_wc__info2_t *wc_info, apr_pool_t *scratch_pool) argument
H A Dutil.c253 const char *abspath_or_url,
261 if (!svn_path_is_url(abspath_or_url))
265 ctx->wc_ctx, abspath_or_url,
284 SVN_ERR(svn_client_open_ra_session2(&ra_session, abspath_or_url, NULL,
251 svn_client_get_repos_root(const char **repos_root, const char **repos_uuid, const char *abspath_or_url, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Ddeprecated.c2711 svn_client_info3(const char *abspath_or_url,
2724 svn_client_info4(abspath_or_url,
2900 const char *abspath_or_url,
2905 const char *path = abspath_or_url;
2909 svn_dirent_is_ancestor(rb->anchor_abspath, abspath_or_url))
2913 abspath_or_url),
2939 const char *abspath_or_url = path_or_url;
2948 SVN_ERR(svn_dirent_get_absolute(&abspath_or_url, path_or_url, pool));
2949 rb.anchor_abspath = abspath_or_url;
2953 SVN_ERR(svn_client_info3(abspath_or_url,
2709 svn_client_info3(const char *abspath_or_url, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_depth_t depth, svn_boolean_t fetch_excluded, svn_boolean_t fetch_actual_only, const apr_array_header_t *changelists, svn_client_info_receiver2_t receiver, void *receiver_baton, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
2897 info_receiver_relpath_wrapper(void *baton, const char *abspath_or_url, const svn_client_info2_t *info2, apr_pool_t *scratch_pool) argument
2937 const char *abspath_or_url = path_or_url; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/svnbench/
H A Dnull-info-cmd.c113 client_info(const char *abspath_or_url,
140 abspath_or_url, NULL, peg_revision,
111 client_info(const char *abspath_or_url, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_depth_t depth, svn_boolean_t fetch_excluded, svn_boolean_t fetch_actual_only, const apr_array_header_t *changelists, int *counter, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_client.h7396 * describes @a abspath_or_url with the information present in @a info.
7403 const char *abspath_or_url,
7409 * about @a abspath_or_url in @a revision. The information returned is
7418 * actual node revision selected is determined by the @a abspath_or_url
7424 * If @a abspath_or_url is not a local path, then if @a revision is of
7432 * If @a abspath_or_url is a file, just invoke @a receiver on it. If it
7434 * #svn_depth_empty, invoke @a receiver on @a abspath_or_url and
7435 * nothing else; if #svn_depth_files, on @a abspath_or_url and its
7438 * recurse fully, invoking @a receiver on @a abspath_or_url and
7458 svn_client_info4(const char *abspath_or_url,
[all...]

Completed in 201 milliseconds