Lines Matching defs:handler
33 static int openfile_mkstemp(IoErrorHandler &handler) { in openfile_mkstemp()
63 Position position, IoErrorHandler &handler) { in Open()
166 void OpenFile::Close(CloseStatus status, IoErrorHandler &handler) { in Close()
189 std::size_t maxBytes, IoErrorHandler &handler) { in Read()
219 std::size_t bytes, IoErrorHandler &handler) { in Write()
255 void OpenFile::Truncate(FileOffset at, IoErrorHandler &handler) { in Truncate()
269 FileOffset at, char *buffer, std::size_t bytes, IoErrorHandler &handler) { in ReadAsynchronously()
298 std::size_t bytes, IoErrorHandler &handler) { in WriteAsynchronously()
322 void OpenFile::Wait(int id, IoErrorHandler &handler) { in Wait()
341 void OpenFile::WaitAll(IoErrorHandler &handler) { in WaitAll()
358 bool OpenFile::Seek(FileOffset at, IoErrorHandler &handler) { in Seek()