Searched refs:AliasYarn (Results 1 – 12 of 12) sorted by relevance
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/mork/ |
H A D | morkCell.cpp | 46 void morkCell::AliasYarn(morkEnv* ev, mdbYarn* outYarn) const { in AliasYarn() function in morkCell 48 morkAtom::AliasYarn(mCell_Atom, outYarn); in AliasYarn()
|
H A D | morkCell.h | 85 void AliasYarn(morkEnv* ev, mdbYarn* outYarn) const;
|
H A D | morkCellObject.cpp | 283 NS_IMETHODIMP morkCellObject::AliasYarn(nsIMdbEnv* mev, mdbYarn* outYarn) { in AliasYarn() function in morkCellObject 290 morkAtom::AliasYarn(atom, outYarn); in AliasYarn()
|
H A D | morkCellObject.h | 84 NS_IMETHOD AliasYarn(nsIMdbEnv* ev,
|
H A D | morkRowObject.cpp | 286 morkAtom::AliasYarn(atom, &yarn); // works even when atom is nil in AddCell() 417 morkAtom::AliasYarn(atom, outYarn); in AliasCellYarn()
|
H A D | morkWriter.cpp | 416 if (morkAtom::AliasYarn(inAtom, &yarn)) { in WriteAtom() 458 morkAtom::AliasYarn(atom, &yarn); in WriteAtomSpaceAsDict() 1633 if (morkAtom::AliasYarn(atom, &yarn)) { in PutRowDict() 1689 morkAtom::AliasYarn(atom, &yarn); // works even when atom==nil in PutVerboseCell() 1749 morkAtom::AliasYarn(atom, &yarn); // works even when atom==nil in PutCell()
|
H A D | morkAtom.h | 85 static mork_bool AliasYarn(const morkAtom* atom, mdbYarn* outYarn);
|
H A D | morkAtom.cpp | 91 mork_bool morkAtom::AliasYarn(const morkAtom* atom, mdbYarn* outYarn) { in AliasYarn() function in morkAtom
|
H A D | mdb.h | 2409 NS_IMETHOD AliasYarn(nsIMdbEnv* ev, in NS_DEFINE_STATIC_IID_ACCESSOR()
|
H A D | morkStore.cpp | 578 if (morkAtom::AliasYarn(inAtom, &yarn)) in CopyAtom()
|
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/import/src/ |
H A D | nsAddrDatabase.cpp | 465 cardCell->AliasYarn(m_mdbEnv, &yarn); in GetStringColumn() 494 cardCell->AliasYarn(m_mdbEnv, &yarn); in GetIntColumn() 527 cell->AliasYarn(m_mdbEnv, &cellYarn); in InitCardFromRow()
|
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/ |
H A D | nsMsgFolderCache.cpp | 327 hdrCell->AliasYarn(GetEnv(), &yarn); in RowCellColumnToCharPtr()
|