Home
last modified time | relevance | path

Searched refs:cutOffDate (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/pinot/pinot-1.20/SQL/
H A DQueryHistory.cpp313 time_t cutOffDate) in deleteItems() argument
315 if (cutOffDate == 0) in deleteItems()
323 queryName.c_str(), engineName.c_str(), cutOffDate); in deleteItems()
H A DQueryHistory.h71 time_t cutOffDate);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/local/src/
H A DnsPop3Protocol.cpp272 PRTime cutOffDate = (PRTime)arg; in net_pop3_delete_old_msgs_mapper() local
274 if (uidlEntry->dateReceived < cutOffDate) in net_pop3_delete_old_msgs_mapper()