Lines Matching defs:path

58                    const char *path,
83 svn_path_url_add_component2(base_url, path,
102 path,
120 svn_path_url_add_component2(base_url, path,
139 path,
156 svn_path_url_add_component2(base_url, path,
175 path,
234 new_item->path = apr_pstrdup(result_pool, local_abspath);
258 svn_hash_sets(committables->by_path, new_item->path, new_item);
275 const char *path,
279 svn_hash_gets(committables->by_path, path);
354 when harvesting committables; that is, don't add a path to
364 to a const char * absolute path of a child. See the comment about
695 /* Return error on unknown path kinds. We check both the entry and
696 the node itself, since a path might have changed kind since its
1025 hdb->wc_ctx, item->path,
1034 const char *local_abspath = svn_dirent_join(item->path, relpath,
1050 /* If the path has a commit operation (possibly at an higher
1064 while (strcmp(dir, item->path))
1115 svn_dirent_join(item->path, relpath,
1256 /* Make sure that every path in danglers is part of the commit. */
1423 svn_dirent_local_style(item->path, pool),
1424 svn_dirent_local_style(last_item->path, pool));
1502 /* A baton for use while driving a path-based editor driver for commit */
1507 apr_hash_t *file_mods; /* hash: path->file_mod_t */
1508 const char *notify_path_prefix; /* notification path prefix
1509 (NULL is okay, else abs path) */
1530 const char *path,
1535 path);
1547 if (item->kind != svn_node_none && item->path)
1549 /* We always get an absolute path, see svn_client_commit_item3_t. */
1550 SVN_ERR_ASSERT(svn_dirent_is_absolute(item->path));
1551 local_abspath = item->path;
1578 svn_dirent_local_style(path, pool));
1583 svn_dirent_local_style(path, pool));
1588 if (ctx->notify_func2 && item->path)
1590 const char *npath = item->path;
1663 err = editor->delete_entry(path, item->revision,
1677 path, parent_baton, item->copyfrom_url,
1685 path, parent_baton, item->copyfrom_url,
1727 err = editor->open_file(path, parent_baton,
1746 err = editor->open_directory(path, parent_baton,
1805 err = editor->open_file(path, parent_baton,
1834 path, kind,
1869 const char *path = item->session_relpath;
1870 svn_hash_sets(items_hash, path, item);
1871 APR_ARRAY_PUSH(paths, const char *) = path;
1908 notify = svn_wc_create_notify(item->path,
1923 ctx->wc_ctx, item->path,
1930 return svn_error_trace(fixup_commit_error(item->path,
1938 svn_hash_sets(*sha1_checksums, item->path, new_text_base_sha1_checksum);
1994 old_item->path = item->path;
2011 old_item->path = item->path;