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

Method internalOpen

src/jrd/recsrc/WindowedStream.cpp:104–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 void BufferedStreamWindow::internalOpen(thread_db* tdbb) const
105 {
106 Request* const request = tdbb->getRequest();
107 Impure* const impure = request->getImpure<Impure>(m_impure);
108
109 impure->irsb_flags = irsb_open;
110 impure->irsb_position = 0;
111 }
112
113 void BufferedStreamWindow::close(thread_db* tdbb) const
114 {

Callers

nothing calls this directly

Calls 5

getRequestMethod · 0.45
openMethod · 0.45
invalidateMethod · 0.45
getCountMethod · 0.45
getDefaultPoolMethod · 0.45

Tested by

no test coverage detected