Searched refs:ContentsIO (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp4959 BMallocIO ContentsIO; local
5068 ContentsIO.SetBlockSize (16 * 1024);
5069 ErrorCode = ComponentPntr->GetDecodedData (&ContentsIO);
5074 ContentsBufferPntr = (const char *) ContentsIO.Buffer ();
5075 ContentsBufferSize = ContentsIO.BufferLength ();

Completed in 48 milliseconds