Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ close_platf
Function
close_platf
src/burp/split/spit.cpp:108–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
static void close_platf(DESC file)
109
{
110
#ifdef WIN_NT
111
CloseHandle(file);
112
#else
113
close(file);
114
#endif
115
}
116
117
// Definitions for GSPLIT
118
enum gsplit_option
Callers
6
read_and_write
Function · 0.70
final_read_and_write
Function · 0.70
read_and_write_for_join
Function · 0.70
write_header
Function · 0.70
flush_io_buff
Function · 0.70
final_flush_io_buff
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected