Searched refs:NullStore (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dec2n.cpp98 NullStore().TransferTo(bt, EncodedPointSize(compressed));
H A Dfilters.cpp1095 size_t NullStore::CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end, const std::string &channel, bool blocking) const
1109 size_t NullStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking)
1112 size_t blockedBytes = NullStore::CopyRangeTo2(target, begin, transferBytes, channel, blocking);
H A Decp.cpp122 NullStore().TransferTo(bt, EncodedPointSize(compressed));
H A Dfilters.h711 class CRYPTOPP_DLL NullStore : public Store class in inherits:Store
714 NullStore(lword size = ULONG_MAX) : m_size(size) {} function in class:NullStore

Completed in 136 milliseconds