Searched refs:node_props (Results 1 – 2 of 2) sorted by relevance
321 apr_hash_t *node_props; in get_iprops_via_more_requests() local333 node_props = rq->props; in get_iprops_via_more_requests()335 svn_ra_serf__keep_only_regular_props(node_props, scratch_pool); in get_iprops_via_more_requests()337 if (!apr_hash_count(node_props)) in get_iprops_via_more_requests()342 new_iprop->prop_hash = svn_prop_hash_dup(node_props, result_pool); in get_iprops_via_more_requests()
3793 apr_hash_t *node_props; in svn_wc__db_externals_gather_definitions() local10591 apr_hash_t *node_props; in svn_wc__db_prop_retrieve_recursive() local10599 value = (node_props in svn_wc__db_prop_retrieve_recursive()10703 apr_hash_t *node_props; in db_read_inherited_props() local10786 node_props = changed_props; in db_read_inherited_props()10787 else if (node_props) in db_read_inherited_props()10788 node_props = svn_prop_hash_dup(node_props, result_pool); in db_read_inherited_props()10790 if (node_props && apr_hash_count(node_props)) in db_read_inherited_props()10796 if (apr_hash_count(node_props)) in db_read_inherited_props()10805 iprop_elt->prop_hash = node_props; in db_read_inherited_props()[all …]