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

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.cpp356 fLastIndex = WorkerPrivate(worker).MessagesExist();
358 if (fLastIndex > 0)
367 uint32 to = fLastIndex;
369 ? fLastIndex - kMaxFetchEntries : fFirstIndex;
400 fLastIndex = from - 1;
441 uint32 fLastIndex; member in class:CheckMailboxesCommand
/haiku/src/kits/network/libnetservices/
H A DNetworkCookieJar.cpp723 fLastIndex(0),
740 fLastIndex(0),
788 fLastList->RemoveItemAt(fLastIndex);
828 fLastIndex = 0;
882 fLastIndex = fIndex;
/haiku/src/apps/activitymonitor/
H A DActivityView.h48 int32 fLastIndex; member in class:DataHistory
H A DActivityView.cpp290 fLastIndex(-1),
/haiku/headers/private/netservices/
H A DNetworkCookieJar.h161 int32 fLastIndex; member in class:BPrivate::Network::BNetworkCookieJar::UrlIterator

Completed in 33 milliseconds