Searched refs:tmp_props (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/subversion/subversion/svnrdump/ |
| HD | dump_editor.c | 1040 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()
|
| HD | load_editor.c | 298 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/ |
| HD | 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()
|
| /NextBSD/contrib/subversion/subversion/svnsync/ |
| HD | svnsync.c | 1172 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()
|