MCPcopy Create free account
hub / github.com/c3d/tao3D / TransferTo

Method TransferTo

libcryptopp/cryptopp/queue.cpp:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 inline size_t TransferTo(BufferedTransformation &target, const std::string &channel=DEFAULT_CHANNEL)
96 {
97 size_t len = m_tail-m_head;
98 target.ChannelPutModifiable(channel, buf+m_head, len);
99 m_head = m_tail;
100 return len;
101 }
102
103 inline size_t TransferTo(BufferedTransformation &target, lword transferMax, const std::string &channel=DEFAULT_CHANNEL)
104 {

Callers 14

fipstest.cppFile · 0.80
BERDecodeOctetStringFunction · 0.80
DERReencodeFunction · 0.80
DEREncodeMethod · 0.80
PutMethod · 0.80
CopyMessagesToMethod · 0.80
ProcessInputMethod · 0.80
EncodePointMethod · 0.80
DigestFileFunction · 0.80
TransferTo2Method · 0.80
EncodePointMethod · 0.80

Calls 1

UnsignedMinFunction · 0.85

Tested by 2

DigestFileFunction · 0.64