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

/freebsd-10-stable/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c300 apr_array_header_t *tmp_props;
305 tmp_props = svn_prop_hash_to_array(*props, result_pool);
306 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props,
308 *props = svn_prop_array_to_hash(tmp_props, result_pool);
298 apr_array_header_t *tmp_props; local
H A Ddump_editor.c1041 apr_array_header_t *tmp_props;
1046 tmp_props = svn_prop_hash_to_array(*props, result_pool);
1047 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props,
1049 *props = svn_prop_array_to_hash(tmp_props, result_pool);
1040 apr_array_header_t *tmp_props; local
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c1290 apr_array_header_t *tmp_props; local
1295 tmp_props = svn_prop_hash_to_array(*props, result_pool);
1296 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props,
1298 *props = svn_prop_array_to_hash(tmp_props, result_pool);
/freebsd-10-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c1175 apr_array_header_t *tmp_props;
1180 tmp_props = svn_prop_hash_to_array(*props, result_pool);
1181 SVN_ERR(svn_categorize_props(tmp_props, NULL, NULL, &tmp_props,
1183 *props = svn_prop_array_to_hash(tmp_props, result_pool);
1172 apr_array_header_t *tmp_props; local

Completed in 90 milliseconds