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

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dupdate.c58 const char *session_relpath;
69 session_relpath = "";
73 &session_relpath, url,
76 /* Is session_relpath still a directory? */
77 SVN_ERR(svn_ra_check_path(dfb->ra_session, session_relpath,
82 session_relpath, dfb->target_revision,
57 const char *session_relpath; local
H A Dcommit_util.c1383 of all of our URLs and store it as session_relpath. */
1389 this_item->session_relpath = svn_uri_skip_ancestor(*base_url,
1741 svn_hash_sets(file_mods, item->session_relpath, mod);
1793 const char *path = item->session_relpath;
1856 item->session_relpath,
H A Dmergeinfo.c537 const char *session_relpath;
539 SVN_ERR(svn_ra_get_path_relative_to_root(ra_session, &session_relpath,
542 if (session_relpath[0] == '\0')
547 session_relpath,
536 const char *session_relpath; local
H A Dra.c115 if (! strcmp(relpath, item->session_relpath))
172 if (strcmp(relpath, item->session_relpath) == 0)
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c678 const char *session_relpath,
689 if (session_relpath)
690 url = svn_path_url_add_component2(url, session_relpath, scratch_pool);
674 fetch_path_props(apr_hash_t **props, svn_ra_serf__session_t *session, const char *session_relpath, svn_revnum_t revision, const svn_ra_serf__dav_props_t *desired_props, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_client.h513 const char *session_relpath;
512 const char *session_relpath; member in struct:svn_client_commit_item3_t

Completed in 207 milliseconds