Home
last modified time | relevance | path

Searched refs:tmp_props (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/subversion/subversion/svnrdump/
HDdump_editor.c1040 apr_array_header_t *tmp_props; in fetch_props_func() local
1045 tmp_props = svn_prop_hash_to_array(*props, result_pool); in fetch_props_func()
1046 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props, in fetch_props_func()
1048 *props = svn_prop_array_to_hash(tmp_props, result_pool); in fetch_props_func()
HDload_editor.c298 apr_array_header_t *tmp_props; in fetch_props_func() local
303 tmp_props = svn_prop_hash_to_array(*props, result_pool); in fetch_props_func()
304 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props, in fetch_props_func()
306 *props = svn_prop_array_to_hash(tmp_props, result_pool); in fetch_props_func()
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDrepos_diff.c1290 apr_array_header_t *tmp_props; in fetch_props_func() local
1295 tmp_props = svn_prop_hash_to_array(*props, result_pool); in fetch_props_func()
1296 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props, in fetch_props_func()
1298 *props = svn_prop_array_to_hash(tmp_props, result_pool); in fetch_props_func()
/NextBSD/contrib/subversion/subversion/svnsync/
HDsvnsync.c1172 apr_array_header_t *tmp_props; in fetch_props_func() local
1177 tmp_props = svn_prop_hash_to_array(*props, result_pool); in fetch_props_func()
1178 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props, in fetch_props_func()
1180 *props = svn_prop_array_to_hash(tmp_props, result_pool); in fetch_props_func()