Searched refs:relpath (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_dirent_uri_private.h34 * Convert @a relpath from the local style to the canonical internal style.
45 const char *relpath,
H A Dsvn_diff_tree.h171 const char *relpath,
183 (*dir_added)(const char *relpath,
197 (*dir_deleted)(const char *relpath,
210 (*dir_changed)(const char *relpath,
227 (*dir_closed)(const char *relpath,
240 const char *relpath,
251 (*file_added)(const char *relpath,
264 (*file_deleted)(const char *relpath,
274 (*file_changed)(const char *relpath,
289 (*file_closed)(const char *relpath,
[all...]
H A Dsvn_client_mtcc.h74 /** Adds a file add operation of @a relpath to @a mtcc. If @a src_checksum
86 svn_client__mtcc_add_add_file(const char *relpath,
106 /** Adds a delete of @a relpath to @a mtcc.
113 svn_client__mtcc_add_delete(const char *relpath,
117 /** Adds an mkdir operation of @a relpath to @a mtcc.
124 svn_client__mtcc_add_mkdir(const char *relpath,
143 * (which can be NULL for a delete) on @a relpath to @a mtcc.
153 svn_client__mtcc_add_propset(const char *relpath,
161 /** Adds an update file operation for @a relpath to @a mtcc.
181 svn_client__mtcc_add_update_file(const char *relpath,
[all...]
H A Dsvn_editor.h422 * the callbacks' @a relpath arguments.
427 * copy refers to, and thus the driver could send @a relpath arguments
513 const char *relpath,
524 const char *relpath,
536 const char *relpath,
547 const char *relpath,
557 const char *relpath,
568 const char *relpath,
580 const char *relpath,
591 const char *relpath,
[all...]
H A Dsvn_branch_nested.h51 /* Return the root repos-relpath of BRANCH.
59 /* Return the repos-relpath of element EID in BRANCH.
70 /* Return the EID for the repos-relpath RRPATH in BRANCH.
101 const char *relpath,
121 const char *relpath,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_tree.c44 const char *relpath,
58 default_dir_added(const char *relpath, argument
67 SVN_ERR(processor->dir_closed(relpath, NULL, right_source,
75 default_dir_deleted(const char *relpath, argument
82 SVN_ERR(processor->dir_closed(relpath, left_source, NULL,
89 default_dir_changed(const char *relpath, argument
99 SVN_ERR(processor->dir_closed(relpath,
107 default_dir_closed(const char *relpath, argument
120 const char *relpath,
134 default_file_added(const char *relpath, argument
41 default_dir_opened(void **new_dir_baton, svn_boolean_t *skip, svn_boolean_t *skip_children, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *parent_dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
118 default_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
152 default_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
167 default_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
187 default_file_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
198 default_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
237 reverse_dir_opened(void **new_dir_baton, svn_boolean_t *skip, svn_boolean_t *skip_children, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *parent_dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
262 reverse_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
284 reverse_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
305 reverse_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
338 reverse_dir_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
357 reverse_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
384 reverse_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
408 reverse_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
432 reverse_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
471 reverse_file_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
491 reverse_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
542 filter_dir_opened(void **new_dir_baton, svn_boolean_t *skip, svn_boolean_t *skip_children, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *parent_dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
576 filter_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
603 filter_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
626 filter_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
654 filter_dir_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
676 filter_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
711 filter_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
741 filter_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
766 filter_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
800 filter_file_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
823 filter_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
879 copy_as_changed_dir_opened(void **new_dir_baton, svn_boolean_t *skip, svn_boolean_t *skip_children, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *parent_dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
912 copy_as_changed_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
954 copy_as_changed_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
974 copy_as_changed_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
999 copy_as_changed_dir_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1018 copy_as_changed_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1053 copy_as_changed_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1113 copy_as_changed_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1135 copy_as_changed_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1166 copy_as_changed_file_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1186 copy_as_changed_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1246 tee_dir_opened(void **new_dir_baton, svn_boolean_t *skip, svn_boolean_t *skip_children, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *parent_dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1292 tee_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1326 tee_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1354 tee_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1390 tee_dir_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1417 tee_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1460 tee_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1499 tee_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1529 tee_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1574 tee_file_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1602 tee_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Deditor.c112 #define CLEAR_INCOMPLETE(editor, relpath) \
113 svn_hash_sets((editor)->pending_incomplete_children, relpath, NULL);
115 #define MARK_RELPATH(editor, relpath, value) \
117 apr_pstrdup((editor)->state_pool, relpath), value)
119 #define MARK_COMPLETED(editor, relpath) \
120 MARK_RELPATH(editor, relpath, MARKER_DONE)
121 #define SHOULD_NOT_BE_COMPLETED(editor, relpath) \
122 SVN_ERR_ASSERT(svn_hash_gets((editor)->completed_nodes, relpath) == NULL)
124 #define MARK_ALLOW_ADD(editor, relpath) \
125 MARK_RELPATH(editor, relpath, MARKER_ALLOW_AD
170 allow_either(const svn_editor_t *editor, const char *relpath, const void *marker1, const void *marker2) argument
180 check_unknown_child(const svn_editor_t *editor, const char *relpath) argument
205 mark_parent_stable(const svn_editor_t *editor, const char *relpath) argument
456 svn_editor_add_directory(svn_editor_t *editor, const char *relpath, const apr_array_header_t *children, apr_hash_t *props, svn_revnum_t replaces_rev) argument
508 svn_editor_add_file(svn_editor_t *editor, const char *relpath, const svn_checksum_t *checksum, svn_stream_t *contents, apr_hash_t *props, svn_revnum_t replaces_rev) argument
548 svn_editor_add_symlink(svn_editor_t *editor, const char *relpath, const char *target, apr_hash_t *props, svn_revnum_t replaces_rev) argument
583 svn_editor_add_absent(svn_editor_t *editor, const char *relpath, svn_node_kind_t kind, svn_revnum_t replaces_rev) argument
616 svn_editor_alter_directory(svn_editor_t *editor, const char *relpath, svn_revnum_t revision, const apr_array_header_t *children, apr_hash_t *props) argument
672 svn_editor_alter_file(svn_editor_t *editor, const char *relpath, svn_revnum_t revision, const svn_checksum_t *checksum, svn_stream_t *contents, apr_hash_t *props) argument
712 svn_editor_alter_symlink(svn_editor_t *editor, const char *relpath, svn_revnum_t revision, const char *target, apr_hash_t *props) argument
747 svn_editor_delete(svn_editor_t *editor, const char *relpath, svn_revnum_t revision) argument
[all...]
H A Dpath_driver.c184 const char *relpath;
190 relpath = APR_ARRAY_IDX(relpaths, i, const char *);
192 SVN_ERR(svn_delta_path_driver_step(state, relpath, iterpool));
238 const char *relpath,
248 SVN_ERR_ASSERT(svn_relpath_is_canonical(relpath));
253 if (!state->last_path && !svn_path_is_empty(relpath))
265 common = svn_relpath_get_longest_ancestor(state->last_path, relpath,
286 pdir = svn_relpath_dirname(relpath, scratch_pool);
330 relpath, subpool));
344 state->last_path = apr_pstrdup(state->pool, db ? relpath
182 const char *relpath; local
235 svn_delta_path_driver_step(svn_delta_path_driver_state_t *state, const char *relpath, apr_pool_t *scratch_pool) argument
[all...]
H A Dcompat.c210 const char *relpath)
212 struct change_node *change = svn_hash_gets(eb->changes, relpath);
218 relpath = apr_pstrdup(eb->edit_pool, relpath);
219 APR_ARRAY_PUSH(eb->path_order, const char *) = relpath;
227 svn_hash_sets(eb->changes, relpath, change);
235 const char *relpath,
242 struct change_node *change = locate_change(eb, relpath);
272 relpath, base_revision,
553 const char *relpath
208 locate_change(struct ev2_edit_baton *eb, const char *relpath) argument
233 apply_propedit(struct ev2_edit_baton *eb, const char *relpath, svn_node_kind_t kind, svn_revnum_t base_revision, const char *name, const svn_string_t *value, apr_pool_t *scratch_pool) argument
552 const char *relpath = map_to_repos_relpath(pb->eb, path, scratch_pool); local
582 const char *relpath = map_to_repos_relpath(pb->eb, path, scratch_pool); local
630 const char *relpath = map_to_repos_relpath(pb->eb, path, scratch_pool); local
677 const char *relpath = map_to_repos_relpath(pb->eb, path, scratch_pool); local
699 const char *relpath = map_to_repos_relpath(pb->eb, path, scratch_pool); local
745 const char *relpath = map_to_repos_relpath(pb->eb, path, scratch_pool); local
884 const char *relpath = map_to_repos_relpath(fb->eb, fb->path, local
911 const char *relpath = map_to_repos_relpath(pb->eb, path, scratch_pool); local
1066 insert_change(const char *relpath, apr_hash_t *changes) argument
1091 add_directory_cb(void *baton, const char *relpath, const apr_array_header_t *children, apr_hash_t *props, svn_revnum_t replaces_rev, apr_pool_t *scratch_pool) argument
1111 add_file_cb(void *baton, const char *relpath, const svn_checksum_t *checksum, svn_stream_t *contents, apr_hash_t *props, svn_revnum_t replaces_rev, apr_pool_t *scratch_pool) argument
1151 add_symlink_cb(void *baton, const char *relpath, const char *target, apr_hash_t *props, svn_revnum_t replaces_rev, apr_pool_t *scratch_pool) argument
1174 add_absent_cb(void *baton, const char *relpath, svn_node_kind_t kind, svn_revnum_t replaces_rev, apr_pool_t *scratch_pool) argument
1192 alter_directory_cb(void *baton, const char *relpath, svn_revnum_t revision, const apr_array_header_t *children, apr_hash_t *props, apr_pool_t *scratch_pool) argument
1217 alter_file_cb(void *baton, const char *relpath, svn_revnum_t revision, const svn_checksum_t *checksum, svn_stream_t *contents, apr_hash_t *props, apr_pool_t *scratch_pool) argument
1268 alter_symlink_cb(void *baton, const char *relpath, svn_revnum_t revision, const char *target, apr_hash_t *props, apr_pool_t *scratch_pool) argument
1284 delete_cb(void *baton, const char *relpath, svn_revnum_t revision, apr_pool_t *scratch_pool) argument
1368 count_components(const char *relpath) argument
1591 const char *relpath; local
[all...]
H A Dbranch_compat.c60 const char *relpath; member in struct:svn_pathrev_t
71 if (strcmp(p1->relpath, p2->relpath) != 0)
86 loc->relpath, loc->rev);
351 const char *relpath)
355 change_node_t *change = svn_hash_gets(changes, relpath);
364 const char *parent_path = relpath;
397 const char *relpath,
401 change_node_t *change = svn_hash_gets(changes, relpath);
449 svn_hash_sets(changes, apr_pstrdup(changes_pool, relpath), chang
350 check_existence(apr_hash_t *changes, const char *relpath) argument
396 insert_change(change_node_t **change_p, apr_hash_t *changes, const char *relpath, enum restructure_action_t action) argument
468 delete_subtree(apr_hash_t *changes, const char *relpath, svn_revnum_t deleting_rev) argument
719 find_enclosing_copy(apr_hash_t *changes, const char *relpath, apr_pool_t *result_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dutil.c87 const char *relpath = NULL;
90 relpath = svn_dirent_skip_ancestor(parent_path, path);
92 return svn_dirent_local_style(relpath ? relpath : path, pool);
85 const char *relpath = NULL; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddiff.h43 Reports the file LOCAL_ABSPATH as ADDED file with relpath RELPATH to
54 const char *relpath,
66 DEPTH) as added with relpath RELPATH to PROCESSOR with as parent baton
77 const char *relpath,
87 /* Reports the BASE-file LOCAL_ABSPATH as deleted to PROCESSOR with relpath
96 const char *relpath,
103 by DEPTH) as deleted to PROCESSOR with relpath RELPATH and parent baton
112 const char *relpath,
127 const char *relpath,
148 * the root of the diff (for which relpath
[all...]
H A Drelocate.c46 const char *relpath,
55 SVN_ERR_ASSERT_NO_RETURN(svn_relpath_is_canonical(relpath));
57 if (relpath[0] == 0)
60 relpath = svn_path_uri_encode(relpath, scratch_pool);
62 relpath_end = relpath + strlen(relpath) - 1;
64 while (relpath_end >= relpath)
43 url_remove_final_relpath(const char *url, const char *relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Ddiff_editor.c139 const char *relpath;
198 const char *relpath;
303 db->relpath = svn_dirent_skip_ancestor(eb->anchor_abspath, db->local_abspath);
304 db->name = svn_dirent_basename(db->relpath, NULL);
344 fb->relpath = svn_dirent_skip_ancestor(eb->anchor_abspath, fb->local_abspath);
345 fb->name = svn_dirent_basename(fb->relpath, NULL);
382 const char *relpath,
469 SVN_ERR(processor->file_opened(&file_baton, &skip, relpath,
525 SVN_ERR(processor->file_changed(relpath,
540 SVN_ERR(processor->file_closed(relpath,
138 const char *relpath; member in struct:dir_baton_t
197 const char *relpath; member in struct:file_baton_t
379 svn_wc__diff_base_working_diff(svn_wc__db_t *db, const char *local_abspath, const char *relpath, svn_revnum_t revision, const svn_diff_tree_processor_t *processor, void *processor_dir_baton, svn_boolean_t diff_pristine, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
918 svn_wc__diff_local_only_file(svn_wc__db_t *db, const char *local_abspath, const char *relpath, const char *moved_from_relpath, const svn_diff_tree_processor_t *processor, void *processor_parent_baton, svn_boolean_t diff_pristine, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
1059 svn_wc__diff_local_only_dir(svn_wc__db_t *db, const char *local_abspath, const char *relpath, svn_depth_t depth, const char *moved_from_relpath, const svn_diff_tree_processor_t *processor, void *processor_parent_baton, svn_boolean_t diff_pristine, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
1375 svn_wc__diff_base_only_file(svn_wc__db_t *db, const char *local_abspath, const char *relpath, svn_revnum_t revision, const svn_diff_tree_processor_t *processor, void *processor_parent_baton, apr_pool_t *scratch_pool) argument
1434 svn_wc__diff_base_only_dir(svn_wc__db_t *db, const char *local_abspath, const char *relpath, svn_revnum_t revision, svn_depth_t depth, const svn_diff_tree_processor_t *processor, void *processor_parent_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
2514 wrap_dir_opened(void **new_dir_baton, svn_boolean_t *skip, svn_boolean_t *skip_children, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *parent_dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2573 wrap_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
2617 wrap_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
2638 wrap_dir_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
2660 wrap_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
2693 wrap_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2724 wrap_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
2779 wrap_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
2809 wrap_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
2917 filter_dir_opened(void **new_dir_baton, svn_boolean_t *skip, svn_boolean_t *skip_children, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *parent_dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2942 filter_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
2964 filter_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
2984 filter_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
3006 filter_dir_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
3025 filter_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3062 filter_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
3089 filter_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
3111 filter_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
3142 filter_file_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
3162 filter_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
[all...]
H A Ddiff_local.c61 const char *relpath; member in struct:node_state_t
114 const char *relpath;
116 relpath = svn_dirent_skip_ancestor(eb->anchor_abspath, local_abspath);
117 if (! relpath)
123 if (*relpath)
144 ns->relpath = svn_dirent_skip_ancestor(eb->anchor_abspath, ns->local_abspath);
178 ns->relpath,
224 SVN_ERR(eb->processor->dir_changed(ns->relpath,
234 SVN_ERR(eb->processor->dir_closed(ns->relpath,
475 const char *relpath;
113 const char *relpath; local
474 const char *relpath; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dmtcc.c121 const char *relpath,
133 assert(svn_relpath_is_canonical(relpath));
137 if (SVN_PATH_IS_EMPTY(relpath))
147 child = strchr(relpath, '/');
151 name = apr_pstrmemdup(scratch_pool, relpath, (child-relpath));
155 name = relpath;
221 const char *relpath,
227 if (SVN_PATH_IS_EMPTY(relpath))
238 child = strchr(relpath, '/');
119 mtcc_op_find(mtcc_op_t **op, svn_boolean_t *created, const char *relpath, mtcc_op_t *base_op, svn_boolean_t find_existing, svn_boolean_t find_deletes, svn_boolean_t create_file, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
217 get_origin(svn_boolean_t *done, const char **origin_relpath, svn_revnum_t *rev, mtcc_op_t *op, const char *relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
295 mtcc_get_origin(const char **origin_relpath, svn_revnum_t *rev, const char *relpath, svn_boolean_t ignore_enoent, svn_client__mtcc_t *mtcc, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
482 svn_client__mtcc_add_add_file(const char *relpath, svn_stream_t *src_stream, const svn_checksum_t *src_checksum, svn_client__mtcc_t *mtcc, apr_pool_t *scratch_pool) argument
606 mtcc_add_delete(const char *relpath, svn_boolean_t for_move, svn_client__mtcc_t *mtcc, apr_pool_t *scratch_pool) argument
666 svn_client__mtcc_add_delete(const char *relpath, svn_client__mtcc_t *mtcc, apr_pool_t *scratch_pool) argument
674 svn_client__mtcc_add_mkdir(const char *relpath, svn_client__mtcc_t *mtcc, apr_pool_t *scratch_pool) argument
731 const char *relpath; member in struct:mtcc_prop_get_baton
825 svn_client__mtcc_add_propset(const char *relpath, const char *propname, const svn_string_t *propval, svn_boolean_t skip_checks, svn_client__mtcc_t *mtcc, apr_pool_t *scratch_pool) argument
944 svn_client__mtcc_add_update_file(const char *relpath, svn_stream_t *src_stream, const svn_checksum_t *src_checksum, svn_stream_t *base_stream, const svn_checksum_t *base_checksum, svn_client__mtcc_t *mtcc, apr_pool_t *scratch_pool) argument
989 svn_client__mtcc_check_path(svn_node_kind_t *kind, const char *relpath, svn_boolean_t check_repository, svn_client__mtcc_t *mtcc, apr_pool_t *scratch_pool) argument
1109 commit_file(const svn_delta_editor_t *editor, mtcc_op_t *op, void *file_baton, const char *session_url, const char *relpath, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
1186 commit_directory(const svn_delta_editor_t *editor, mtcc_op_t *op, const char *relpath, svn_revnum_t base_rev, void *dir_baton, const char *session_url, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
[all...]
H A Ddiff_summarize.c113 const char *relpath,
127 SVN_ERR(send_summary(b, relpath, svn_client_diff_summarize_kind_added,
136 diff_dir_changed(const char *relpath, argument
148 SVN_ERR(send_summary(b, relpath, svn_client_diff_summarize_kind_normal,
156 diff_dir_added(const char *relpath, argument
168 SVN_ERR(send_summary(b, relpath, svn_client_diff_summarize_kind_added,
177 diff_dir_deleted(const char *relpath, argument
186 SVN_ERR(send_summary(b, relpath, svn_client_diff_summarize_kind_deleted,
194 diff_file_added(const char *relpath, argument
207 SVN_ERR(send_summary(b, relpath, svn_client_diff_summarize_kind_adde
110 diff_dir_opened(void **new_dir_baton, svn_boolean_t *skip, svn_boolean_t *skip_children, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *parent_dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
216 diff_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
242 diff_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
[all...]
H A Dshelf2.c573 const char *relpath,
580 SVN_ERR(get_metadata_abspath(&file_abspath, shelf_version, relpath,
594 const char *relpath,
602 SVN_ERR(get_metadata_abspath(&file_abspath, shelf_version, relpath,
616 * The same as svn_wc_status_func4_t except relpath instead of abspath.
620 const char *relpath,
634 /* Call BATON->walk_func(BATON->walk_baton, relpath, ...) for the shelved
644 const char *relpath; local
646 relpath = svn_dirent_skip_ancestor(b->walk_root_abspath, abspath);
648 && (strlen(relpath) >
572 status_write(svn_client__shelf2_version_t *shelf_version, const char *relpath, const svn_wc_status3_t *status, apr_pool_t *scratch_pool) argument
592 status_read(svn_wc_status3_t **status, svn_client__shelf2_version_t *shelf_version, const char *relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
726 wc_status_visitor(void *baton, const char *relpath, svn_wc_status3_t *status, apr_pool_t *scratch_pool) argument
1307 paths_changed_visitor(void *baton, const char *relpath, svn_wc_status3_t *s, apr_pool_t *scratch_pool) argument
1526 apply_file_visitor(void *baton, const char *relpath, svn_wc_status3_t *s, apr_pool_t *scratch_pool) argument
1646 file_changed(svn_client__shelf2_version_t *shelf_version, const char *relpath, svn_wc_status3_t *s, const svn_diff_tree_processor_t *diff_processor, svn_diff_source_t *left_source, svn_diff_source_t *right_source, const char *left_stored_abspath, const char *right_stored_abspath, void *dir_baton, apr_pool_t *scratch_pool) argument
1689 file_deleted(svn_client__shelf2_version_t *shelf_version, const char *relpath, svn_wc_status3_t *s, const svn_diff_tree_processor_t *diff_processor, svn_diff_source_t *left_source, const char *left_stored_abspath, void *dir_baton, apr_pool_t *scratch_pool) argument
1725 file_added(svn_client__shelf2_version_t *shelf_version, const char *relpath, svn_wc_status3_t *s, const svn_diff_tree_processor_t *diff_processor, svn_diff_source_t *right_source, const char *right_stored_abspath, void *dir_baton, apr_pool_t *scratch_pool) argument
1777 const char *relpath; local
[all...]
H A Dutil.c68 const char *relpath,
71 SVN_ERR_ASSERT_NO_RETURN(svn_relpath_is_canonical(relpath));
75 svn_path_url_add_component2(repos_root_url, relpath, result_pool),
111 const char *relpath,
116 svn_path_url_add_component2(pathrev->url, relpath, result_pool),
193 const char *relpath; local
199 &relpath,
206 if ((*base_p)->repos_root_url && relpath)
209 (*base_p)->repos_root_url, relpath, result_pool);
225 const char *relpath; local
65 svn_client__pathrev_create_with_relpath(const char *repos_root_url, const char *repos_uuid, svn_revnum_t rev, const char *relpath, apr_pool_t *result_pool) argument
110 svn_client__pathrev_join_relpath(const svn_client__pathrev_t *pathrev, const char *relpath, apr_pool_t *result_pool) argument
[all...]
/freebsd-11-stable/lib/libefivar/
H A Defivar-dp-xlate.c129 efi_hd_to_unix(struct gmesh *mesh, const_efidp dp, char **dev, char **relpath, char **abspath) argument
190 *relpath = efidp_extract_file_path(file);
191 if (*relpath == NULL) {
195 for (pwalk = *relpath; *pwalk; pwalk++)
258 asprintf(abspath, "/%s", *relpath);
260 asprintf(abspath, "%s/%s", mnt[i].f_mntonname, *relpath);
266 free(*relpath);
267 *relpath = NULL;
315 efivar_device_path_to_unix_path(const_efidp dp, char **dev, char **relpath, char **abspath) argument
324 if (dp == NULL || dev == NULL || relpath
427 path_to_file_dp(const char *relpath) argument
528 build_dp(const char *efimedia, const char *relpath, efidp *dp) argument
604 char *relpath, *dev, *efimedia = NULL; local
[all...]
H A Defivar-dp.h69 int efivar_device_path_to_unix_path(const_efidp dp, char **dev, char **relpath, char **abspath);
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dstatus.c309 const char *relpath;
311 relpath = make_relpath(target_abspath, target_path,
314 relpath = svn_dirent_local_style(relpath, pool);
318 relpath),
323 const char *relpath;
327 relpath = make_relpath(target_abspath, target_path,
330 relpath = svn_dirent_local_style(relpath, pool);
333 relpath),
307 const char *relpath; local
321 const char *relpath; local
515 const char *relpath; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_dirent_uri.h44 * - a relative path (relpath) is an unrooted path that can be joined
78 * rules for a fspath are the same as for a relpath except for the
103 * (such as a dirent or URL), it's a relpath.
244 /** Join a base relpath (@a base) with a component (@a component).
322 /** Divide the canonicalized @a relpath into @a *dirpath and @a *base_name.
329 * If @a relpath has two or more components, the separator between @a dirpath
344 const char *relpath,
347 /** Get the basename of the specified canonicalized @a relpath. The
348 * basename is defined as the last component of the relpath. If the @a
349 * relpath ha
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dstat.c56 const char *relpath,
69 if (relpath)
70 url = svn_path_url_add_component2(url, relpath, scratch_pool);
234 const char *relpath,
249 if (relpath)
250 url = svn_path_url_add_component2(url, relpath, pool);
328 const char *relpath;
330 relpath = svn_fspath__skip_ancestor(db->path, path);
332 if (relpath && relpath[
53 svn_ra_serf__check_path(svn_ra_session_t *ra_session, const char *relpath, svn_revnum_t revision, svn_node_kind_t *kind, apr_pool_t *scratch_pool) argument
231 svn_ra_serf__stat(svn_ra_session_t *ra_session, const char *relpath, svn_revnum_t revision, svn_dirent_t **dirent, apr_pool_t *pool) argument
326 const char *relpath; local
[all...]
H A Dinherited_props.c229 const char *relpath;
249 const char *relpath;
263 relpath = svn_uri_skip_ancestor(session->repos_root_str, url, scratch_pool);
266 while (relpath[0] != '\0')
270 relpath = svn_relpath_dirname(relpath, scratch_pool);
272 rq->relpath = relpath;
278 relpath, scratch_pool),
343 new_iprop->path_or_url = apr_pstrdup(result_pool, rq->relpath);
227 const char *relpath; member in struct:iprop_rq_info_t
247 const char *relpath; local
[all...]

Completed in 386 milliseconds

123