Home
last modified time | relevance | path

Searched refs:actual_props (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDprops.c176 apr_hash_t *actual_props; in svn_wc_merge_props3() local
262 SVN_ERR(svn_wc__get_actual_props(&actual_props, db, local_abspath, in svn_wc_merge_props3()
265 actual_props = pristine_props; in svn_wc_merge_props3()
274 actual_props, in svn_wc_merge_props3()
1227 apr_hash_t *actual_props, in svn_wc__merge_props() argument
1238 SVN_ERR_ASSERT(actual_props != NULL); in svn_wc__merge_props()
1240 *new_actual_props = apr_hash_copy(result_pool, actual_props); in svn_wc__merge_props()
1270 = svn_hash_gets(actual_props, propname); in svn_wc__merge_props()
1340 actual_props, in svn_wc__merge_props()
2369 apr_hash_t *actual_props; in svn_wc__internal_propdiff() local
[all …]
HDexternals.c730 apr_hash_t *actual_props = NULL; in close_file() local
748 &actual_props, eb->db, eb->local_abspath, pool, pool)); in close_file()
754 if (!actual_props) in close_file()
755 actual_props = apr_hash_make(pool); in close_file()
810 actual_props, in close_file()
817 new_actual_props = actual_props; in close_file()
867 actual_props, in close_file()
HDprops.h116 /*const*/ apr_hash_t *actual_props,
HDwc_db_update_move.c900 apr_hash_t **actual_props, in update_working_props() argument
917 SVN_ERR(svn_wc__db_read_props_internal(actual_props, in update_working_props()
928 *actual_props, *propchanges, in update_working_props()
965 apr_hash_t *actual_props; in tc_editor_alter_directory() local
995 &propchanges, &actual_props, in tc_editor_alter_directory()
1064 apr_hash_t *actual_props; in tc_editor_alter_file() local
1098 &actual_props, b, dst_relpath, in tc_editor_alter_file()
1147 actual_props, in tc_editor_alter_file()
HDupdate_editor.c2421 apr_hash_t *actual_props; in close_directory() local
2450 SVN_ERR(svn_wc__get_actual_props(&actual_props, in close_directory()
2455 actual_props = apr_hash_make(pool); in close_directory()
2553 actual_props = apr_hash_make(scratch_pool); in close_directory()
2555 actual_props = base_props; in close_directory()
2568 actual_props, in close_directory()
3958 apr_hash_t *actual_props, in merge_file() argument
4064 actual_props, in merge_file()
4090 actual_props, TRUE, in merge_file()
HDconflicts.c2387 apr_hash_t *actual_props; in resolve_prop_conflict_on_node() local
2430 SVN_ERR(svn_wc__db_read_props(&actual_props, db, local_abspath, in resolve_prop_conflict_on_node()
2460 resolve_from = apr_hash_copy(scratch_pool, actual_props); in resolve_prop_conflict_on_node()
2512 svn_hash_sets(actual_props, propname, new_value); in resolve_prop_conflict_on_node()
2562 SVN_ERR(svn_wc__db_op_set_props(db, local_abspath, actual_props, in resolve_prop_conflict_on_node()
HDwc_db.c10702 db_get_changed_props(apr_hash_t **actual_props, in db_get_changed_props() argument
10716 SVN_ERR(svn_sqlite__column_properties(actual_props, stmt, 0, in db_get_changed_props()
10719 *actual_props = NULL; /* Cached when we read that record */ in db_get_changed_props()
10727 apr_hash_t **actual_props, in db_read_inherited_props() argument
10747 if (actual_props) in db_read_inherited_props()
10748 *actual_props = NULL; in db_read_inherited_props()
10870 else if (actual_props) in db_read_inherited_props()
10878 *actual_props = changed_props; in db_read_inherited_props()
10880 *actual_props = svn_prop_hash_dup(node_props, result_pool); in db_read_inherited_props()
10906 if (actual_props && !*actual_props) in db_read_inherited_props()
[all …]
HDwc_db.h2233 apr_hash_t **actual_props,