Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
Dfs-wrap.c1031 apr_hash_t *parent_properties = NULL; in svn_repos_fs_get_inherited_props() local
1049 parent_properties = apr_hash_make(result_pool); in svn_repos_fs_get_inherited_props()
1050 svn_hash_sets(parent_properties, propname, propval); in svn_repos_fs_get_inherited_props()
1055 SVN_ERR(svn_fs_node_proplist(&parent_properties, root, in svn_repos_fs_get_inherited_props()
1059 if (parent_properties && apr_hash_count(parent_properties)) in svn_repos_fs_get_inherited_props()
1065 i_props->prop_hash = parent_properties; in svn_repos_fs_get_inherited_props()