Home
last modified time | relevance | path

Searched refs:BodyIter (Results 1 – 19 of 19) sorted by relevance

/dports/benchmarks/polygraph/polygraph-4.13.0/src/csm/
H A DBodyIter.cc17 BodyIter::BodyIter(): theContentCfg(0), theBuf(0), theContentHash(-1) { in BodyIter() function in BodyIter
25 Size BodyIter::contentSize() const { in contentSize()
58 BodyIter *const encoder = clone(); in calcContentSize()
70 void BodyIter::start(WrBuf *aBuf) { in start()
78 bool BodyIter::canPour() const { in canPour()
82 bool BodyIter::pouredAll() const { in pouredAll()
88 bool BodyIter::pour() { in pour()
98 void BodyIter::pourPrefix() { in pourPrefix()
103 void BodyIter::pourSuffix() { in pourSuffix()
109 bool BodyIter::pourMiddle() { in pourMiddle()
[all …]
H A DBodyIter.h16 class BodyIter {
18 BodyIter();
19 virtual ~BodyIter() {}; in ~BodyIter()
20 virtual BodyIter *clone() const = 0;
H A DGzipEncoder.h15 class GzipEncoder: public BodyIter {
17 GzipEncoder(int aLevel, BodyIter *aProducer);
28 BodyIter *theProducer; // produces unencoded content
H A DRangeBodyIter.h14 class RangeBodyIter: public BodyIter {
16 RangeBodyIter(const RangeList &ranges, BodyIter *const aProducer);
34 BodyIter *theProducer;
H A DContentCfg.h17 class BodyIter; variable
63 BodyIter *getBodyIter(const ObjId &oid, const RangeList *const ranges = 0);
64 void putBodyIter(BodyIter *i) const;
H A DRangeBodyIter.cc15 RangeBodyIter::RangeBodyIter(const RangeList &ranges, BodyIter *const aProducer): in RangeBodyIter()
28 BodyIter::start(aBuf); in start()
152 BodyIter::putHeaders(hp); in putHeaders()
H A DMakefile.am9 BodyIter.h \
10 BodyIter.cc \
H A DGzipEncoder.cc24 GzipEncoder::GzipEncoder(int aLevel, BodyIter *aProducer): in GzipEncoder()
40 BodyIter::start(aBuf); in start()
H A DContentCfg.cc383 BodyIter &i = *getBodyIter(oid); in calcFullEntitySize()
404 BodyIter &i = *getBodyIter(oid); in calcChecksum()
579 BodyIter *ContentCfg::getBodyIter(const ObjId &oid, const RangeList *const ranges) { in getBodyIter()
580 BodyIter *res = 0; in getBodyIter()
631 void ContentCfg::putBodyIter(BodyIter *i) const { in putBodyIter()
H A DRndBodyIter.h11 class RndBodyIter: public BodyIter {
H A DRamFileBodyIter.h13 class RamFileBodyIter: public BodyIter {
H A DContainerBodyIter.h13 class ContainerBodyIter: public BodyIter {
H A DCdbBodyIter.h15 class CdbBodyIter: public BodyIter {
H A DEmbedContMdl.h16 class BodyIter; variable
H A DRamFileBodyIter.cc20 BodyIter::start(aBuf); in start()
H A DContainerBodyIter.cc29 BodyIter::start(aBuf); in start()
H A DCdbBodyIter.cc50 BodyIter::start(aBuf); in start()
H A DMakefile.in116 am_libcsm_a_OBJECTS = BodyIter.$(OBJEXT) ContentCfg.$(OBJEXT) \
390 BodyIter.h \
391 BodyIter.cc \
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DXaction.h25 class BodyIter; variable
132 BodyIter *theBodyIter; // body iterator for request or response body