Searched refs:tmp_props (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/svnrdump/ |
| H A D | dump_editor.c | 114 apr_array_header_t *tmp_props; in fetch_props_func() local 119 tmp_props = svn_prop_hash_to_array(*props, result_pool); in fetch_props_func() 120 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props, in fetch_props_func() 122 *props = svn_prop_array_to_hash(tmp_props, result_pool); in fetch_props_func()
|
| H A D | load_editor.c | 991 apr_array_header_t *tmp_props; in fetch_props() local 996 tmp_props = svn_prop_hash_to_array(*props, result_pool); in fetch_props() 997 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props, in fetch_props() 999 *props = svn_prop_array_to_hash(tmp_props, result_pool); in fetch_props()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | repos_diff.c | 1286 apr_array_header_t *tmp_props; in fetch_props_func() local 1291 tmp_props = svn_prop_hash_to_array(*props, result_pool); in fetch_props_func() 1292 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props, in fetch_props_func() 1294 *props = svn_prop_array_to_hash(tmp_props, result_pool); in fetch_props_func()
|
| /freebsd-13.1/contrib/subversion/subversion/svnsync/ |
| H A D | svnsync.c | 1188 apr_array_header_t *tmp_props; in fetch_props_func() local 1193 tmp_props = svn_prop_hash_to_array(*props, result_pool); in fetch_props_func() 1194 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props, in fetch_props_func() 1196 *props = svn_prop_array_to_hash(tmp_props, result_pool); in fetch_props_func()
|