Home
last modified time | relevance | path

Searched refs:prop_hash (Results 1 – 21 of 21) sorted by relevance

/NextBSD/contrib/subversion/subversion/svn/
HDproplist-cmd.c59 apr_hash_t *prop_hash, in proplist_receiver_xml() argument
87 SVN_ERR(svn_cmdline__print_xml_prop_hash(&sb, iprop->prop_hash, in proplist_receiver_xml()
104 if (prop_hash) in proplist_receiver_xml()
110 SVN_ERR(svn_cmdline__print_xml_prop_hash(&sb, prop_hash, in proplist_receiver_xml()
127 apr_hash_t *prop_hash, in proplist_receiver() argument
165 SVN_ERR(svn_cmdline__print_prop_hash(NULL, iprop->prop_hash, in proplist_receiver()
172 if (prop_hash && apr_hash_count(prop_hash)) in proplist_receiver()
177 SVN_ERR(svn_cmdline__print_prop_hash(NULL, prop_hash, in proplist_receiver()
HDpropget-cmd.c93 apr_hash_first(pool, iprop->prop_hash)); in print_properties_xml()
282 iprop->prop_hash)); in print_properties()
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDprop_commands.c544 apr_hash_t *prop_hash = NULL; in svn_client__remote_propget() local
554 NULL, &prop_hash, target_relative, revnum, in svn_client__remote_propget()
560 NULL, NULL, &prop_hash, scratch_pool)); in svn_client__remote_propget()
599 svn_string_t *iprop_val = svn_hash_gets(iprop->prop_hash, propname); in svn_client__remote_propget()
607 new_iprop->prop_hash = apr_hash_make(result_pool); in svn_client__remote_propget()
608 svn_hash_sets(new_iprop->prop_hash, in svn_client__remote_propget()
618 if (prop_hash in svn_client__remote_propget()
619 && (val = svn_hash_gets(prop_hash, propname))) in svn_client__remote_propget()
1006 apr_hash_t *prop_hash, in call_receiver() argument
1012 if ((prop_hash && apr_hash_count(prop_hash)) in call_receiver()
[all …]
HDlist.c111 apr_hash_t *prop_hash = NULL; in get_dir_contents() local
121 externals ? &prop_hash : NULL, in get_dir_contents()
137 if (prop_hash) in get_dir_contents()
138 prop_val = svn_hash_gets(prop_hash, SVN_PROP_EXTERNALS); in get_dir_contents()
HDdeprecated.c2075 if (item->prop_hash) in svn_client_proplist_item_dup()
2076 new_item->prop_hash = string_hash_dup(item->prop_hash, pool); in svn_client_proplist_item_dup()
2091 apr_hash_t *prop_hash, in proplist_wrapper_receiver() argument
2098 return plrwb->receiver(plrwb->baton, path, prop_hash, pool); in proplist_wrapper_receiver()
2155 apr_hash_t *prop_hash, in proplist_receiver_cb() argument
2167 tmp_item->prop_hash = prop_hash; in proplist_receiver_cb()
HDadd.c701 new_iprop->prop_hash = apr_hash_make(scratch_pool); in svn_client__get_all_auto_props()
702 svn_hash_sets(new_iprop->prop_hash, SVN_PROP_INHERITABLE_AUTO_PROPS, in svn_client__get_all_auto_props()
713 svn_hash_gets(elt->prop_hash, SVN_PROP_INHERITABLE_AUTO_PROPS); in svn_client__get_all_auto_props()
HDimport.c974 val = svn_hash_gets(elt->prop_hash, SVN_PROP_INHERITABLE_IGNORES); in svn_client_import5()
/NextBSD/contrib/subversion/subversion/include/private/
HDsvn_cmdline_private.h136 apr_hash_t *prop_hash,
146 apr_hash_t *prop_hash,
/NextBSD/contrib/subversion/subversion/libsvn_ra_serf/
HDinherited_props.c116 iprops_ctx->curr_iprop->prop_hash = apr_hash_make(iprops_ctx->pool); in iprops_opened()
185 svn_hash_sets(iprops_ctx->curr_iprop->prop_hash, in iprops_closed()
344 new_iprop->prop_hash = svn_prop_hash_dup(node_props, result_pool); in get_iprops_via_more_requests()
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDproperties.c428 apr_hash_t *prop_hash = apr_hash_make(pool); in svn_prop_array_to_hash() local
433 svn_hash_sets(prop_hash, prop->name, prop->value); in svn_prop_array_to_hash()
436 return prop_hash; in svn_prop_array_to_hash()
HDcmdline.c1062 apr_hash_t *prop_hash, in svn_cmdline__print_prop_hash() argument
1069 sorted_props = svn_sort__hash(prop_hash, svn_sort_compare_items_lexically, in svn_cmdline__print_prop_hash()
1129 apr_hash_t *prop_hash, in svn_cmdline__print_xml_prop_hash() argument
1140 sorted_props = svn_sort__hash(prop_hash, svn_sort_compare_items_lexically, in svn_cmdline__print_xml_prop_hash()
HDskel.c744 SVN_ERR(svn_skel__parse_proplist(&(new_iprop->prop_hash), elt->next, in svn_skel__parse_iprops()
847 for (hi = apr_hash_first(scratch_pool, iprop->prop_hash); in svn_skel__unparse_iproplist()
/NextBSD/contrib/subversion/subversion/include/
HDsvn_props.h103 apr_hash_t *prop_hash; member
HDsvn_client.h353 apr_hash_t *prop_hash; member
381 apr_hash_t *prop_hash,
396 apr_hash_t *prop_hash,
/NextBSD/contrib/subversion/subversion/svnlook/
HDsvnlook.c1773 elt->prop_hash, in do_pget()
1779 apr_hash_this_val(apr_hash_first(pool, elt->prop_hash)); in do_pget()
1915 SVN_ERR(svn_cmdline__print_xml_prop_hash(&sb, elt->prop_hash, in do_plist()
1925 SVN_ERR(svn_cmdline__print_prop_hash(NULL, elt->prop_hash, in do_plist()
/NextBSD/contrib/subversion/subversion/libsvn_ra/
HDcompat.c944 new_iprop->prop_hash = final_hash; in svn_ra__get_inherited_props_walk()
/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDfs-wrap.c1065 i_props->prop_hash = parent_properties; in svn_repos_fs_get_inherited_props()
/NextBSD/contrib/subversion/subversion/libsvn_ra_svn/
HDclient.c1237 new_iprop->prop_hash = svn_hash__make(result_pool); in parse_iproplist()
1244 svn_hash_sets(new_iprop->prop_hash, in parse_iproplist()
/NextBSD/contrib/subversion/subversion/svnserve/
HDserve.c1596 SVN_ERR(svn_ra_svn__write_proplist(conn, iterpool, iprop->prop_hash)); in get_file()
1830 SVN_ERR(svn_ra_svn__write_proplist(conn, iterpool, iprop->prop_hash)); in get_dir()
3358 SVN_ERR(svn_ra_svn__write_proplist(conn, iterpool, iprop->prop_hash)); in get_inherited_props()
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDwc_db.c10682 filter_unwanted_props(apr_hash_t *prop_hash, in filter_unwanted_props() argument
10688 for (hi = apr_hash_first(scratch_pool, prop_hash); in filter_unwanted_props()
10695 svn_hash_sets(prop_hash, ipropname, NULL); in filter_unwanted_props()
10864 iprop_elt->prop_hash = node_props; in db_read_inherited_props()
10893 if (apr_hash_count(cached_iprop->prop_hash) == 0) in db_read_inherited_props()
10897 filter_unwanted_props(cached_iprop->prop_hash, propname, in db_read_inherited_props()
10901 if (apr_hash_count(cached_iprop->prop_hash)) in db_read_inherited_props()
HDstatus.c920 value = svn_hash_gets(elt->prop_hash, SVN_PROP_INHERITABLE_IGNORES); in collect_ignore_patterns()