Searched refs:Ungetch (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndaiff.cpp67 m_input->Ungetch(&signature1, 4);
73 m_input->Ungetch(&len, m_input->LastRead());
74 m_input->Ungetch(&signature1, 4);
79 m_input->Ungetch(&signature2, m_input->LastRead());
80 m_input->Ungetch(&len, 4);
81 m_input->Ungetch(&signature1, 4);
85 m_input->Ungetch(&signature2, 4);
86 m_input->Ungetch(&len, 4);
87 m_input->Ungetch(&signature1, 4);
H A Dsndwav.cpp77 m_input->Ungetch(&signature1, 4);
87 // Ungetch all
88 m_input->Ungetch(&signature2, 4);
89 m_input->Ungetch(&len, 4);
90 m_input->Ungetch(&signature1, 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dexeccmn.cpp116 m_stream->Ungetch(m_buffer, m_size);
H A Dstream.cpp545 in_stream->Ungetch(buf + nWrite, nRead - nWrite);
785 size_t wxInputStream::Ungetch(const void *buf, size_t bufsize) function in class:wxInputStream
787 wxASSERT_MSG( buf, _T("Warning: Null pointer is about to be used in Ungetch()") );
807 bool wxInputStream::Ungetch(char c) function in class:wxInputStream
809 return Ungetch(&c, sizeof(c)) != 0;
863 Ungetch(c);
904 call to Ungetch(), otherwise it would be possible to SeekI() to
H A Dtxtstrm.cpp65 m_input.Ungetch(m_lastBytes, byteCount);
H A Dzstream.cpp221 m_parent_i_stream->Ungetch(m_inflate->next_in, m_inflate->avail_in);
H A Dzipstrm.cpp411 m_parent_i_stream->Ungetch(m_wback, m_wbacksize);
1148 stream.Ungetch(buf.GetData(), buf.GetSize());
1154 stream.Ungetch(buf.GetData() + 4, buf.GetSize() - 4);
1540 m_parent_i_stream->Ungetch(p + 4, remainder - 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dinputstr.tex131 \membersection{wxInputStream::Ungetch}\label{wxinputstreamungetch}
133 \func{size\_t}{Ungetch}{\param{const char*}{ buffer}, \param{size\_t}{ size}}
150 \func{bool}{Ungetch}{\param{char }{c}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dbstream.h237 // Just try to perform a Ungetch() on the input stream.
245 size_t ungetsize = stream_in.Ungetch(ungetstr, strlen(ungetstr) + 1);
254 if (stream_in.Ungetch('a'))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstream.h163 size_t Ungetch(const void *buffer, size_t size);
168 bool Ungetch(char c);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/typetest/
H A Dtypetest.cpp725 textCtrl.WriteText( _T("\nTesting Ungetch():\n\n") );
761 textCtrl.WriteText( _T("Now calling Ungetch( 5 ) from wxFileInputStream...\n\n") );
763 file_input.Ungetch( 5 );
782 textCtrl.WriteText( _T("Now calling Ungetch( 5 ) from wxFileInputStream again...\n\n") );
784 file_input.Ungetch( 5 );
804 textCtrl.WriteText( _T("\nTesting Ungetch() in buffered input stream:\n\n") );
841 textCtrl.WriteText( _T("Now calling Ungetch( 5 ) from wxBufferedInputStream...\n\n") );
843 buf_input.Ungetch( 5 );
862 textCtrl.WriteText( _T("Now calling Ungetch( 5 ) from wxBufferedInputStream again...\n\n") );
864 buf_input.Ungetch(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dresource.cpp1610 is->Ungetch(ch);
1636 is->Ungetch(ch);
1645 is->Ungetch(ch);
1745 is->Ungetch(newCh);

Completed in 149 milliseconds