Home
last modified time | relevance | path

Searched refs:packUInt32LE (Results 1 – 25 of 25) sorted by relevance

/dports/net-im/licq-qt-gui/licq-f271d55/msn/src/
H A Dmsnpacket.cpp248 m_pBuffer->packUInt32LE(m_nSessionId); in InitBuffer()
249 m_pBuffer->packUInt32LE(m_nBaseId); in InitBuffer()
252 m_pBuffer->packUInt32LE(m_nDataSizeLO); in InitBuffer()
254 m_pBuffer->packUInt32LE(m_nLen); in InitBuffer()
255 m_pBuffer->packUInt32LE(m_nFlag); in InitBuffer()
256 m_pBuffer->packUInt32LE(m_nAckId); in InitBuffer()
258 m_pBuffer->packUInt32LE(m_nAckDataLO); in InitBuffer()
259 m_pBuffer->packUInt32LE(m_nAckDataHI); in InitBuffer()
585 m_pBuffer->packUInt32LE(0); in CPS_MSNInvitation()
627 m_pBuffer->packUInt32LE(0); in CPS_MSNP2PBye()
[all …]
/dports/net-im/licq-jabber/licq-f271d55/msn/src/
H A Dmsnpacket.cpp248 m_pBuffer->packUInt32LE(m_nSessionId); in InitBuffer()
249 m_pBuffer->packUInt32LE(m_nBaseId); in InitBuffer()
252 m_pBuffer->packUInt32LE(m_nDataSizeLO); in InitBuffer()
254 m_pBuffer->packUInt32LE(m_nLen); in InitBuffer()
255 m_pBuffer->packUInt32LE(m_nFlag); in InitBuffer()
256 m_pBuffer->packUInt32LE(m_nAckId); in InitBuffer()
258 m_pBuffer->packUInt32LE(m_nAckDataLO); in InitBuffer()
259 m_pBuffer->packUInt32LE(m_nAckDataHI); in InitBuffer()
585 m_pBuffer->packUInt32LE(0); in CPS_MSNInvitation()
627 m_pBuffer->packUInt32LE(0); in CPS_MSNP2PBye()
[all …]
/dports/net-im/licq-osd/licq-f271d55/msn/src/
H A Dmsnpacket.cpp248 m_pBuffer->packUInt32LE(m_nSessionId); in InitBuffer()
249 m_pBuffer->packUInt32LE(m_nBaseId); in InitBuffer()
252 m_pBuffer->packUInt32LE(m_nDataSizeLO); in InitBuffer()
254 m_pBuffer->packUInt32LE(m_nLen); in InitBuffer()
255 m_pBuffer->packUInt32LE(m_nFlag); in InitBuffer()
256 m_pBuffer->packUInt32LE(m_nAckId); in InitBuffer()
258 m_pBuffer->packUInt32LE(m_nAckDataLO); in InitBuffer()
259 m_pBuffer->packUInt32LE(m_nAckDataHI); in InitBuffer()
585 m_pBuffer->packUInt32LE(0); in CPS_MSNInvitation()
627 m_pBuffer->packUInt32LE(0); in CPS_MSNP2PBye()
[all …]
/dports/net-im/licq-icq/licq-f271d55/msn/src/
H A Dmsnpacket.cpp248 m_pBuffer->packUInt32LE(m_nSessionId); in InitBuffer()
249 m_pBuffer->packUInt32LE(m_nBaseId); in InitBuffer()
252 m_pBuffer->packUInt32LE(m_nDataSizeLO); in InitBuffer()
254 m_pBuffer->packUInt32LE(m_nLen); in InitBuffer()
255 m_pBuffer->packUInt32LE(m_nFlag); in InitBuffer()
256 m_pBuffer->packUInt32LE(m_nAckId); in InitBuffer()
258 m_pBuffer->packUInt32LE(m_nAckDataLO); in InitBuffer()
259 m_pBuffer->packUInt32LE(m_nAckDataHI); in InitBuffer()
585 m_pBuffer->packUInt32LE(0); in CPS_MSNInvitation()
627 m_pBuffer->packUInt32LE(0); in CPS_MSNP2PBye()
[all …]
/dports/net-im/licq/licq-f271d55/msn/src/
H A Dmsnpacket.cpp248 m_pBuffer->packUInt32LE(m_nSessionId); in InitBuffer()
249 m_pBuffer->packUInt32LE(m_nBaseId); in InitBuffer()
252 m_pBuffer->packUInt32LE(m_nDataSizeLO); in InitBuffer()
254 m_pBuffer->packUInt32LE(m_nLen); in InitBuffer()
255 m_pBuffer->packUInt32LE(m_nFlag); in InitBuffer()
256 m_pBuffer->packUInt32LE(m_nAckId); in InitBuffer()
258 m_pBuffer->packUInt32LE(m_nAckDataLO); in InitBuffer()
259 m_pBuffer->packUInt32LE(m_nAckDataHI); in InitBuffer()
585 m_pBuffer->packUInt32LE(0); in CPS_MSNInvitation()
627 m_pBuffer->packUInt32LE(0); in CPS_MSNP2PBye()
[all …]
/dports/net-im/licq-osd/licq-f271d55/licq/include/licq/
H A Dbuffer.h45 void packUInt32LE(uint32_t data);
84 void PackUnsignedLong(unsigned long data) { packUInt32LE(data); } in PackUnsignedLong()
/dports/net-im/licq-jabber/licq-f271d55/licq/include/licq/
H A Dbuffer.h45 void packUInt32LE(uint32_t data);
84 void PackUnsignedLong(unsigned long data) { packUInt32LE(data); } in PackUnsignedLong()
/dports/net-im/licq-icq/licq-f271d55/licq/include/licq/
H A Dbuffer.h45 void packUInt32LE(uint32_t data);
84 void PackUnsignedLong(unsigned long data) { packUInt32LE(data); } in PackUnsignedLong()
/dports/net-im/licq-qt-gui/licq-f271d55/licq/include/licq/
H A Dbuffer.h45 void packUInt32LE(uint32_t data);
84 void PackUnsignedLong(unsigned long data) { packUInt32LE(data); } in PackUnsignedLong()
/dports/net-im/licq/licq-f271d55/licq/include/licq/
H A Dbuffer.h45 void packUInt32LE(uint32_t data);
84 void PackUnsignedLong(unsigned long data) { packUInt32LE(data); } in PackUnsignedLong()
/dports/net-im/licq-osd/licq-f271d55/icq/src/
H A Dpacket-tcp.cpp1377 buffer->packUInt32LE(entry.nActive); in CPT_InfoPhoneBookResp()
1382 buffer->packUInt32LE(4 + 4 + entry.gateway.size() + 4 + 4 + 4 + 4); in CPT_InfoPhoneBookResp()
1383 buffer->packUInt32LE(entry.nType); in CPT_InfoPhoneBookResp()
1385 buffer->packUInt32LE(entry.nGatewayType); in CPT_InfoPhoneBookResp()
1386 buffer->packUInt32LE(entry.nSmsAvailable); in CPT_InfoPhoneBookResp()
1387 buffer->packUInt32LE(entry.nRemoveLeading0s); in CPT_InfoPhoneBookResp()
1388 buffer->packUInt32LE(entry.nPublish); in CPT_InfoPhoneBookResp()
H A Dpacket-srv.cpp1611 buffer->packUInt32LE(entry.nActive); in CPU_InfoPhoneBookResp()
1616 buffer->packUInt32LE(4 + 4 + entry.gateway.size() + 4 + 4 + 4 + 4); in CPU_InfoPhoneBookResp()
1617 buffer->packUInt32LE(entry.nType); in CPU_InfoPhoneBookResp()
1619 buffer->packUInt32LE(entry.nGatewayType); in CPU_InfoPhoneBookResp()
1620 buffer->packUInt32LE(entry.nSmsAvailable); in CPU_InfoPhoneBookResp()
1621 buffer->packUInt32LE(entry.nRemoveLeading0s); in CPU_InfoPhoneBookResp()
1622 buffer->packUInt32LE(entry.nPublish); in CPU_InfoPhoneBookResp()
/dports/net-im/licq-qt-gui/licq-f271d55/icq/src/
H A Dpacket-tcp.cpp1377 buffer->packUInt32LE(entry.nActive); in CPT_InfoPhoneBookResp()
1382 buffer->packUInt32LE(4 + 4 + entry.gateway.size() + 4 + 4 + 4 + 4); in CPT_InfoPhoneBookResp()
1383 buffer->packUInt32LE(entry.nType); in CPT_InfoPhoneBookResp()
1385 buffer->packUInt32LE(entry.nGatewayType); in CPT_InfoPhoneBookResp()
1386 buffer->packUInt32LE(entry.nSmsAvailable); in CPT_InfoPhoneBookResp()
1387 buffer->packUInt32LE(entry.nRemoveLeading0s); in CPT_InfoPhoneBookResp()
1388 buffer->packUInt32LE(entry.nPublish); in CPT_InfoPhoneBookResp()
H A Dpacket-srv.cpp1611 buffer->packUInt32LE(entry.nActive); in CPU_InfoPhoneBookResp()
1616 buffer->packUInt32LE(4 + 4 + entry.gateway.size() + 4 + 4 + 4 + 4); in CPU_InfoPhoneBookResp()
1617 buffer->packUInt32LE(entry.nType); in CPU_InfoPhoneBookResp()
1619 buffer->packUInt32LE(entry.nGatewayType); in CPU_InfoPhoneBookResp()
1620 buffer->packUInt32LE(entry.nSmsAvailable); in CPU_InfoPhoneBookResp()
1621 buffer->packUInt32LE(entry.nRemoveLeading0s); in CPU_InfoPhoneBookResp()
1622 buffer->packUInt32LE(entry.nPublish); in CPU_InfoPhoneBookResp()
/dports/net-im/licq/licq-f271d55/icq/src/
H A Dpacket-tcp.cpp1377 buffer->packUInt32LE(entry.nActive); in CPT_InfoPhoneBookResp()
1382 buffer->packUInt32LE(4 + 4 + entry.gateway.size() + 4 + 4 + 4 + 4); in CPT_InfoPhoneBookResp()
1383 buffer->packUInt32LE(entry.nType); in CPT_InfoPhoneBookResp()
1385 buffer->packUInt32LE(entry.nGatewayType); in CPT_InfoPhoneBookResp()
1386 buffer->packUInt32LE(entry.nSmsAvailable); in CPT_InfoPhoneBookResp()
1387 buffer->packUInt32LE(entry.nRemoveLeading0s); in CPT_InfoPhoneBookResp()
1388 buffer->packUInt32LE(entry.nPublish); in CPT_InfoPhoneBookResp()
H A Dpacket-srv.cpp1611 buffer->packUInt32LE(entry.nActive); in CPU_InfoPhoneBookResp()
1616 buffer->packUInt32LE(4 + 4 + entry.gateway.size() + 4 + 4 + 4 + 4); in CPU_InfoPhoneBookResp()
1617 buffer->packUInt32LE(entry.nType); in CPU_InfoPhoneBookResp()
1619 buffer->packUInt32LE(entry.nGatewayType); in CPU_InfoPhoneBookResp()
1620 buffer->packUInt32LE(entry.nSmsAvailable); in CPU_InfoPhoneBookResp()
1621 buffer->packUInt32LE(entry.nRemoveLeading0s); in CPU_InfoPhoneBookResp()
1622 buffer->packUInt32LE(entry.nPublish); in CPU_InfoPhoneBookResp()
/dports/net-im/licq-icq/licq-f271d55/icq/src/
H A Dpacket-tcp.cpp1377 buffer->packUInt32LE(entry.nActive); in CPT_InfoPhoneBookResp()
1382 buffer->packUInt32LE(4 + 4 + entry.gateway.size() + 4 + 4 + 4 + 4); in CPT_InfoPhoneBookResp()
1383 buffer->packUInt32LE(entry.nType); in CPT_InfoPhoneBookResp()
1385 buffer->packUInt32LE(entry.nGatewayType); in CPT_InfoPhoneBookResp()
1386 buffer->packUInt32LE(entry.nSmsAvailable); in CPT_InfoPhoneBookResp()
1387 buffer->packUInt32LE(entry.nRemoveLeading0s); in CPT_InfoPhoneBookResp()
1388 buffer->packUInt32LE(entry.nPublish); in CPT_InfoPhoneBookResp()
H A Dpacket-srv.cpp1611 buffer->packUInt32LE(entry.nActive); in CPU_InfoPhoneBookResp()
1616 buffer->packUInt32LE(4 + 4 + entry.gateway.size() + 4 + 4 + 4 + 4); in CPU_InfoPhoneBookResp()
1617 buffer->packUInt32LE(entry.nType); in CPU_InfoPhoneBookResp()
1619 buffer->packUInt32LE(entry.nGatewayType); in CPU_InfoPhoneBookResp()
1620 buffer->packUInt32LE(entry.nSmsAvailable); in CPU_InfoPhoneBookResp()
1621 buffer->packUInt32LE(entry.nRemoveLeading0s); in CPU_InfoPhoneBookResp()
1622 buffer->packUInt32LE(entry.nPublish); in CPU_InfoPhoneBookResp()
/dports/net-im/licq-jabber/licq-f271d55/icq/src/
H A Dpacket-tcp.cpp1377 buffer->packUInt32LE(entry.nActive); in CPT_InfoPhoneBookResp()
1382 buffer->packUInt32LE(4 + 4 + entry.gateway.size() + 4 + 4 + 4 + 4); in CPT_InfoPhoneBookResp()
1383 buffer->packUInt32LE(entry.nType); in CPT_InfoPhoneBookResp()
1385 buffer->packUInt32LE(entry.nGatewayType); in CPT_InfoPhoneBookResp()
1386 buffer->packUInt32LE(entry.nSmsAvailable); in CPT_InfoPhoneBookResp()
1387 buffer->packUInt32LE(entry.nRemoveLeading0s); in CPT_InfoPhoneBookResp()
1388 buffer->packUInt32LE(entry.nPublish); in CPT_InfoPhoneBookResp()
H A Dpacket-srv.cpp1611 buffer->packUInt32LE(entry.nActive); in CPU_InfoPhoneBookResp()
1616 buffer->packUInt32LE(4 + 4 + entry.gateway.size() + 4 + 4 + 4 + 4); in CPU_InfoPhoneBookResp()
1617 buffer->packUInt32LE(entry.nType); in CPU_InfoPhoneBookResp()
1619 buffer->packUInt32LE(entry.nGatewayType); in CPU_InfoPhoneBookResp()
1620 buffer->packUInt32LE(entry.nSmsAvailable); in CPU_InfoPhoneBookResp()
1621 buffer->packUInt32LE(entry.nRemoveLeading0s); in CPU_InfoPhoneBookResp()
1622 buffer->packUInt32LE(entry.nPublish); in CPU_InfoPhoneBookResp()
/dports/net-im/licq-qt-gui/licq-f271d55/licq/src/
H A Dbuffer.cpp303 void Buffer::packUInt32LE(uint32_t data) in packUInt32LE() function in Buffer
/dports/net-im/licq-jabber/licq-f271d55/licq/src/
H A Dbuffer.cpp303 void Buffer::packUInt32LE(uint32_t data) in packUInt32LE() function in Buffer
/dports/net-im/licq-icq/licq-f271d55/licq/src/
H A Dbuffer.cpp303 void Buffer::packUInt32LE(uint32_t data) in packUInt32LE() function in Buffer
/dports/net-im/licq/licq-f271d55/licq/src/
H A Dbuffer.cpp303 void Buffer::packUInt32LE(uint32_t data) in packUInt32LE() function in Buffer
/dports/net-im/licq-osd/licq-f271d55/licq/src/
H A Dbuffer.cpp303 void Buffer::packUInt32LE(uint32_t data) in packUInt32LE() function in Buffer