Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/svnrdump/
H A Ddump_editor.c1037 apr_array_header_t *tmp_props; in fetch_props_func() local
1042 tmp_props = svn_prop_hash_to_array(*props, result_pool); in fetch_props_func()
1043 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props, in fetch_props_func()
1045 *props = svn_prop_array_to_hash(tmp_props, result_pool); in fetch_props_func()
H A Dload_editor.c297 apr_array_header_t *tmp_props; in fetch_props_func() local
302 tmp_props = svn_prop_hash_to_array(*props, result_pool); in fetch_props_func()
303 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props, in fetch_props_func()
305 *props = svn_prop_array_to_hash(tmp_props, result_pool); in fetch_props_func()
/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Drepos_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()
/freebsd-12.1/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c1183 apr_array_header_t *tmp_props; in fetch_props_func() local
1188 tmp_props = svn_prop_hash_to_array(*props, result_pool); in fetch_props_func()
1189 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props, in fetch_props_func()
1191 *props = svn_prop_array_to_hash(tmp_props, result_pool); in fetch_props_func()