Home
last modified time | relevance | path

Searched refs:StoreFileData (Results 1 – 7 of 7) sorted by relevance

/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/include/
H A Dfileitem.h58 virtual bool StoreFileData(const char *data, unsigned int size)=0;
121 virtual bool StoreFileData(const char *data, unsigned int size) override;
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/fs/
H A Dhttpfs.cc199 bool StoreFileData(const char *p, unsigned int count) override in Read() function in tDlDescRemote::Read::tFitem
365 bool StoreFileData(const char*, unsigned int) override in Stat() function in tDlDescRemote::Stat::tFitemProbe
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dacngtool.cc104 virtual bool StoreFileData(const char *data, unsigned int size) override in Create() function in CPrintItemFactory::Create::tPrintItem
180 virtual bool StoreFileData(const char *data, unsigned int size) override in Create() function in CReportItemFactory::Create::tRepItem
H A Djob.cc89 virtual bool StoreFileData(const char *data, unsigned int size) override in StoreFileData() function in acng::tPassThroughFitem
201 bool StoreFileData(const char *, unsigned int) override {return false;}; in StoreFileData() function in acng::tGeneratedFitemBase
H A Ddlcon.cc424 if (!m_pStorage->StoreFileData(inBuf.rptr(), nToStore)) in NewDataHandler()
630 m_pStorage->StoreFileData(nullptr, 0); in ProcessIncomming()
H A Dfileitem.cc657 bool fileitem_with_storage::StoreFileData(const char *data, unsigned int size) in StoreFileData() function in acng::fileitem_with_storage
H A Dcacheman.cc897 if(!StoreFileData(data.GetBuffer(), data.GetSize()) || ! StoreFileData(nullptr, 0)) in Inject()