Home
last modified time | relevance | path

Searched refs:addLEWord (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/liboscar/tasks/
H A Dsendmessagetask.cpp275 b->addLEWord( 0x001B ); // length of this data segment, always 27 in addRendezvousMessageData()
280 b->addLEWord( ICQ_TCP_VERSION ); // so stick with 8 for now :) in addRendezvousMessageData()
298 b->addLEWord( channel2Counter ); // channel 2 counter in addRendezvousMessageData()
301 b->addLEWord( 0x000E ); // length of this data segment, always 14 in addRendezvousMessageData()
302 b->addLEWord( channel2Counter ); // channel 2 counter in addRendezvousMessageData()
330 b->addLEWord( 0x0001 ); // status (?) in addRendezvousMessageData()
331 b->addLEWord( 0x0001 ); // priority (?) in addRendezvousMessageData()
335 b->addLEWord( 0x0000 ); // status (?) in addRendezvousMessageData()
336 b->addLEWord( 0x0000 ); // priority (?) in addRendezvousMessageData()
339 b->addLEWord( m_message.textArray().size() + 1 ); // length of string + zero termination in addRendezvousMessageData()
[all …]
H A Dusersearchtask.cpp121 tlvdata->addLEWord( 0x0136 ); //tlv of type 0x0136 with length 4. all little endian in searchUserByUIN()
122 tlvdata->addLEWord( 0x0004 ); in searchUserByUIN()
246 bufFileName.addLEWord( info.firstName.length() ); in searchWhitePages()
254 bufLastName.addLEWord( info.lastName.length() ); in searchWhitePages()
262 bufNickName.addLEWord( info.nickName.length() ); in searchWhitePages()
270 bufEmail.addLEWord( info.email.length() ); in searchWhitePages()
295 bufCity.addLEWord( info.city.length() ); in searchWhitePages()
H A Dicqtask.cpp85 tlvData->addLEWord( m_requestType ); // request type in addInitialData()
86 tlvData->addLEWord( m_sequence ); in addInitialData()
89 tlvData->addLEWord( m_requestSubType ); in addInitialData()
101 newBuffer->addLEWord( tlvData->length() ); // data chunk size in addInitialData()
/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/liboscar/
H A Dbuffer.cpp78 int Buffer::addLEWord(Oscar::WORD w) in addLEWord() function in Buffer
165 addLEWord( type ); in addLETLV()
166 addLEWord( data.length() ); in addLETLV()
296 addLEWord(type); in addLETLV32()
310 addLEWord(type); in addLETLV16()
312 return addLEWord(data); in addLETLV16()
324 addLEWord(type); in addLETLV8()
325 addLEWord(0x0001); //1 Oscar::BYTE long in addLETLV8()
415 addLEWord(len+1); in addLNTS()
425 int ret = addLEWord(len+1); in addLELNTS()
[all …]
H A Dicquserinfo.cpp358 buf.addLEWord( birthdayYear.get() ); in store()
359 buf.addLEWord( birthdayMonth.get() ); in store()
360 buf.addLEWord( birthdayDay.get() ); in store()
519 buf.addLEWord( topics[i].get() ); in store()
581 buf.addLEWord( org1Category.get() ); in store()
589 buf.addLEWord( org2Category.get() ); in store()
597 buf.addLEWord( org3Category.get() ); in store()
610 buf.addLEWord( pastAff1Category.get() ); in store()
618 buf.addLEWord( pastAff2Category.get() ); in store()
626 buf.addLEWord( pastAff3Category.get() ); in store()
H A Dbuffer.h114 int addLEWord(Oscar::WORD w);