Home
last modified time | relevance | path

Searched refs:last_accessed_msg (Results 1 – 2 of 2) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/local/src/
H A DnsPop3Protocol.cpp2912 m_pop3ConData->msg_info + m_pop3ConData->last_accessed_msg; in GetMsg()
2990 m_pop3ConData->last_accessed_msg++; in GetMsg()
3001 m_pop3ConData->msg_info[m_pop3ConData->last_accessed_msg].msgnum, in SendTop()
3023 m_pop3ConData->msg_info[m_pop3ConData->last_accessed_msg].msgnum); in SendXsender()
3056 m_pop3ConData->msg_info[m_pop3ConData->last_accessed_msg].msgnum); in SendRetr()
3131 m_pop3ConData->msg_info[m_pop3ConData->last_accessed_msg].uidl) in RetrResponse()
3248 m_pop3ConData->msg_info + m_pop3ConData->last_accessed_msg; in RetrResponse()
3273 m_pop3ConData->last_accessed_msg++; in RetrResponse()
3418 m_pop3ConData->last_accessed_msg++; in SendDele()
3455 ->msg_info[m_pop3ConData->last_accessed_msg - 1] in DeleResponse()
[all …]
H A DnsPop3Protocol.h209 int32_t last_accessed_msg; member