| /freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/ |
| HD | fs.c | 470 return svn_io_file_close(dbconfig_file, fs->pool); in bdb_write_config() 1267 svn_error_clear(svn_io_file_close(s, pool)); in copy_db_file_safely() 1268 svn_error_clear(svn_io_file_close(d, pool)); in copy_db_file_safely() 1277 svn_error_clear(svn_io_file_close(s, pool)); in copy_db_file_safely() 1278 svn_error_clear(svn_io_file_close(d, pool)); in copy_db_file_safely() 1286 SVN_ERR(svn_io_file_close(s, pool)); in copy_db_file_safely() 1287 SVN_ERR(svn_io_file_close(d, pool)); in copy_db_file_safely()
|
| /freebsd-13-stable/contrib/subversion/subversion/svn/ |
| HD | file-merge.c | 548 SVN_ERR(svn_io_file_close(temp_file, scratch_pool)); in edit_chunk() 930 SVN_ERR(svn_io_file_close(original_file, scratch_pool)); in svn_cl__merge_file() 931 SVN_ERR(svn_io_file_close(modified_file, scratch_pool)); in svn_cl__merge_file() 932 SVN_ERR(svn_io_file_close(latest_file, scratch_pool)); in svn_cl__merge_file() 933 SVN_ERR(svn_io_file_close(merged_file, scratch_pool)); in svn_cl__merge_file()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/ |
| HD | io.c | 971 svn_io_file_close(from_file, pool)); in svn_io_copy_file() 974 svn_io_file_close(to_file, pool)); in svn_io_copy_file() 1278 svn_io_file_close(f, scratch_pool)); in svn_io_file_create_bytes() 1629 err = svn_error_compose_create(err, svn_io_file_close(fd, scratch_pool)); in get_default_file_perms() 2863 return svn_io_file_close(f, pool); in svn_stringbuf_from_file2() 3848 SVN_ERR(svn_io_file_close(fh, pool)); in svn_io_detect_mimetype2() 3968 svn_io_file_close(apr_file_t *file, apr_pool_t *pool) in svn_io_file_close() function 4277 svn_io_file_close(new_file, pool))); in svn_io_write_unique() 4303 svn_io_file_close(tmp_file, scratch_pool)); in svn_io_write_atomic2() 4594 SVN_ERR(svn_io_file_close(file, pool)); in svn_io_file_rename2() [all …]
|
| HD | config_file.c | 1114 SVN_ERR(svn_io_file_close(f, pool)); in svn_config_ensure() 1332 SVN_ERR(svn_io_file_close(f, pool)); in svn_config_ensure() 1566 SVN_ERR(svn_io_file_close(f, pool)); in svn_config_ensure()
|
| HD | stream.c | 779 return svn_error_trace(svn_io_file_close(btn->file, btn->pool)); in close_handler_apr() 2367 svn_io_file_close(ib->baton_apr.file, in svn_stream__install_stream() 2373 SVN_ERR(svn_io_file_close(ib->baton_apr.file, scratch_pool)); in svn_stream__install_stream() 2433 SVN_ERR(svn_io_file_close(ib->baton_apr.file, scratch_pool)); in svn_stream__install_delete() 2442 SVN_ERR(svn_io_file_close(ib->baton_apr.file, scratch_pool)); in svn_stream__install_delete()
|
| HD | spillbuf.c | 409 SVN_ERR(svn_io_file_close(buf->spill, scratch_pool)); in read_data()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | pack.c | 350 SVN_ERR(svn_io_file_close(context->changes_file, pool)); in reset_pack_context() 352 SVN_ERR(svn_io_file_close(context->file_props_file, pool)); in reset_pack_context() 354 SVN_ERR(svn_io_file_close(context->dir_props_file, pool)); in reset_pack_context() 360 SVN_ERR(svn_io_file_close(context->reps_file, pool)); in reset_pack_context() 401 SVN_ERR(svn_io_file_close(context->proto_l2p_index, pool)); in close_pack_context() 402 SVN_ERR(svn_io_file_close(context->proto_p2l_index, pool)); in close_pack_context() 418 SVN_ERR(svn_io_file_close(context->pack_file, pool)); in close_pack_context() 1788 SVN_ERR(svn_io_file_close(manifest_file, pool)); in pack_phys_addressed() 1796 SVN_ERR(svn_io_file_close(pack_file, pool)); in pack_phys_addressed()
|
| HD | util.c | 409 SVN_ERR(svn_io_file_close(file, pool)); in svn_fs_fs__read_min_unpacked_rev() 650 SVN_ERR(svn_io_file_close(file, pool)); in svn_fs_fs__move_into_place() 666 SVN_ERR(svn_io_file_close(file, pool)); in svn_fs_fs__move_into_place()
|
| HD | transaction.c | 346 svn_error_clear(svn_io_file_close(lockfile, pool)); in get_writable_proto_rev_body() 398 SVN_ERR(svn_io_file_close(file, pool)); in auto_truncate_proto_rev() 529 SVN_ERR(svn_io_file_close(noderev_file, pool)); in svn_fs_fs__put_node_revision() 568 SVN_ERR(svn_io_file_close(rep_file, scratch_pool)); in store_sha1_rep_mapping() 1345 return svn_io_file_close(file, pool); in write_next_ids() 1659 SVN_ERR(svn_io_file_close(file, subpool)); in svn_fs_fs__set_entry() 1731 return svn_io_file_close(file, pool); in svn_fs_fs__add_change() 1756 SVN_ERR(svn_io_file_close(file, pool)); in store_l2p_index_entry() 1780 SVN_ERR(svn_io_file_close(file, pool)); in store_p2l_index_entry() 1828 SVN_ERR(svn_io_file_close(file, pool)); in allocate_item_index() [all …]
|
| HD | revprops.c | 854 SVN_ERR(svn_io_file_close(file, pool)); in write_non_packed_revprop() 1009 SVN_ERR(svn_io_file_close(file, pool)); in repack_revprops() 1217 SVN_ERR(svn_io_file_close(file, pool)); in write_packed_revprop() 1414 SVN_ERR(svn_io_file_close(pack_file, scratch_pool)); in svn_fs_fs__copy_revprops() 1535 SVN_ERR(svn_io_file_close(manifest_file, iterpool)); in svn_fs_fs__pack_revprops_shard()
|
| HD | rev_file.c | 299 SVN_ERR(svn_io_file_close(file->file, file->pool)); in svn_fs_fs__close_revision_file()
|
| HD | index.c | 886 SVN_ERR(svn_io_file_close(proto_index, local_pool)); in svn_fs_fs__l2p_index_append() 1672 SVN_ERR(svn_io_file_close(file, scratch_pool)); in l2p_proto_index_lookup() 2091 SVN_ERR(svn_io_file_close(proto_index, local_pool)); in svn_fs_fs__p2l_index_append() 3179 SVN_ERR(svn_io_file_close(proto_index, iterpool)); in svn_fs_fs__p2l_index_from_p2l_entries() 3254 SVN_ERR(svn_io_file_close(proto_index, iterpool)); in svn_fs_fs__l2p_index_from_p2l_entries()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/ |
| HD | hooks.c | 665 SVN_ERR(svn_io_file_close(stdin_handle, pool)); in svn_repos__hooks_pre_revprop_change() 728 SVN_ERR(svn_io_file_close(stdin_handle, pool)); in svn_repos__hooks_post_revprop_change() 814 SVN_ERR(svn_io_file_close(stdin_handle, pool)); in svn_repos__hooks_post_lock() 890 SVN_ERR(svn_io_file_close(stdin_handle, pool)); in svn_repos__hooks_post_unlock()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| HD | transaction.c | 628 svn_error_clear(svn_io_file_close(lockfile, scratch_pool)); in get_writable_proto_rev_body() 678 SVN_ERR(svn_io_file_close(file, scratch_pool)); in auto_truncate_proto_rev() 829 SVN_ERR(svn_io_file_close(noderev_file, scratch_pool)); in svn_fs_x__put_node_revision() 870 SVN_ERR(svn_io_file_close(rep_file, scratch_pool)); in store_sha1_rep_mapping() 1531 SVN_ERR(svn_io_file_close(file, scratch_pool)); in store_l2p_index_entry() 1549 SVN_ERR(svn_io_file_close(file, scratch_pool)); in store_p2l_index_entry() 1595 SVN_ERR(svn_io_file_close(file, scratch_pool)); in allocate_item_index() 1629 return svn_io_file_close(file, scratch_pool); in write_next_ids() 1902 SVN_ERR(svn_io_file_close(file, subpool)); in svn_fs_x__set_entry() 1974 return svn_io_file_close(file, scratch_pool); in svn_fs_x__add_change() [all …]
|
| HD | util.c | 513 SVN_ERR(svn_io_file_close(file, scratch_pool)); in svn_fs_x__read_min_unpacked_rev() 593 SVN_ERR(svn_io_file_close(file, scratch_pool)); in svn_fs_x__write_current()
|
| HD | batch_fsync.c | 578 svn_io_file_close(to_sync->file, in svn_fs_x__batch_fsync_run()
|
| HD | fs_x.c | 577 SVN_ERR(svn_io_file_close(uuid_file, scratch_pool)); in read_uuid() 958 SVN_ERR(svn_io_file_close(apr_file, scratch_pool)); in write_revision_zero()
|
| HD | rev_file.c | 524 SVN_ERR(svn_io_file_close(file->file, file->pool)); in svn_fs_x__close_revision_file()
|
| HD | index.c | 1017 SVN_ERR(svn_io_file_close(proto_index, local_pool)); in svn_fs_x__l2p_index_append() 1901 SVN_ERR(svn_io_file_close(file, scratch_pool)); in l2p_proto_index_lookup() 2317 SVN_ERR(svn_io_file_close(proto_index, local_pool)); in svn_fs_x__p2l_index_append() 3520 SVN_ERR(svn_io_file_close(proto_index, iterpool)); in svn_fs_x__p2l_index_from_p2l_entries() 3693 SVN_ERR(svn_io_file_close(proto_index, iterpool)); in svn_fs_x__l2p_index_from_p2l_entries()
|
| HD | pack.c | 370 SVN_ERR(svn_io_file_close(context->proto_l2p_index, scratch_pool)); in close_pack_context() 371 SVN_ERR(svn_io_file_close(context->proto_p2l_index, scratch_pool)); in close_pack_context()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/ |
| HD | request_body.c | 229 SVN_ERR(svn_io_file_close(body->file, scratch_pool)); in svn_ra_serf__request_body_cleanup()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_client/ |
| HD | diff.c | 849 SVN_ERR(svn_io_file_close(orig, scratch_pool)); in transform_link_to_git() 850 SVN_ERR(svn_io_file_close(gitlike, scratch_pool)); in transform_link_to_git() 1060 SVN_ERR(svn_io_file_close(outfile, scratch_pool)); in diff_content_changed() 1069 SVN_ERR(svn_io_file_close(errfile, scratch_pool)); in diff_content_changed()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_diff/ |
| HD | diff_file.c | 220 SVN_ERR(svn_io_file_close(*file, pool)); in map_or_read_file() 1966 SVN_ERR(svn_io_file_close(baton.file[i], pool)); in svn_diff_file_output_unified4() 2483 SVN_ERR(svn_io_file_close(file[idx], scratch_pool)); in svn_diff_file_output_merge3()
|
| /freebsd-13-stable/contrib/subversion/subversion/svnserve/ |
| HD | svnserve.c | 676 SVN_ERR(svn_io_file_close(file, pool)); in write_pid_file()
|
| /freebsd-13-stable/contrib/subversion/subversion/include/ |
| HD | svn_io.h | 2244 svn_io_file_close(apr_file_t *file,
|