Searched refs:fFirstIndex (Results 1 – 1 of 1) sorted by relevance
357 fFirstIndex = fMailbox->CountMessages() + 1; in Process()368 uint32 from = fFirstIndex + kMaxFetchEntries < to in Process()369 ? fLastIndex - kMaxFetchEntries : fFirstIndex; in Process()440 uint32 fFirstIndex; member in CheckMailboxesCommand