Searched refs:entryRemainingBytes_ (Results 1 – 4 of 4) sorted by relevance
277 entryRemainingBytes_ = entrySize; in beginAddEntry()302 if (contentSize > entryRemainingBytes_) { in addEntryValue()309 entryRemainingBytes_ -= contentSize; in addEntryValue()310 if (entryRemainingBytes_ > 0) { in addEntryValue()325 if (entryRemainingBytes_ == 0) { in addEntryValue()
816 entryRemainingBytes_ = entrySize; in startRetrieveEntryValue()835 if (chunkSize > entryRemainingBytes_) { in retrieveEntryValue()838 << entryRemainingBytes_; in retrieveEntryValue()844 entryRemainingBytes_ -= chunkSize; in retrieveEntryValue()845 if (entryRemainingBytes_ > 0) { in retrieveEntryValue()856 if (entryRemainingBytes_ == 0) { in retrieveEntryValue()
111 size_t entryRemainingBytes_; variable
145 size_t entryRemainingBytes_; variable