Searched refs:new_iprop (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dinherited_props.c324 svn_prop_inherited_item_t *new_iprop;
342 new_iprop = apr_palloc(result_pool, sizeof(*new_iprop));
343 new_iprop->path_or_url = apr_pstrdup(result_pool, rq->relpath);
344 new_iprop->prop_hash = svn_prop_hash_dup(node_props, result_pool);
345 SVN_ERR(svn_sort__array_insert2(*iprops, &new_iprop, 0));
322 svn_prop_inherited_item_t *new_iprop; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dskel.c748 svn_prop_inherited_item_t *new_iprop = apr_palloc(result_pool,
749 sizeof(*new_iprop));
752 SVN_ERR(svn_skel__parse_proplist(&(new_iprop->prop_hash), elt->next,
754 new_iprop->path_or_url = repos_parent->data;
755 APR_ARRAY_PUSH(*iprops, svn_prop_inherited_item_t *) = new_iprop;
740 svn_prop_inherited_item_t *new_iprop = apr_palloc(result_pool, local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dadd.c700 svn_prop_inherited_item_t *new_iprop =
701 apr_palloc(scratch_pool, sizeof(*new_iprop));
702 new_iprop->path_or_url = path_or_url;
703 new_iprop->prop_hash = apr_hash_make(scratch_pool);
704 svn_hash_sets(new_iprop->prop_hash, SVN_PROP_INHERITABLE_AUTO_PROPS,
707 svn_prop_inherited_item_t *) = new_iprop;
698 svn_prop_inherited_item_t *new_iprop = local
H A Dprop_commands.c605 svn_prop_inherited_item_t *new_iprop =
606 apr_palloc(result_pool, sizeof(*new_iprop));
607 new_iprop->path_or_url =
609 new_iprop->prop_hash = apr_hash_make(result_pool);
610 svn_hash_sets(new_iprop->prop_hash,
614 new_iprop;
603 svn_prop_inherited_item_t *new_iprop = local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dcompat.c944 svn_prop_inherited_item_t *new_iprop =
945 apr_palloc(result_pool, sizeof(*new_iprop));
946 new_iprop->path_or_url = svn_uri_skip_ancestor(repos_root_url,
949 new_iprop->prop_hash = final_hash;
950 SVN_ERR(svn_sort__array_insert2(*inherited_props, &new_iprop, 0));
939 svn_prop_inherited_item_t *new_iprop = local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1408 svn_prop_inherited_item_t *new_iprop =
1409 apr_palloc(result_pool, sizeof(*new_iprop));
1421 new_iprop->path_or_url = apr_pstrdup(result_pool, parent_rel_path);
1422 new_iprop->prop_hash = svn_hash__make(result_pool);
1429 svn_hash_sets(new_iprop->prop_hash,
1434 new_iprop;
1407 svn_prop_inherited_item_t *new_iprop = local

Completed in 83 milliseconds