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

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.cpp26 class WorkerPrivate { class
28 WorkerPrivate(IMAPConnectionWorker& worker) function in class:WorkerPrivate
146 WorkerPrivate(worker).Quit();
156 IMAP::Protocol& protocol = WorkerPrivate(worker).Protocol();
180 IMAP::Protocol& protocol = WorkerPrivate(worker).Protocol();
188 status_t status = WorkerPrivate(worker).SelectMailbox(fFolder);
250 IMAP::Protocol& protocol = WorkerPrivate(worker).Protocol();
252 status_t status = WorkerPrivate(worker).SelectMailbox(fFolder);
268 WorkerPrivate(worker).EnqueueCommand(new FetchBodiesCommand(fFolder,
324 IMAP::Protocol& protocol = WorkerPrivate(worke
[all...]
H A DIMAPConnectionWorker.h20 class WorkerPrivate;
78 friend class WorkerPrivate;

Completed in 34 milliseconds