Home
last modified time | relevance | path

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) in WorkerPrivate() function in WorkerPrivate
146 WorkerPrivate(worker).Quit(); in Process()
156 IMAP::Protocol& protocol = WorkerPrivate(worker).Protocol(); in Process()
180 IMAP::Protocol& protocol = WorkerPrivate(worker).Protocol(); in Process()
188 status_t status = WorkerPrivate(worker).SelectMailbox(fFolder); in Process()
250 IMAP::Protocol& protocol = WorkerPrivate(worker).Protocol(); in Process()
252 status_t status = WorkerPrivate(worker).SelectMailbox(fFolder); in Process()
268 WorkerPrivate(worker).EnqueueCommand(new FetchBodiesCommand(fFolder, in Process()
324 IMAP::Protocol& protocol = WorkerPrivate(worker).Protocol(); in Process()
[all …]
H A DIMAPConnectionWorker.h20 class WorkerPrivate; variable
78 friend class WorkerPrivate; variable