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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfiles.h14 class CRYPTOPP_DLL FileStore : public Store, private FilterPutSpaceHelper, public NotCopyable class in inherits:Store,FilterPutSpaceHelper,NotCopyable
22 class OpenErr : public Err {public: OpenErr(const std::string &filename) : Err("FileStore: error opening file for reading: " + filename) {}};
23 class ReadErr : public Err {public: ReadErr() : Err("FileStore: error reading file") {}};
25 FileStore() : m_stream(NULL) {} function in class:FileStore
26 FileStore(std::istream &in) function in class:FileStore
28 FileStore(const char *filename) function in class:FileStore
49 class CRYPTOPP_DLL FileSource : public SourceTemplate<FileStore>
52 typedef FileStore::Err Err;
53 typedef FileStore::OpenErr OpenErr;
54 typedef FileStore
[all...]
H A Dfiles.cpp17 FileStore f0;
22 void FileStore::StoreInitialize(const NameValuePairs &parameters)
42 lword FileStore::MaxRetrievable() const
53 size_t FileStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking)
92 size_t FileStore::CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end, const std::string &channel, bool blocking) const
125 size_t blockedBytes = const_cast<FileStore *>(this)->TransferTo2(target, copyMax, channel, blocking);
129 const_cast<FileStore *>(this)->m_waiting = false;
145 lword FileStore::Skip(lword skipMax)
150 throw InvalidArgument("FileStore: maximum seek offset exceeded");
H A Dfipstest.cpp314 FileStore file(moduleStream);
413 FileStore(moduleStream).TransferAllTo(verifier);
H A Dtest.cpp186 FileStore fs(argv[2]);

Completed in 87 milliseconds