Searched refs:TellI (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsckstrm.h47 wxFileOffset TellI() const function in class:wxSocketInputStream
H A Dstream.h181 virtual wxFileOffset TellI() const;
536 wxFileOffset TellI() const;
H A Dzipstrm.h384 wxFileOffset OnSysTell() const { return m_decomp ? m_decomp->TellI() : 0; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dbstream.h197 // Just try to perform a TellI() on the input stream.
205 CPPUNIT_ASSERT(stream_in.TellI() == 0);
207 CPPUNIT_ASSERT(stream_in.TellI() == 1);
211 CPPUNIT_ASSERT(stream_in.TellI() == pos);
213 CPPUNIT_ASSERT(stream_in.TellI() == 6);
215 CPPUNIT_ASSERT(stream_in.TellI() == pos);
217 CPPUNIT_ASSERT(stream_in.TellI() == pos);
361 bool m_bSimpleTellITest; // if true, no SeekI will be used by the TellI test.
363 bool m_bSimpleTellOTest; // if true, no SeekO will be used by the TellI test.
H A Dlargefile.cpp161 CPPUNIT_ASSERT(in->TellI() == in->GetLength());
170 CPPUNIT_ASSERT(in->TellI() == pos);
189 CPPUNIT_ASSERT(in->TellI() == pos);
H A Dfileback.cpp189 CPPUNIT_ASSERT_EQUAL(i - 1, size_t(in.TellI()));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/typetest/
H A Dtypetest.cpp541 msg.Printf( wxT("wxBufferedInputStream.TellI() returns: %d\n"), (int)buf_input.TellI() );
561 msg.Printf( wxT("wxBufferedInputStream.TellI() returns: %d\n"), (int)buf_input.TellI() );
583 msg.Printf( wxT("wxBufferedInputStream.TellI() returns: %d\n"), (int)buf_input.TellI() );
602 msg.Printf( wxT("wxBufferedInputStream.TellI() returns: %d\n"), (int)buf_input.TellI() );
621 msg.Printf( wxT("wxBufferedInputStream.TellI() returns: %d\n"), (int)buf_input.TellI() );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Danidecod.cpp157 stream.SeekI(stream.TellI() + datalen);
311 stream.SeekI(stream.TellI() + datalen);
H A Dimagiff.cpp337 wxFileOffset currentPos = m_f->TellI();
339 long filesize = m_f->TellI();
H A Dstream.cpp926 wxFileOffset wxInputStream::TellI() const function in class:wxInputStream
1259 wxFileOffset wxBufferedInputStream::TellI() const function in class:wxBufferedInputStream
1281 return m_parent_i_stream->TellI();
H A Dzipstrm.cpp1449 wxFileOffset pos = m_parent_i_stream->TellI();
1459 wxFileOffset endPos = m_parent_i_stream->TellI() - 4;
1517 wxFileOffset pos = m_parent_i_stream->TellI();
1872 if (m_entry.GetSize() != TellI())
1908 wxFileOffset pos = TellI();
H A Dimagbmp.cpp877 offset = stream.TellI();
1238 wxFileOffset iPos = stream.TellI();
1303 wxFileOffset iPos = stream.TellI();
H A Dimage.cpp2648 wxFileOffset posOld = stream.TellI();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Durlmsw.cpp131 wxFileOffset TellI() const function in class:wxWinINetInputStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndaiff.cpp163 m_base_offset = m_input->TellI();
191 // If the stream is not seekable "TellI() returns wxInvalidOffset" we cannot reposition stream
H A Dsndwav.cpp252 m_base_offset = m_input->TellI();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dinputstr.tex125 \membersection{wxInputStream::TellI}\label{wxinputstreamtelli}
127 \constfunc{off\_t}{TellI}{\void}
H A Dhttp.tex33 unseekable, i.e. SeekI() and TellI() methods shouldn't be used.
H A Dtstream.tex83 off_t position = in_stream.TellI();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dresource.cpp238 while ( is->TellI() + 10 < len) // it's a hack because the streams dont support EOF

Completed in 227 milliseconds