| 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 | { |
nothing calls this directly
no test coverage detected