Searched refs:baseprops (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dprops.c165 apr_hash_t *baseprops,
187 /* IMPORTANT: svn_wc_merge_prop_diffs relies on the fact that baseprops
274 baseprops /* server_baseprops */,
2356 apr_hash_t *baseprops;
2362 SVN_ERR(svn_wc__db_read_pristine_props(&baseprops, db, local_abspath,
2366 *original_props = baseprops;
2374 if (baseprops == NULL)
2375 baseprops = apr_hash_make(scratch_pool);
2383 SVN_ERR(svn_prop_diffs(propchanges, actual_props, baseprops,
158 svn_wc_merge_props3(svn_wc_notify_state_t *state, svn_wc_context_t *wc_ctx, const char *local_abspath, const svn_wc_conflict_version_t *left_version, const svn_wc_conflict_version_t *right_version, apr_hash_t *baseprops, const apr_array_header_t *propchanges, svn_boolean_t dry_run, svn_wc_conflict_resolver_func2_t conflict_func, void *conflict_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
2354 apr_hash_t *baseprops; local
H A Ddeprecated.c2634 apr_hash_t *baseprops,
2666 baseprops,
2692 apr_hash_t *baseprops,
2698 return svn_wc_merge_props2(state, path, adm_access, baseprops, propchanges,
2713 svn_wc_merge_props2 doesn't allow NULL as baseprops argument, but we know
2630 svn_wc_merge_props2(svn_wc_notify_state_t *state, const char *path, svn_wc_adm_access_t *adm_access, apr_hash_t *baseprops, const apr_array_header_t *propchanges, svn_boolean_t base_merge, svn_boolean_t dry_run, svn_wc_conflict_resolver_func_t conflict_func, void *conflict_baton, apr_pool_t *scratch_pool) argument
2688 svn_wc_merge_props(svn_wc_notify_state_t *state, const char *path, svn_wc_adm_access_t *adm_access, apr_hash_t *baseprops, const apr_array_header_t *propchanges, svn_boolean_t base_merge, svn_boolean_t dry_run, apr_pool_t *pool) argument
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h7155 * an array of #svn_prop_t objects, and @a baseprops is a hash
7189 apr_hash_t *baseprops,
7223 apr_hash_t *baseprops,
7244 apr_hash_t *baseprops,
7252 * Similar to svn_wc_merge_props(), but no baseprops are given.
7254 * against the working copy's own baseprops. While this assumption is

Completed in 95 milliseconds