Searched refs:CopyTo (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstrmmem.tex89 \membersection{wxMemoryOutputStream::CopyTo}\label{wxmemoryoutputstreamcopyto}
91 \constfunc{size\_t}{CopyTo}{\param{char *}{buffer}, \param{size\_t }{len}}
93 CopyTo allowed you to transfer data from the internal buffer of
99 CopyTo returns the number of bytes copied to the buffer. Generally it is either
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmstream.cpp70 stream.CopyTo(m_i_streambuf->GetBufferStart(), len);
162 size_t wxMemoryOutputStream::CopyTo(void *buffer, size_t len) const function in class:wxMemoryOutputStream
164 wxCHECK_MSG( buffer, 0, _T("must have buffer to CopyTo") );
H A Dfs_mem.cpp49 stream.CopyTo(m_Data, m_Len);
H A Dzipstrm.cpp2261 mem.CopyTo(m_initialData, m_initialSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmstream.h63 size_t CopyTo(void *buffer, size_t len) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dqueue.cpp67 inline size_t CopyTo(BufferedTransformation &target, const std::string &channel=DEFAULT_CHANNEL) const function in class:ByteQueueNode
74 inline size_t CopyTo(BufferedTransformation &target, size_t copyMax, const std::string &channel=DEFAULT_CHANNEL) const function in class:ByteQueueNode
332 return (size_t)CopyTo(sink, peekMax);
500 return (size_t)CopyTo(sink, 1);
506 return (size_t)CopyTo(sink, peekMax);
H A Dcryptlib.cpp384 return CopyTo(TheBitBucket());
432 return (size_t)CopyTo(arraySink, peekMax);
H A Ddatatest.cpp431 sh.CopyTo(df, LWORD_MAX, AAD_CHANNEL);
433 sf.CopyTo(df, LWORD_MAX, AAD_CHANNEL);
H A Dasn.cpp590 m_optionalAttributes.CopyTo(bt);
H A Dcryptlib.h920 lword CopyTo(BufferedTransformation &target, lword copyMax=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL) const function in class:BufferedTransformation
H A Dfilters.cpp1039 CopyTo(target, ULONG_MAX, channel);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dzlibstream.cpp324 memstream_out.CopyTo(m_pCompressedData, m_SizeCompressedData);
525 memstream_out.CopyTo(data, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndwav.cpp380 fmt_data.CopyTo(out_buf, fmt_data.GetSize());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dchm.cpp686 out->CopyTo(m_content, m_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A Dstc.cpp526 strm.CopyTo(buff, len);
927 strm.CopyTo(buff, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/mbconv/
H A Dmbconvtest.cpp1096 memoryOutputStream.CopyTo( copy.data(), memoryOutputStream.TellO());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp2872 size_t len = memOutStream.CopyTo(buf, WXSIZEOF(buf));

Completed in 407 milliseconds