Searched refs:PipeIn (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Dtartest.cpp58 if ((options & Stub) && (options & PipeIn) == 0)
H A Dziptest.cpp122 if (arc && (m_options & PipeIn) == 0 && entry.IsDir())
187 TestInputStream in(out, m_id % ((m_options & PipeIn) ? 4 : 3));
193 if ((m_options & PipeIn) == 0)
239 for (int options = 0; options <= PipeIn; options += PipeIn) {
257 if ((options & PipeIn) && !unarchiver.empty())
H A Darchivetest.cpp208 if ((m_options & Stub) && (m_options & PipeIn))
233 if ((m_options & PipeIn) == 0) {
249 return (m_options & PipeIn) == 0 ? (wxFileOffset)m_pos : wxInvalidOffset;
480 TestInputStream in(out, m_id % ((m_options & PipeIn) ? 4 : 3));
491 if ((m_options & PipeIn) == 0) {
787 if ((m_options & PipeIn) == 0)
814 ((m_options & PipeIn) != 0 && entry->GetSize() == wxInvalidOffset));
842 if ((m_options & PipeIn) == 0) {
856 if (m_options & PipeIn) {
877 if ((m_options & PipeIn)
[all...]
H A Darchivetest.h21 PipeIn = 0x01, // input streams are non-seekable enumerator in enum:Options
79 bool IsSeekable() const { return (m_options & PipeIn) == 0; }

Completed in 36 milliseconds