MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / PIO_close

Function PIO_close

src/jrd/os/win32/winnt.cpp:164–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163
164void PIO_close(jrd_file* main_file)
165{
166/**************************************
167 *
168 * P I O _ c l o s e
169 *
170 **************************************
171 *
172 * Functional description
173 *
174 **************************************/
175 for (jrd_file* file = main_file; file; file = file->fil_next)
176 {
177 maybeCloseFile(file->fil_desc);
178 }
179}
180
181
182jrd_file* PIO_create(thread_db* tdbb, const Firebird::PathName& string,

Callers

nothing calls this directly

Calls 1

maybeCloseFileFunction · 0.70

Tested by

no test coverage detected