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

/haiku/src/apps/people/
H A DPictureView.cpp544 BMallocIO memStream; local
545 if (roster->Translate(&stream, NULL, NULL, &memStream,
547 reply.AddData(format.MIME, B_MIME_TYPE, memStream.Buffer(),
548 memStream.BufferLength());
/haiku/src/apps/showimage/
H A DShowImageView.cpp984 BMallocIO memStream; local
985 if (roster->Translate(&stream, NULL, NULL, &memStream, format->type) == B_OK) {
986 reply.AddData(format->MIME, B_MIME_TYPE, memStream.Buffer(),
987 memStream.BufferLength());

Completed in 83 milliseconds