| /freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/ |
| D | wc-queries.sql | 30 SELECT op_depth, repos_id, repos_path, presence, kind, revision, checksum, 36 ORDER BY op_depth DESC 39 SELECT op_depth, nodes.repos_id, nodes.repos_path, presence, kind, revision, 51 ORDER BY op_depth DESC 58 WHERE wc_id = ?1 AND local_relpath = ?2 AND op_depth = 0 71 WHERE wc_id = ?1 AND local_relpath = ?2 AND op_depth = 0 77 WHERE wc_id = ?1 AND parent_relpath = ?2 AND op_depth = 0 86 WHERE wc_id = ?1 AND parent_relpath = ?2 AND op_depth = 0 90 SELECT op_depth, presence, kind, checksum, translated_size, 95 WHERE wc_id = ?1 AND local_relpath = ?2 AND op_depth > 0 [all …]
|
| D | wc-checks.sql | 47 WHEN NOT new.op_depth <= relpath_depth(new.local_relpath) 56 (new.op_depth = relpath_depth(new.local_relpath)) 59 WHERE wc_id = new.wc_id AND op_depth = new.op_depth 62 AND NOT (new.file_external IS NOT NULL AND new.op_depth = 0) 79 SELECT local_relpath, op_depth, 1, 'Invalid parent relpath set in NODES' 112 AND n.op_depth = (SELECT MAX(op_depth) from nodes i 127 SELECT local_relpath, op_depth, 20, 'No ancestor in NODES' 133 AND i.op_depth <= n.op_depth) 138 SELECT local_relpath, op_depth, 21, 'Unneeded node data' 157 SELECT local_relpath, op_depth, 22, 'Unneeded base-deleted node data' [all …]
|
| D | wc-metadata.sql | 297 op_depth INTEGER NOT NULL, field 475 PRIMARY KEY (wc_id, local_relpath, op_depth) 480 local_relpath, op_depth); 482 CREATE UNIQUE INDEX I_NODES_MOVED ON NODES (wc_id, moved_to, op_depth); 495 WHERE op_depth = (SELECT MAX(op_depth) FROM nodes AS n2 504 WHERE op_depth = 0; 647 wc_id, local_relpath, op_depth, parent_relpath, 661 wc_id, local_relpath, op_depth, parent_relpath, 720 SELECT 1 FROM nodes WHERE op_depth > 0 743 JOIN (SELECT wc_id, local_relpath, MAX(op_depth) AS op_depth FROM nodes [all …]
|
| D | wc_db.c | 186 int op_depth; member 294 int op_depth, 587 int op_depth, in db_extend_parent_delete() argument 600 op_depth)); in db_extend_parent_delete() 610 op_depth)); in db_extend_parent_delete() 643 int op_depth, in db_retract_parent_delete() argument 655 op_depth)); in db_retract_parent_delete() 923 int op_depth, in insert_incomplete_children() argument 931 SVN_ERR_ASSERT(repos_path != NULL || op_depth > 0); in insert_incomplete_children() 938 if (op_depth > 0) in insert_incomplete_children() [all …]
|
| D | entries.c | 65 int op_depth; member 1533 SVN_ERR_ASSERT(node->op_depth > 0 || node->repos_relpath); in insert_node() 1539 node->op_depth, in insert_node() 1573 && node->op_depth == 0 in insert_node() 1892 working_node->op_depth in write_entry() 1907 working_node->op_depth = work->op_depth; in write_entry() 1919 working_node->op_depth = work->op_depth; in write_entry() 1931 working_node->op_depth = parent_node->below_work->op_depth; in write_entry() 1939 if (work && work->op_depth != working_node->op_depth in write_entry() 1949 below_working_node->op_depth = work->op_depth; in write_entry() [all …]
|
| D | wc_db_update_move.c | 538 int op_depth = svn_sqlite__column_int(stmt, 0); in check_node_shadowed() local 540 *shadowed = (op_depth > move_root_dst_op_depth); in check_node_shadowed() 1357 int op_depth, in get_info() argument 1370 wcroot, local_relpath, op_depth, in get_info() 1407 op_depth)); in get_info() 1836 int op_depth, in depth_sufficient_to_bump() argument 1853 local_relpath, op_depth)); in depth_sufficient_to_bump() 1860 local_relpath, op_depth)); in depth_sufficient_to_bump() 1867 local_relpath, op_depth)); in depth_sufficient_to_bump() 2035 int op_depth, in bump_moved_layer() argument [all …]
|
| D | wc_db_private.h | 312 int op_depth, 453 int op_depth, 520 int op_depth,
|
| D | wc_db_wcroot.c | 172 int op_depth, in verify_db_cb() argument 177 if (op_depth >= 0) in verify_db_cb() 179 wc_abspath, local_relpath, op_depth, id, msg)); in verify_db_cb()
|
| D | wc_db.h | 3374 int op_depth; /* op-root of source */ member 3462 int op_depth,
|