Searched refs:wcroot_iprops (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Diprops.c131 get_inheritable_props(apr_hash_t **wcroot_iprops,
144 *wcroot_iprops = apr_hash_make(result_pool);
222 svn_hash_sets(*wcroot_iprops,
237 svn_client__get_inheritable_props(apr_hash_t **wcroot_iprops,
249 *wcroot_iprops = NULL;
264 err = get_inheritable_props(wcroot_iprops, local_abspath, revision, depth,
129 get_inheritable_props(apr_hash_t **wcroot_iprops, const char *local_abspath, svn_revnum_t revision, svn_depth_t depth, svn_ra_session_t *ra_session, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
235 svn_client__get_inheritable_props(apr_hash_t **wcroot_iprops, const char *local_abspath, svn_revnum_t revision, svn_depth_t depth, svn_ra_session_t *ra_session, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dswitch.c111 apr_hash_t *wcroot_iprops;
247 wcroot_iprops = apr_hash_make(pool);
296 svn_hash_sets(wcroot_iprops, local_abspath, inherited_props);
313 target, switch_loc->url, wcroot_iprops,
109 apr_hash_t *wcroot_iprops; local
H A Dupdate.c320 apr_hash_t *wcroot_iprops;
520 SVN_ERR(svn_client__get_inheritable_props(&wcroot_iprops, local_abspath,
528 target, wcroot_iprops, use_commit_times,
318 apr_hash_t *wcroot_iprops; local
H A Dclient.h632 svn_client__get_inheritable_props(apr_hash_t **wcroot_iprops,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupdate_editor.c180 apr_hash_t *wcroot_iprops;
2788 if (eb->wcroot_iprops)
2790 iprops = svn_hash_gets(eb->wcroot_iprops, db->local_abspath);
2798 svn_hash_sets(eb->wcroot_iprops, db->local_abspath, NULL);
4552 if (eb->wcroot_iprops)
4554 iprops = svn_hash_gets(eb->wcroot_iprops, fb->local_abspath);
4562 svn_hash_sets(eb->wcroot_iprops, fb->local_abspath, NULL);
4780 eb->wcroot_iprops,
4882 apr_hash_t *wcroot_iprops,
4950 eb->wcroot_iprops
177 apr_hash_t *wcroot_iprops; member in struct:edit_baton
4873 make_editor(svn_revnum_t *target_revision, svn_wc__db_t *db, const char *anchor_abspath, const char *target_basename, apr_hash_t *wcroot_iprops, svn_boolean_t use_commit_times, const char *switch_url, svn_depth_t depth, svn_boolean_t depth_is_sticky, svn_boolean_t allow_unver_obstructions, svn_boolean_t adds_as_modification, svn_boolean_t server_performs_filtering, svn_boolean_t clean_checkout, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_dirents_func_t fetch_dirents_func, void *fetch_dirents_baton, svn_wc_conflict_resolver_func2_t conflict_func, void *conflict_baton, svn_wc_external_update_t external_func, void *external_baton, const char *diff3_cmd, const apr_array_header_t *preserved_exts, const svn_delta_editor_t **editor, void **edit_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
5160 svn_wc__get_update_editor(const svn_delta_editor_t **editor, void **edit_baton, svn_revnum_t *target_revision, svn_wc_context_t *wc_ctx, const char *anchor_abspath, const char *target_basename, apr_hash_t *wcroot_iprops, svn_boolean_t use_commit_times, svn_depth_t depth, svn_boolean_t depth_is_sticky, svn_boolean_t allow_unver_obstructions, svn_boolean_t adds_as_modification, svn_boolean_t server_performs_filtering, svn_boolean_t clean_checkout, const char *diff3_cmd, const apr_array_header_t *preserved_exts, svn_wc_dirents_func_t fetch_dirents_func, void *fetch_dirents_baton, svn_wc_conflict_resolver_func2_t conflict_func, void *conflict_baton, svn_wc_external_update_t external_func, void *external_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
5204 svn_wc__get_switch_editor(const svn_delta_editor_t **editor, void **edit_baton, svn_revnum_t *target_revision, svn_wc_context_t *wc_ctx, const char *anchor_abspath, const char *target_basename, const char *switch_url, apr_hash_t *wcroot_iprops, svn_boolean_t use_commit_times, svn_depth_t depth, svn_boolean_t depth_is_sticky, svn_boolean_t allow_unver_obstructions, svn_boolean_t server_performs_filtering, const char *diff3_cmd, const apr_array_header_t *preserved_exts, svn_wc_dirents_func_t fetch_dirents_func, void *fetch_dirents_baton, svn_wc_conflict_resolver_func2_t conflict_func, void *conflict_baton, svn_wc_external_update_t external_func, void *external_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Dexternals.c1021 apr_hash_t *wcroot_iprops = NULL;
1031 wcroot_iprops = apr_hash_make(pool);
1032 svn_hash_sets(wcroot_iprops, eb->local_abspath, eb->iprops);
1044 wcroot_iprops,
1019 apr_hash_t *wcroot_iprops = NULL; local
H A Dwc_db.h2639 apr_hash_t *wcroot_iprops,
H A Dwc_db.c12154 apr_hash_t *wcroot_iprops,
12171 if (wcroot_iprops)
12172 iprops = svn_hash_gets(wcroot_iprops,
12263 exclude_relpaths, wcroot_iprops,
12287 apr_hash_t *wcroot_iprops,
12336 wcroot_iprops,
12360 apr_hash_t *wcroot_iprops,
12384 exclude_relpaths, wcroot_iprops, empty_update,
12143 bump_node_revision(svn_wc__db_wcroot_t *wcroot, const char *local_relpath, svn_wc__db_status_t node_status, svn_node_kind_t node_kind, svn_revnum_t node_revision, const char *node_repos_relpath, apr_int64_t new_repos_id, const char *new_repos_relpath, svn_revnum_t new_rev, svn_depth_t depth, apr_hash_t *exclude_relpaths, apr_hash_t *wcroot_iprops, svn_boolean_t is_root, svn_boolean_t skip_when_dir, svn_wc__db_t *db, apr_pool_t *scratch_pool) argument
12278 bump_revisions_post_update(svn_wc__db_wcroot_t *wcroot, const char *local_relpath, svn_wc__db_t *db, svn_depth_t depth, const char *new_repos_relpath, const char *new_repos_root_url, const char *new_repos_uuid, svn_revnum_t new_revision, apr_hash_t *exclude_relpaths, apr_hash_t *wcroot_iprops, svn_boolean_t empty_update, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
12352 svn_wc__db_op_bump_revisions_post_update(svn_wc__db_t *db, const char *local_abspath, svn_depth_t depth, const char *new_repos_relpath, const char *new_repos_root_url, const char *new_repos_uuid, svn_revnum_t new_revision, apr_hash_t *exclude_relpaths, apr_hash_t *wcroot_iprops, svn_boolean_t empty_update, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h1461 * @a wcroot_iprops is a hash mapping const char * absolute working copy
1468 * @a wcroot_iprops.
1515 apr_hash_t *wcroot_iprops,
1559 apr_hash_t *wcroot_iprops,

Completed in 278 milliseconds