Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
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-10-stable/contrib/subversion/subversion/libsvn_wc/
Dwc_db.c3796 apr_hash_t *node_props; in svn_wc__db_externals_gather_definitions() local
3800 err = svn_sqlite__column_properties(&node_props, stmt, 0, iterpool, in svn_wc__db_externals_gather_definitions()
3806 external_value = svn_prop_get_value(node_props, SVN_PROP_EXTERNALS); in svn_wc__db_externals_gather_definitions()
10588 apr_hash_t *node_props; in svn_wc__db_prop_retrieve_recursive() local
10593 SVN_ERR(svn_sqlite__column_properties(&node_props, stmt, 0, in svn_wc__db_prop_retrieve_recursive()
10596 value = (node_props in svn_wc__db_prop_retrieve_recursive()
10597 ? svn_hash_gets(node_props, propname) in svn_wc__db_prop_retrieve_recursive()
10762 apr_hash_t *node_props; in db_read_inherited_props() local
10830 SVN_ERR(svn_sqlite__column_properties(&node_props, stmt, 14, in db_read_inherited_props()
10845 node_props = changed_props; in db_read_inherited_props()
[all …]