Home
last modified time | relevance | path

Searched refs:tlvList (Results 1 – 19 of 19) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/liboscar/tasks/
H A Doscarlogintask.cpp204 QList<TLV> tlvList = st->buffer()->getTLVList(); in handleLoginResponse() local
206 TLV uin = findTLV( tlvList, 0x0001 ); in handleLoginResponse()
212 TLV err = findTLV( tlvList, 0x0008 ); in handleLoginResponse()
224 TLV server = findTLV( tlvList, 0x0005 ); in handleLoginResponse()
235 TLV cookie = findTLV( tlvList, 0x0006 ); in handleLoginResponse()
242 TLV sslcert = findTLV( tlvList, 141 ); in handleLoginResponse()
249 TLV ssl = findTLV( tlvList, 142 ); in handleLoginResponse()
255 tlvList.clear(); in handleLoginResponse()
H A Dssimodifytask.cpp91 QList<TLV> tlvList; in addContact() local
96 tlvList.append( t ); in addContact()
100 …act newItem( newContact, groupItem.gid(), m_ssiManager->nextContactId(), ROSTER_CONTACT, tlvList ); in addContact()
174 OContact newItem( newName, m_oldItem.gid(), m_oldItem.bid(), ROSTER_GROUP, m_oldItem.tlvList() ); in renameGroup()
400 QList<TLV> list = oldGroupItem.tlvList(); in changeGroupOnServer()
422 QList<TLV> list2 = m_groupItem.tlvList(); in changeGroupOnServer()
558 QList<TLV>::const_iterator it = item.tlvList().begin(); in addItemToBuffer()
559 QList<TLV>::const_iterator listEnd = item.tlvList().end(); in addItemToBuffer()
566 QList<TLV> tlvList; in getItemFromBuffer() local
578 tlvList.append( t ); in getItemFromBuffer()
[all …]
H A Dssilisttask.cpp90 QList<TLV> tlvList; in handleContactListReply() local
102 tlvList.clear(); in handleContactListReply()
113 tlvList.append( t ); in handleContactListReply()
119 OContact s( itemName, groupId, itemId, itemType, tlvList ); in handleContactListReply()
H A Dcloseconnectiontask.cpp56 QList<TLV> tlvList = ft->buffer()->getTLVList(); in take() local
58 TLV err = findTLV( tlvList, 0x0009 ); in take()
H A Dchatnavservicetask.cpp236 QList<Oscar::TLV> tlvList = b.getTLVList(); in handleBasicRoomInfo() local
237 QList<Oscar::TLV>::iterator it, itEnd = tlvList.end(); in handleBasicRoomInfo()
239 for ( it = tlvList.begin(); it != itEnd; ++it ) in handleBasicRoomInfo()
H A Dchatservicetask.cpp182 QList<Oscar::TLV> tlvList = b->getTLVList(); in parseRoomInfo() local
183 QList<Oscar::TLV>::iterator it = tlvList.begin(); in parseRoomInfo()
184 QList<Oscar::TLV>::iterator itEnd = tlvList.end(); in parseRoomInfo()
H A Dssiauthtask.cpp194 QList<Oscar::TLV> tlvList = buffer->getTLVList(); in parseReason() local
196 Oscar::TLV encodingTlv = findTLV( tlvList, 0x0001 ); in parseReason()
/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/liboscar/
H A Dicquserinfo.cpp695 QList<TLV> tlvList = tlvListBuffer.getTLVList(); in fill() local
698 for ( it = tlvList.constBegin(); it != tlvList.constEnd(); ++it ) in fill()
1015 QList<TLV> tlvList = Buffer( buffer.getBSTR() ).getTLVList(); in parseAddressItemList() local
1019 for ( it = tlvList.constBegin(); it != tlvList.constEnd(); ++it ) in parseAddressItemList()
1079 QList<TLV> tlvList = Buffer( buffer.getBSTR() ).getTLVList(); in parseWorkItemList() local
1083 for ( it = tlvList.constBegin(); it != tlvList.constEnd(); ++it ) in parseWorkItemList()
1171 QList<TLV> tlvList = Buffer( buffer.getBSTR() ).getTLVList(); in parseInfoItemList() local
1175 for ( it = tlvList.constBegin(); it != tlvList.constEnd(); ++it ) in parseInfoItemList()
H A Dcontact.h71 const QList<Oscar::TLV>& tlvList() const;
H A Doscarutils.cpp59 QList<TLV> tList( item.tlvList() ); in updateTLVs()
H A Dcontact.cpp100 const QList<TLV>& OContact::tlvList() const in tlvList() function in OContact
H A Dcontactmanager.cpp272 TLV t = Oscar::findTLV( ( *it ).tlvList(), 0x00D5 ); in findItemForIcon()
H A Dclient.cpp1005 QList<TLV> tList( item.tlvList() ); in changeContactAlias()
/dports/net-im/licq-jabber/licq-f271d55/icq/src/
H A Dicq-srv.cpp3574 TlvList tlvList = packet.getTlvList(); in ProcessListFam() local
3576 for (iter = tlvList.begin(); iter != tlvList.end(); ++iter) in ProcessListFam()
/dports/net-im/licq-osd/licq-f271d55/icq/src/
H A Dicq-srv.cpp3574 TlvList tlvList = packet.getTlvList(); in ProcessListFam() local
3576 for (iter = tlvList.begin(); iter != tlvList.end(); ++iter) in ProcessListFam()
/dports/net-im/licq-qt-gui/licq-f271d55/icq/src/
H A Dicq-srv.cpp3574 TlvList tlvList = packet.getTlvList(); in ProcessListFam() local
3576 for (iter = tlvList.begin(); iter != tlvList.end(); ++iter) in ProcessListFam()
/dports/net-im/licq-icq/licq-f271d55/icq/src/
H A Dicq-srv.cpp3574 TlvList tlvList = packet.getTlvList(); in ProcessListFam() local
3576 for (iter = tlvList.begin(); iter != tlvList.end(); ++iter) in ProcessListFam()
/dports/net-im/licq/licq-f271d55/icq/src/
H A Dicq-srv.cpp3574 TlvList tlvList = packet.getTlvList(); in ProcessListFam() local
3576 for (iter = tlvList.begin(); iter != tlvList.end(); ++iter) in ProcessListFam()
/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/
H A Doscaraccount.cpp1112 QList<TLV> tList( item.tlvList() ); in updateBuddyIconInSSI()