Searched refs:StorageMailEntry (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DIMAPStorage.cpp40 const StorageMailEntry& mailEntry = (*it).second;
60 const StorageMailEntry& mailEntry = (*it).second;
181 StorageMailEntry storageEntry;
216 const StorageMailEntry& storageEntry = (*it).second;
238 const StorageMailEntry& storageEntry = (*it).second;
259 StorageMailEntry& entry = (*it).second;
280 const StorageMailEntry& entry = (*it).second;
291 StorageMailEntry& storageEntry = (*it).second;
330 StorageMailEntry& storageEntry = (*it).second;
341 StorageMailEntry*
[all...]
H A DIMAPStorage.h31 struct StorageMailEntry { struct
39 typedef std::map<int32, StorageMailEntry> MailEntryMap;
78 StorageMailEntry* GetEntryForRef(const node_ref& ref);
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPInboundProtocol.cpp604 StorageMailEntry* entry = fStorage.GetEntryForRef(node);

Completed in 43 milliseconds