Home
last modified time | relevance | path

Searched refs:mdb_id (Results 1 – 9 of 9) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/import/src/
H A DnsAddrDatabase.h37 nsresult CreateABCard(nsIMdbRow* cardRow, mdb_id listRowID,
50 nsresult GetCardRowByRowID(mdb_id rowID, nsIMdbRow** dbRow);
51 nsresult GetListRowByRowID(mdb_id rowID, nsIMdbRow** dbRow);
66 nsresult CreateCard(nsIMdbRow* cardRow, mdb_id listRowID, nsIAbCard** result);
H A DnsAddrDatabase.cpp448 mdb_id rowID; in GetAddressRowByPos()
619 while (rowOid.mOid_Id != (mdb_id)-1) { in HasMoreElements()
687 nsListAddressEnumerator(nsAddrDatabase* aDb, mdb_id aRowID);
694 mdb_id mListRowID;
700 mdb_id aRowID) in nsListAddressEnumerator()
782 nsresult nsAddrDatabase::CreateCard(nsIMdbRow* cardRow, mdb_id listRowID, in CreateCard()
789 mdb_id rowID = 0; in CreateCard()
807 nsresult nsAddrDatabase::CreateABCard(nsIMdbRow* cardRow, mdb_id listRowID, in CreateABCard()
820 mdb_id rowID = 0; in CreateABListCard()
849 nsresult nsAddrDatabase::GetCardRowByRowID(mdb_id rowID, nsIMdbRow** dbRow) { in GetCardRowByRowID()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/mork/
H A Dmork.h191 typedef mdb_id mork_id; // unsigned object identity in a scope
200 #define morkId_kMinusOne ((mdb_id)-1)
H A Dmdb.h61 typedef mdb_u4 mdb_id; // unsigned object identity in a scope typedef
62 typedef mdb_id mdb_rid; // unsigned row identity inside scope
63 typedef mdb_id mdb_tid; // unsigned table identity inside scope
78 #define mdbId_kNone ((mdb_id)-1) /* never a valid Mork object ID */
184 mdb_id mOid_Id; // identity of object inside scope namespace
H A DmorkStore.cpp1556 rowOid.mOid_Id = (mdb_id)-1; in FindRow()
/dports/news/lusernet/LuserNET-0.4.2/
H A DNNTPSource.m110 msg_id_t mdb_id;
111 mdb_id=[mdb midForId: mid];
112 if (!mdb_id)
113 mdb_id=[mdb createMessageWithId: mid source: self];
117 [mdb setMessageData: NULL length: -1 : mdb_id];
123 [mdb setMessageData: d length: length : mdb_id];
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/msgdb/src/
H A DnsMailDatabase.cpp217 if (outPos < 0 || outOid.mOid_Id == (mdb_id)-1) break; in ListAllOfflineOpIds()
H A DnsMsgDatabase.cpp2627 if (outPos < 0 || outOid.mOid_Id == (mdb_id)-1) break; in ListAllKeys()
4714 mdb_id prevId = 0; in RefreshCache()
4732 mdb_id idToInsert) { in FindInsertIndexInSortedTable()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/msgdb/public/
H A DnsMsgDatabase.h354 mdb_pos FindInsertIndexInSortedTable(nsIMdbTable* table, mdb_id idToInsert);