Home
last modified time | relevance | path

Searched refs:src_op_depth (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dwc_db_update_move.c150 find_src_op_depth(int *src_op_depth, in find_src_op_depth() argument
166 *src_op_depth = svn_sqlite__column_int(stmt, 0); in find_src_op_depth()
194 int src_op_depth; member
630 nmb->umb->src_op_depth, in mark_node_edited()
1468 src_relpath, b->src_op_depth, in update_moved_away_node()
1681 SVN_ERR(find_src_op_depth(&umb.src_op_depth, wcroot, in update_moved_away_conflict_victim()
1687 umb.src_op_depth, in update_moved_away_conflict_victim()
1707 wcroot, src_relpath, umb.src_op_depth, in update_moved_away_conflict_victim()
1738 if (umb.src_op_depth == 0) in update_moved_away_conflict_victim()
1761 umb.src_op_depth, in update_moved_away_conflict_victim()
[all …]
Dwc_db_private.h403 int src_op_depth,
Dwc_db.c4634 int src_op_depth; in db_op_copy() local
4636 SVN_ERR(op_depth_of(&src_op_depth, src_wcroot, src_relpath)); in db_op_copy()
4638 STMT_SELECT_OP_DEPTH_CHILDREN, src_op_depth, in db_op_copy()
4932 int src_op_depth, in svn_wc__db_op_copy_layer_internal() argument
4961 src_op_relpath, src_op_depth, in svn_wc__db_op_copy_layer_internal()
4975 src_relpath, src_op_depth, in svn_wc__db_op_copy_layer_internal()
5024 src_op_relpath, src_op_depth)); in svn_wc__db_op_copy_layer_internal()
5318 int src_op_depth, in db_op_copy_shadowed_layer() argument
5346 src_wcroot, src_relpath, src_op_depth, in db_op_copy_shadowed_layer()
5359 if (src_op_depth == 0) in db_op_copy_shadowed_layer()
[all …]