Home
last modified time | relevance | path

Searched refs:FlushCompleted (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/private/app/
H A DLinkSender.h48 status_t FlushCompleted(size_t newBufferSize);
/haiku/src/kits/app/
H A DLinkSender.cpp158 status_t status = FlushCompleted(size + CurrentMessageSize()); in Attach()
265 LinkSender::FlushCompleted(size_t newBufferSize) in FlushCompleted() function in BPrivate::LinkSender