Searched refs:LazyPutter (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dqueue.h111 class CRYPTOPP_DLL LazyPutter class
114 LazyPutter(ByteQueue &bq, const byte *inString, size_t size) function in class:LazyPutter
116 ~LazyPutter()
119 LazyPutter(ByteQueue &bq) : m_bq(bq) {} function in class:LazyPutter
124 //! like LazyPutter, but does a LazyPutModifiable instead
125 class LazyPutterModifiable : public LazyPutter
129 : LazyPutter(bq) {bq.LazyPutModifiable(inString, size);}
H A Dasn.cpp306 LazyPutter lazyPutter(m_queue, inString, length);
H A Dzinflate.cpp294 LazyPutter lp(m_inQueue, inString, length);

Completed in 110 milliseconds