Searched refs:parent_properties (Results 1 – 1 of 1) sorted by relevance
1031 apr_hash_t *parent_properties = NULL; in svn_repos_fs_get_inherited_props() local1049 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()