Searched refs:m_lazyString (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dqueue.cpp164 Put(copy.m_lazyString, copy.m_lazyLength);
261 m_lazyString = const_cast<byte *>(inString);
271 m_lazyString = inString;
289 Put(m_lazyString, len);
302 outByte = *m_lazyString++;
322 outByte = *m_lazyString;
348 target.ChannelPutModifiable(channel, m_lazyString, len);
350 target.ChannelPut(channel, m_lazyString, len);
351 m_lazyString += len;
404 return m_lazyString;
[all...]
H A Dqueue.h91 const byte *m_lazyString; member in class:ByteQueue::Walker
105 byte *m_lazyString; member in class:ByteQueue

Completed in 108 milliseconds