| /freebsd-12-stable/contrib/subversion/subversion/libsvn_client/ |
| D | mtcc.c | 60 const char *src_relpath; /* For ADD_DIR, ADD_FILE */ member 231 *origin_relpath = op->src_relpath in get_origin() 232 ? apr_pstrdup(result_pool, op->src_relpath) in get_origin() 280 if (op->src_relpath) in get_origin() 282 *origin_relpath = svn_relpath_join(op->src_relpath, relpath, in get_origin() 372 if (op->src_relpath) in update_copy_src() 373 op->src_relpath = svn_relpath_join(add_relpath, op->src_relpath, in update_copy_src() 521 svn_client__mtcc_add_copy(const char *src_relpath, in svn_client__mtcc_add_copy() argument 531 SVN_ERR_ASSERT(svn_relpath_is_canonical(src_relpath) in svn_client__mtcc_add_copy() 545 SVN_ERR(svn_ra_check_path(mtcc->ra_session, src_relpath, revision, &kind, in svn_client__mtcc_add_copy() [all …]
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/ |
| D | wc_db_update_move.c | 207 const char *src_relpath, in find_src_op_depth() argument 217 src_relpath, delete_op_depth)); in find_src_op_depth() 226 path_for_error_message(wcroot, src_relpath, in find_src_op_depth() 267 const char *src_relpath; member 692 nmb->umb->wcroot, nmb->src_relpath, in mark_node_edited() 803 copy_working_node(const char *src_relpath, in copy_working_node() argument 816 SVN_ERR(svn_sqlite__bindf(stmt, "issdst", wcroot->wc_id, src_relpath, in copy_working_node() 825 SVN_ERR(svn_sqlite__bindf(stmt, "is", wcroot->wc_id, src_relpath)); in copy_working_node() 854 const char *src_relpath, in tc_editor_incoming_add_directory() argument 890 SVN_ERR(copy_working_node(src_relpath, dst_relpath, b->wcroot, in tc_editor_incoming_add_directory() [all …]
|
| D | wc_db_pristine.c | 605 const char *src_relpath, in pristine_transfer_txn() argument 616 SVN_ERR(svn_sqlite__bindf(stmt, "is", src_wcroot->wc_id, src_relpath)); in pristine_transfer_txn() 662 const char *src_relpath, *dst_relpath; in svn_wc__db_pristine_transfer() local 664 SVN_ERR(svn_wc__db_wcroot_parse_local_abspath(&src_wcroot, &src_relpath, in svn_wc__db_pristine_transfer() 680 pristine_transfer_txn(src_wcroot, dst_wcroot, src_relpath, in svn_wc__db_pristine_transfer()
|
| D | wc_db.c | 2072 const char *src_relpath, in svn_wc__db_op_break_move_internal() argument 2083 SVN_ERR(svn_sqlite__bindf(stmt, "isd", wcroot->wc_id, src_relpath, in svn_wc__db_op_break_move_internal() 2090 path_for_error_message(wcroot, src_relpath, in svn_wc__db_op_break_move_internal() 2317 const char *src_relpath; in db_base_remove() local 2323 src_relpath = svn_sqlite__column_text(stmt, 1, iterpool); in db_base_remove() 2326 err = svn_wc__db_op_break_move_internal(wcroot, src_relpath, in db_base_remove() 3841 const char *src_relpath, in copy_actual() argument 3851 SVN_ERR(svn_sqlite__bindf(stmt, "is", src_wcroot->wc_id, src_relpath)); in copy_actual() 3886 const char *src_relpath, in cross_db_copy() argument 3915 src_wcroot, src_relpath, scratch_pool, scratch_pool)); in cross_db_copy() [all …]
|
| D | wc_db_private.h | 499 const char *src_relpath,
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/ |
| D | editor.c | 779 const char *src_relpath, in svn_editor_copy() argument 786 SVN_ERR_ASSERT(svn_relpath_is_canonical(src_relpath)); in svn_editor_copy() 790 VERIFY_PARENT_MAY_EXIST(editor, src_relpath); in svn_editor_copy() 798 err = editor->funcs.cb_copy(editor->baton, src_relpath, src_revision, in svn_editor_copy() 815 const char *src_relpath, in svn_editor_move() argument 822 SVN_ERR_ASSERT(svn_relpath_is_canonical(src_relpath)); in svn_editor_move() 825 SHOULD_NOT_BE_COMPLETED(editor, src_relpath); in svn_editor_move() 827 VERIFY_PARENT_MAY_EXIST(editor, src_relpath); in svn_editor_move() 828 CHILD_DELETIONS_ALLOWED(editor, src_relpath); in svn_editor_move() 836 err = editor->funcs.cb_move(editor->baton, src_relpath, src_revision, in svn_editor_move() [all …]
|
| D | compat.c | 1302 const char *src_relpath, in copy_cb() argument 1314 change->copyfrom_path = apr_pstrdup(eb->edit_pool, src_relpath); in copy_cb() 1332 const char *src_relpath, in move_cb() argument 1343 change = insert_change(src_relpath, eb->changes); in move_cb() 1352 change->copyfrom_path = apr_pstrdup(eb->edit_pool, src_relpath); in move_cb()
|
| /freebsd-12-stable/contrib/subversion/subversion/include/private/ |
| D | svn_editor.h | 598 const char *src_relpath, 609 const char *src_relpath, 1054 const char *src_relpath, 1079 const char *src_relpath,
|
| D | svn_client_mtcc.h | 100 svn_client__mtcc_add_copy(const char *src_relpath, 137 svn_client__mtcc_add_move(const char *src_relpath,
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/ |
| D | editor.c | 551 const char *src_relpath, in copy_cb() argument 558 const char *src_fspath = FSPATH(src_relpath, scratch_pool); in copy_cb() 588 const char *src_relpath, in move_cb() argument 595 const char *src_fspath = FSPATH(src_relpath, scratch_pool); in move_cb()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/ |
| D | commit.c | 1247 const char *src_relpath, in copy_cb() argument 1255 SVN_ERR(svn_editor_copy(eb->inner, src_relpath, src_revision, dst_relpath, in copy_cb() 1264 const char *src_relpath, in move_cb() argument 1272 SVN_ERR(svn_editor_move(eb->inner, src_relpath, src_revision, dst_relpath, in move_cb()
|