Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_client/
HDiprops.c129 get_inheritable_props(apr_hash_t **wcroot_iprops, in get_inheritable_props() argument
142 *wcroot_iprops = apr_hash_make(result_pool); in get_inheritable_props()
220 svn_hash_sets(*wcroot_iprops, in get_inheritable_props()
235 svn_client__get_inheritable_props(apr_hash_t **wcroot_iprops, in svn_client__get_inheritable_props() argument
247 *wcroot_iprops = NULL; in svn_client__get_inheritable_props()
262 err = get_inheritable_props(wcroot_iprops, local_abspath, revision, depth, in svn_client__get_inheritable_props()
HDswitch.c109 apr_hash_t *wcroot_iprops; in switch_internal() local
245 wcroot_iprops = apr_hash_make(pool); in switch_internal()
294 svn_hash_sets(wcroot_iprops, local_abspath, inherited_props); in switch_internal()
311 target, switch_loc->url, wcroot_iprops, in switch_internal()
HDupdate.c236 apr_hash_t *wcroot_iprops; in update_internal() local
459 SVN_ERR(svn_client__get_inheritable_props(&wcroot_iprops, local_abspath, in update_internal()
467 target, wcroot_iprops, use_commit_times, in update_internal()
HDclient.h632 svn_client__get_inheritable_props(apr_hash_t **wcroot_iprops,
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDupdate_editor.c177 apr_hash_t *wcroot_iprops; member
2776 if (eb->wcroot_iprops) in close_directory()
2778 iprops = svn_hash_gets(eb->wcroot_iprops, db->local_abspath); in close_directory()
2786 svn_hash_sets(eb->wcroot_iprops, db->local_abspath, NULL); in close_directory()
4514 if (eb->wcroot_iprops) in close_file()
4516 iprops = svn_hash_gets(eb->wcroot_iprops, fb->local_abspath); in close_file()
4524 svn_hash_sets(eb->wcroot_iprops, fb->local_abspath, NULL); in close_file()
4742 eb->wcroot_iprops, in close_edit()
4843 apr_hash_t *wcroot_iprops, in make_editor() argument
4911 eb->wcroot_iprops = wcroot_iprops; in make_editor()
[all …]
HDexternals.c1005 apr_hash_t *wcroot_iprops = NULL; in close_edit() local
1015 wcroot_iprops = apr_hash_make(pool); in close_edit()
1016 svn_hash_sets(wcroot_iprops, eb->local_abspath, eb->iprops); in close_edit()
1028 wcroot_iprops, in close_edit()
HDwc_db.h2634 apr_hash_t *wcroot_iprops,
HDwc_db.c12206 apr_hash_t *wcroot_iprops, in bump_node_revision() argument
12223 if (wcroot_iprops) in bump_node_revision()
12224 iprops = svn_hash_gets(wcroot_iprops, in bump_node_revision()
12315 exclude_relpaths, wcroot_iprops, in bump_node_revision()
12339 apr_hash_t *wcroot_iprops, in bump_revisions_post_update() argument
12388 wcroot_iprops, in bump_revisions_post_update()
12412 apr_hash_t *wcroot_iprops, in svn_wc__db_op_bump_revisions_post_update() argument
12436 exclude_relpaths, wcroot_iprops, empty_update, in svn_wc__db_op_bump_revisions_post_update()
/NextBSD/contrib/subversion/subversion/include/private/
HDsvn_wc_private.h1461 apr_hash_t *wcroot_iprops,
1505 apr_hash_t *wcroot_iprops,
/NextBSD/contrib/subversion/
HDCHANGES615 * svn_client__get_inheritable_props() clears wcroot_iprops when revision is