Home
last modified time | relevance | path

Searched refs:addTLV32 (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/liboscar/tasks/
H A Dsendmessagetask.cpp163 tlv2buffer.addTLV32( 0x0501, 0x01010102 ); in addChannel1Data()
224 tlv5buffer.addTLV32( 0x0003, m_ip ); //our ip in addChannel2Data()
H A Doscarlogintask.cpp178 outbuf->addTLV32(0x0014, version->other ); in sendLoginRequest()
/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/liboscar/
H A Dbuffer.h214 int addTLV32(Oscar::WORD type, Oscar::DWORD data);
H A Dicquserinfo.cpp1065 buffer.addTLV32( 0x008C, info.country ); in storeAddressItemList()
1157 buffer.addTLV32( 0x00D2, info.country ); in storeWorkItemList()
H A Dbuffer.cpp287 int Buffer::addTLV32(Oscar::WORD type, Oscar::DWORD data) in addTLV32() function in Buffer