Searched refs:tmp_props (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/subversion/subversion/svnrdump/ |
| H A D | dump_editor.c | 1037 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 D | load_editor.c | 297 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 D | repos_diff.c | 1290 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 D | svnsync.c | 1183 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()
|