Home
last modified time | relevance | path

Searched refs:svn_categorize_props (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/subversion/subversion/include/
HDsvn_props.h293 svn_categorize_props(const apr_array_header_t *proplist,
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDdiff_summarize.c111 svn_error_clear(svn_categorize_props(propchanges, NULL, NULL, &props, in props_changed()
HDrepos_diff.c1296 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props, in fetch_props_func()
HDdiff.c620 SVN_ERR(svn_categorize_props(propchanges, NULL, NULL, &props, in diff_props_changed()
HDmerge.c1039 SVN_ERR(svn_categorize_props(propchanges, NULL, NULL, &props, in prepare_merge_props_changed()
2265 SVN_ERR(svn_categorize_props(svn_prop_hash_to_array(right_props, in merge_file_added()
3084 SVN_ERR(svn_categorize_props(svn_prop_hash_to_array(right_props, in merge_dir_added()
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDproperties.c191 svn_categorize_props(const apr_array_header_t *proplist, in svn_categorize_props() function
/NextBSD/contrib/subversion/subversion/svnrdump/
HDdump_editor.c1046 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props, in fetch_props_func()
HDload_editor.c304 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props, in fetch_props_func()
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDupdate_editor.c2443 SVN_ERR(svn_categorize_props(db->propchanges, &entry_prop_changes, in close_directory()
4210 SVN_ERR(svn_categorize_props(fb->propchanges, &entry_prop_changes, in close_file()
5362 SVN_ERR(svn_categorize_props(svn_prop_hash_to_array(new_base_props, pool), in svn_wc_add_repos_file4()
5578 SVN_ERR(svn_categorize_props(svn_prop_hash_to_array(new_original_props, in svn_wc__complete_directory_add()
HDexternals.c767 SVN_ERR(svn_categorize_props(eb->propchanges, &entry_prop_changes, in close_file()
/NextBSD/contrib/subversion/subversion/svnsync/
HDsvnsync.c1178 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props, in fetch_props_func()
/NextBSD/contrib/subversion/subversion/svnlook/
HDsvnlook.c1118 SVN_ERR(svn_categorize_props(propchanges, NULL, NULL, &props, pool)); in print_diff_tree()