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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Diprops.c140 apr_hash_t *iprop_paths;
152 SVN_ERR(svn_wc__get_cached_iprop_children(&iprop_paths, depth,
160 if (!svn_hash_gets(iprop_paths, local_abspath))
173 svn_hash_sets(iprop_paths, target_abspath, target_abspath);
177 for (hi = apr_hash_first(scratch_pool, iprop_paths);
138 apr_hash_t *iprop_paths; local
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h874 * Allocate @a *iprop_paths
878 svn_wc__get_cached_iprop_children(apr_hash_t **iprop_paths,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dprops.c2438 svn_wc__get_cached_iprop_children(apr_hash_t **iprop_paths,
2445 SVN_ERR(svn_wc__db_get_children_with_cached_iprops(iprop_paths,
2436 svn_wc__get_cached_iprop_children(apr_hash_t **iprop_paths, svn_depth_t depth, svn_wc_context_t *wc_ctx, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dwc_db.h2274 svn_wc__db_get_children_with_cached_iprops(apr_hash_t **iprop_paths,
H A Dwc_db.c10884 get_children_with_cached_iprops(apr_hash_t **iprop_paths, argument
10894 *iprop_paths = apr_hash_make(result_pool);
10909 svn_hash_sets(*iprop_paths, abspath_with_cache,
10940 svn_hash_sets(*iprop_paths, abspath_with_cache,
10953 for (hi = apr_hash_first(scratch_pool, *iprop_paths);
10982 svn_hash_sets(*iprop_paths, child_abspath, NULL);
10993 svn_wc__db_get_children_with_cached_iprops(apr_hash_t **iprop_paths, argument
11011 get_children_with_cached_iprops(iprop_paths, wcroot, local_relpath,

Completed in 297 milliseconds