Searched refs:src_wcroot (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/ |
| D | wc_db_pristine.c | 520 maybe_transfer_one_pristine(svn_wc__db_wcroot_t *src_wcroot, in maybe_transfer_one_pristine() argument 556 SVN_ERR(get_pristine_fname(&src_abspath, src_wcroot->abspath, checksum, in maybe_transfer_one_pristine() 602 pristine_transfer_txn(svn_wc__db_wcroot_t *src_wcroot, in pristine_transfer_txn() argument 613 SVN_ERR(svn_sqlite__get_statement(&stmt, src_wcroot->sdb, in pristine_transfer_txn() 615 SVN_ERR(svn_sqlite__bindf(stmt, "is", src_wcroot->wc_id, src_relpath)); in pristine_transfer_txn() 633 err = maybe_transfer_one_pristine(src_wcroot, dst_wcroot, in pristine_transfer_txn() 660 svn_wc__db_wcroot_t *src_wcroot, *dst_wcroot; in svn_wc__db_pristine_transfer() local 663 SVN_ERR(svn_wc__db_wcroot_parse_local_abspath(&src_wcroot, &src_relpath, in svn_wc__db_pristine_transfer() 666 VERIFY_USABLE_WCROOT(src_wcroot); in svn_wc__db_pristine_transfer() 672 if (src_wcroot == dst_wcroot in svn_wc__db_pristine_transfer() [all …]
|
| D | wc_db.c | 3843 copy_actual(svn_wc__db_wcroot_t *src_wcroot, in copy_actual() argument 3852 SVN_ERR(svn_sqlite__get_statement(&stmt, src_wcroot->sdb, in copy_actual() 3854 SVN_ERR(svn_sqlite__bindf(stmt, "is", src_wcroot->wc_id, src_relpath)); in copy_actual() 3888 cross_db_copy(svn_wc__db_wcroot_t *src_wcroot, in cross_db_copy() argument 3918 src_wcroot, src_relpath, scratch_pool, scratch_pool)); in cross_db_copy() 3924 SVN_ERR(db_read_pristine_props(&props, src_wcroot, src_relpath, FALSE, in cross_db_copy() 3953 SVN_ERR(copy_actual(src_wcroot, src_relpath, in cross_db_copy() 4255 svn_wc__db_wcroot_t *src_wcroot, in get_info_for_copy() argument 4274 src_wcroot, local_relpath, result_pool, scratch_pool)); in get_info_for_copy() 4289 src_wcroot, parent_relpath, dst_wcroot, in get_info_for_copy() [all …]
|