Searched refs:prop_conflicts (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dstatus-cmd.c73 unsigned int prop_conflicts;
93 if (sb->text_conflicts > 0 || sb->prop_conflicts > 0 ||
101 if (sb->prop_conflicts > 0)
103 (pool, _(" Property conflicts: %u\n"), sb->prop_conflicts));
171 &sb->prop_conflicts,
331 sb.prop_conflicts = 0;
71 unsigned int prop_conflicts; member in struct:status_baton
H A Dnotify.c73 apr_hash_t *text_conflicts, *prop_conflicts, *tree_conflicts;
86 conflict_stats->prop_conflicts = apr_hash_make(pool);
117 if (svn_hash_gets(conflict_stats->prop_conflicts, path_local))
119 svn_hash_sets(conflict_stats->prop_conflicts, path_local, NULL);
159 int n_prop = apr_hash_count(conflict_stats->prop_conflicts);
190 SVN_ERR(svn_hash_keys(&k_prop, conflict_stats->prop_conflicts,
226 int n_prop = apr_hash_count(conflict_stats->prop_conflicts);
425 store_path(nb, nb->conflict_stats->prop_conflicts, path_local);
546 store_path(nb, nb->conflict_stats->prop_conflicts, path_local);
747 store_path(nb, nb->conflict_stats->prop_conflicts, path_loca
71 apr_hash_t *text_conflicts, *prop_conflicts, *tree_conflicts; member in struct:svn_cl__conflict_stats_t
[all...]
H A Dstatus.c225 unsigned int *prop_conflicts,
300 (*prop_conflicts)++;
585 unsigned int *prop_conflicts,
627 text_conflicts, prop_conflicts, tree_conflicts,
215 print_status(const char *target_abspath, const char *target_path, const char *path, svn_boolean_t detailed, svn_boolean_t show_last_committed, svn_boolean_t repos_locks, const svn_client_status_t *status, unsigned int *text_conflicts, unsigned int *prop_conflicts, unsigned int *tree_conflicts, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
573 svn_cl__print_status(const char *target_abspath, const char *target_path, const char *path, const svn_client_status_t *status, svn_boolean_t suppress_externals_placeholders, svn_boolean_t detailed, svn_boolean_t show_last_committed, svn_boolean_t skip_unrecognized, svn_boolean_t repos_locks, unsigned int *text_conflicts, unsigned int *prop_conflicts, unsigned int *tree_conflicts, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
H A Dcl.h599 unsigned int *prop_conflicts,
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnotify.c60 unsigned int prop_conflicts;
223 nb->prop_conflicts++;
304 nb->prop_conflicts++;
512 nb->prop_conflicts++;
1029 nb->prop_conflicts = 0;
58 unsigned int prop_conflicts; member in struct:notify_baton
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dconflicts.c76 apr_hash_t *prop_conflicts;
212 if (conflict->prop_conflicts == NULL)
213 conflict->prop_conflicts = apr_hash_make(result_pool);
214 svn_hash_sets(conflict->prop_conflicts, desc->property_name, desc);
6485 for (hi = apr_hash_first(scratch_pool, conflict->prop_conflicts);
6495 svn_hash_sets(conflict->prop_conflicts, this_propname, NULL);
6506 svn_hash_sets(conflict->prop_conflicts, propname, NULL);
6508 if (apr_hash_count(conflict->prop_conflicts) > 0)
6511 conflict->prop_conflicts));
12916 if (conflict->prop_conflicts
74 apr_hash_t *prop_conflicts; member in struct:svn_client_conflict_t
[all...]

Completed in 212 milliseconds