Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dinherited_props.c321 apr_hash_t *node_props; in get_iprops_via_more_requests() local
333 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()
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.c3793 apr_hash_t *node_props; in svn_wc__db_externals_gather_definitions() local
10591 apr_hash_t *node_props; in svn_wc__db_prop_retrieve_recursive() local
10599 value = (node_props in svn_wc__db_prop_retrieve_recursive()
10703 apr_hash_t *node_props; in db_read_inherited_props() local
10786 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 …]