Home
last modified time | relevance | path

Searched refs:conflict_func2 (Results 1 – 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
HDresolved.c75 ctx->conflict_func2, in svn_client__resolve_conflicts()
135 ctx->conflict_func2, in svn_client_resolve()
HDctx.c113 public_ctx->conflict_func2 = call_conflict_func; in svn_client_create_context2()
HDswitch.c412 = ctx->conflict_func2 ? apr_hash_make(pool) : NULL; in svn_client__switch_internal()
439 if (! err1 && ctx->conflict_func2) in svn_client__switch_internal()
HDupdate.c620 = ctx->conflict_func2 ? apr_hash_make(pool) : NULL; in svn_client__update_internal()
706 if (! err && ctx->conflict_func2 && apr_hash_count(conflicted_paths)) in svn_client__update_internal()
HDexternals.c577 ctx->conflict_func2, in switch_file_external()
HDmerge.c10048 if (conflicted_range_report && ctx->conflict_func2 && ! dry_run) in do_merge()
/freebsd-13-stable/contrib/subversion/subversion/svn/
HDmerge-cmd.c528 ctx->conflict_func2 = conflict_func_merge_cmd; in svn_cl__merge()
HDsvn.c3235 ctx->conflict_func2 = NULL; in sub_main()
/freebsd-13-stable/contrib/subversion/subversion/svnbench/
HDsvnbench.c978 ctx->conflict_func2 = NULL; in sub_main()
/freebsd-13-stable/contrib/subversion/subversion/include/
HDsvn_client.h1051 svn_wc_conflict_resolver_func2_t conflict_func2; member