Searched refs:transferMax (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.cpp103 inline size_t TransferTo(BufferedTransformation &target, lword transferMax, const std::string &channel=DEFAULT_CHANNEL) argument
105 size_t len = UnsignedMin(m_tail-m_head, transferMax);
H A Dcryptlib.h912 //! move transferMax bytes of the buffered output to target as input
913 lword TransferTo(BufferedTransformation &target, lword transferMax=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL) argument
914 {TransferTo2(target, transferMax, channel); return transferMax;}

Completed in 79 milliseconds