Searched refs:tree_conflicts (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/svn/ |
| H A D | status-cmd.c | 72 unsigned int tree_conflicts; member 92 sb->tree_conflicts > 0) in print_conflict_stats() 103 if (sb->tree_conflicts > 0) in print_conflict_stats() 105 (pool, _(" Tree conflicts: %u\n"), sb->tree_conflicts)); in print_conflict_stats() 170 &sb->tree_conflicts, in print_status_normal_or_xml() 330 sb.tree_conflicts = 0; in svn_cl__status()
|
| H A D | notify.c | 71 apr_hash_t *text_conflicts, *prop_conflicts, *tree_conflicts; member 85 conflict_stats->tree_conflicts = apr_hash_make(pool); in svn_cl__conflict_stats_create() 122 if (svn_hash_gets(conflict_stats->tree_conflicts, path_local)) in svn_cl__conflict_stats_resolved() 124 svn_hash_sets(conflict_stats->tree_conflicts, path_local, NULL); in svn_cl__conflict_stats_resolved() 158 int n_tree = apr_hash_count(conflict_stats->tree_conflicts); in svn_cl__conflict_stats_get_paths() 203 SVN_ERR(svn_hash_keys(&k_tree, conflict_stats->tree_conflicts, in svn_cl__conflict_stats_get_paths() 225 int n_tree = apr_hash_count(conflict_stats->tree_conflicts); in svn_cl__print_conflict_stats() 1095 store_path(nb, nb->conflict_stats->tree_conflicts, path_local); in notify_body()
|
| H A D | status.c | 224 unsigned int *tree_conflicts, in print_status() argument 293 (*tree_conflicts)++; in print_status() 584 unsigned int *tree_conflicts, in svn_cl__print_status() argument 625 text_conflicts, prop_conflicts, tree_conflicts, in svn_cl__print_status()
|
| H A D | cl.h | 592 unsigned int *tree_conflicts,
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | info.c | 351 apr_hash_t *tree_conflicts; member 405 svn_hash_sets(fe_baton->tree_conflicts, in info_found_node_callback() 415 svn_hash_sets(fe_baton->tree_conflicts, local_abspath, NULL); in info_found_node_callback() 465 fe_baton.tree_conflicts = apr_hash_make(scratch_pool); in svn_wc__get_info() 500 svn_hash_sets(fe_baton.tree_conflicts, local_abspath, ""); in svn_wc__get_info() 507 for (hi = apr_hash_first(scratch_pool, fe_baton.tree_conflicts); hi; in svn_wc__get_info()
|
| H A D | entries.c | 466 apr_hash_t *tree_conflicts = NULL; in read_one_entry() local 500 if (!tree_conflicts) in read_one_entry() 507 if (tree_conflicts) in read_one_entry() 1690 apr_hash_t *tree_conflicts; member 1728 apr_hash_t *tree_conflicts; in write_entry() local 2014 tree_conflicts = apr_hash_make(result_pool); in write_entry() 2045 tree_conflicts = NULL; in write_entry() 2047 if (parent_node && parent_node->tree_conflicts) in write_entry() 2447 (*entry_node)->tree_conflicts = tree_conflicts; in write_entry() 2464 write_actual_only_entries(apr_hash_t *tree_conflicts, in write_actual_only_entries() argument [all …]
|
| /freebsd-13.1/usr.bin/svn/lib/libsvn_wc/ |
| H A D | Makefile | 37 tree_conflicts.c \
|
| /freebsd-13.1/contrib/subversion/subversion/svnbench/ |
| H A D | notify.c | 59 unsigned int tree_conflicts; member 888 nb->tree_conflicts++; in notify() 1028 nb->tree_conflicts = 0; in svn_cl__get_notifier()
|
| /freebsd-13.1/contrib/subversion/ |
| H A D | build-outputs.mk | 557 …_wc/status.lo subversion/libsvn_wc/translate.lo subversion/libsvn_wc/tree_conflicts.lo subversion/… 558 …s.lo relocate.lo revert.lo revision_status.lo status.lo translate.lo tree_conflicts.lo update_edit… 3098 …svn_wc/props.h subversion/libsvn_wc/token-map.h subversion/libsvn_wc/tree_conflicts.h subversion/l… 3126 …tree_conflicts.lo: subversion/libsvn_wc/tree_conflicts.c subversion/include/private/svn_debug.h su… 3130 …svn_wc/props.h subversion/libsvn_wc/token-map.h subversion/libsvn_wc/tree_conflicts.h subversion/l… 3544 …clude/svn_wc.h subversion/libsvn_wc/conflicts.h subversion/libsvn_wc/tree_conflicts.h subversion/l…
|