Searched refs:GetNextEntry (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dprefconf.cpp121 bool wxPrefConfig::GetNextEntry(wxString& str, long& lIndex) const function in class:wxPrefConfig
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darc.tex73 \helpref{GetNextEntry()}{wxarchiveinputstreamgetnextentry} returns a pointer
79 When there are no more entries, GetNextEntry() returns NULL and sets Eof().
87 while (entry.reset(zip.GetNextEntry()), entry.get() != NULL)
131 while (entry.reset(inzip.GetNextEntry()), entry.get() != NULL)
155 \helpref{GetNextEntry()}{wxarchiveinputstreamgetnextentry} until the
182 // call GetNextEntry() until the required internal name is found
184 entry.reset(zip.GetNextEntry());
210 while ((entry = zip.GetNextEntry()) != NULL) {
323 while ((entry.reset(arc->GetNextEntry())), entry.get() != NULL)
366 \wxheading{GetNextEntry an
[all...]
H A Dzipstrm.tex154 \helpref{GetNextEntry()}{wxzipinputstreamgetnextentry} returns
162 fields are always available when GetNextEntry() returns:
174 The following fields are also usually available when GetNextEntry()
187 when the end of the zip has been reached, i.e. after GetNextEntry()
429 \helpref{GetNextEntry()}{wxzipinputstreamgetnextentry} returns an
434 When there are no more entries, GetNextEntry() returns NULL and sets Eof().
499 end of the zip has been reached, i.e. when GetNextEntry() returns
503 \membersection{wxZipInputStream::GetNextEntry}\label{wxzipinputstreamgetnextentry}
505 \func{wxZipEntry*}{GetNextEntry}{\void}
518 returned so far by \helpref{GetNextEntry()}{wxzipinputstreamgetnextentr
[all...]
H A Dtarstrm.tex73 therefore \helpref{GetNextEntry()}{wxtarinputstreamgetnextentry} always returns
274 \helpref{GetNextEntry()}{wxtarinputstreamgetnextentry} returns an
279 When there are no more entries, GetNextEntry() returns NULL and sets Eof().
328 \membersection{wxTarInputStream::GetNextEntry}\label{wxtarinputstreamgetnextentry}
330 \func{wxTarEntry*}{GetNextEntry}{\void}
H A Darchive.tex242 seekable \helpref{GetNextEntry()}{wxarchiveinputstreamgetnextentry}
249 GetNextEntry() returns, with the the following exceptions:
257 GetNextEntry() returns NULL and Eof() is true}
393 \helpref{GetNextEntry()}{wxarchiveinputstreamgetnextentry} returns an
398 When there are no more entries, GetNextEntry() returns NULL and sets Eof().
430 \membersection{wxArchiveInputStream::GetNextEntry}\label{wxarchiveinputstreamgetnextentry}
432 \func{wxArchiveEntry*}{GetNextEntry}{\void}
H A Dconfig.tex216 bCont = GetConfig()->GetNextEntry(str, dummy);
239 \helpref{GetNextEntry}{wxconfigbasegetnextentry}\\
576 \membersection{wxConfigBase::GetNextEntry}\label{wxconfigbasegetnextentry}
578 \constfunc{bool}{GetNextEntry}{\param{wxString\& }{str}, \param{long\&}{ index}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Diniconf.h61 virtual bool GetNextEntry (wxString& str, long& lIndex) const;
H A Dregconf.h56 virtual bool GetNextEntry (wxString& str, long& lIndex) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dprefconf.h47 virtual bool GetNextEntry (wxString& str, long& lIndex) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Darchive.h84 // GetNextEntry() returns an wxArchiveEntry object containing the meta-data
89 // When there are no more entries, GetNextEntry() returns NULL and sets Eof().
101 wxArchiveEntry *GetNextEntry() { return DoGetNextEntry(); } function in class:wxArchiveInputStream
202 typename Arc::entry_type* entry = arc.GetNextEntry();
275 typename Arc::entry_type* entry = m_arc.GetNextEntry();
H A Dfileconf.h150 virtual bool GetNextEntry (wxString& str, long& lIndex) const;
H A Dtarstrm.h166 wxTarEntry *GetNextEntry();
179 wxArchiveEntry *DoGetNextEntry() { return GetNextEntry(); }
H A Dconfbase.h134 virtual bool GetNextEntry (wxString& str, long& lIndex) const = 0;
H A Dzipstrm.h375 wxZipEntry *GetNextEntry();
401 wxArchiveEntry *DoGetNextEntry() { return GetNextEntry(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregconf.cpp440 return GetNextEntry(str, lIndex);
443 bool wxRegConfig::GetNextEntry(wxString& str, long& lIndex) const function in class:wxRegConfig
483 bCont = ((wxRegConfig*)this)->GetNextEntry(str, l);
H A Diniconf.cpp216 bool wxIniConfig::GetNextEntry (wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DFileFunctions.cpp152 while (entry.reset(zip.GetNextEntry()), entry.get() != NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Diniconf.h56 virtual bool GetNextEntry (wxString& str, long& lIndex) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfs_arc.cpp156 while ((entry = m_archive->GetNextEntry()) != NULL)
183 wxArchiveEntry *entry = m_archive->GetNextEntry();
H A Dfileconf.cpp832 return GetNextEntry(str, lIndex);
835 bool wxFileConfig::GetNextEntry (wxString& str, long& lIndex) const function in class:wxFileConfig
H A Dzipstrm.cpp1344 entry.reset(GetNextEntry());
1549 wxZipEntry *wxZipInputStream::GetNextEntry()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Diniconf.cpp211 bool wxIniConfig::GetNextEntry(wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Dziptest.cpp120 // for seekable streams, GetNextEntry() doesn't read the local header so
190 auto_ptr<wxZipEntry> entry(zip.GetNextEntry());
H A Darchivetest.cpp713 while ((pEntry = arcIn->GetNextEntry()) != NULL) {
790 while (entry = EntryPtr(arc->GetNextEntry()), entry.get() != NULL) {
1243 auto_ptr<wxArchiveEntry> entry(arc->GetNextEntry());
1252 auto_ptr<wxArchiveEntry> next(arc->GetNextEntry());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/fileconf/
H A Dfileconftest.cpp174 cont = fc.GetNextEntry(name, cookie), nEntries-- )

Completed in 162 milliseconds

12