Home
last modified time | relevance | path

Searched refs:iprop_paths (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/subversion/subversion/libsvn_client/
HDiprops.c138 apr_hash_t *iprop_paths; in get_inheritable_props() local
150 SVN_ERR(svn_wc__get_cached_iprop_children(&iprop_paths, depth, in get_inheritable_props()
158 if (!svn_hash_gets(iprop_paths, local_abspath)) in get_inheritable_props()
171 svn_hash_sets(iprop_paths, target_abspath, target_abspath); in get_inheritable_props()
175 for (hi = apr_hash_first(scratch_pool, iprop_paths); in get_inheritable_props()
/trueos/contrib/subversion/subversion/include/private/
HDsvn_wc_private.h885 svn_wc__get_cached_iprop_children(apr_hash_t **iprop_paths,
/trueos/contrib/subversion/subversion/libsvn_wc/
HDprops.c2330 svn_wc__get_cached_iprop_children(apr_hash_t **iprop_paths, in svn_wc__get_cached_iprop_children() argument
2337 SVN_ERR(svn_wc__db_get_children_with_cached_iprops(iprop_paths, in svn_wc__get_cached_iprop_children()
HDwc_db.h2192 svn_wc__db_get_children_with_cached_iprops(apr_hash_t **iprop_paths,
HDwc_db.c10377 get_children_with_cached_iprops(apr_hash_t **iprop_paths, in get_children_with_cached_iprops() argument
10387 *iprop_paths = apr_hash_make(result_pool); in get_children_with_cached_iprops()
10402 svn_hash_sets(*iprop_paths, abspath_with_cache, in get_children_with_cached_iprops()
10433 svn_hash_sets(*iprop_paths, abspath_with_cache, in get_children_with_cached_iprops()
10446 for (hi = apr_hash_first(scratch_pool, *iprop_paths); in get_children_with_cached_iprops()
10475 svn_hash_sets(*iprop_paths, child_abspath, NULL); in get_children_with_cached_iprops()
10486 svn_wc__db_get_children_with_cached_iprops(apr_hash_t **iprop_paths, in svn_wc__db_get_children_with_cached_iprops() argument
10504 get_children_with_cached_iprops(iprop_paths, wcroot, local_relpath, in svn_wc__db_get_children_with_cached_iprops()