MCPcopy 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
108static 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
118enum gsplit_option

Callers 6

read_and_writeFunction · 0.70
final_read_and_writeFunction · 0.70
read_and_write_for_joinFunction · 0.70
write_headerFunction · 0.70
flush_io_buffFunction · 0.70
final_flush_io_buffFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected