Lines Matching defs:buffer
223 static void allocate(size_t size, std::vector<uint8_t>* buffer) { in allocate()
426 uint8_t buffer[buffer_size]; in receive_brotli_new_data() local
482 static int ReadBlocks(const RangeSet& src, std::vector<uint8_t>* buffer, int fd) { in ReadBlocks()
502 static int WriteBlocks(const RangeSet& tgt, const std::vector<uint8_t>& buffer, int fd) { in WriteBlocks()
545 std::vector<uint8_t> buffer; member
553 const std::vector<uint8_t>& buffer) { in PrintHashForCorruptedSourceBlocks()
620 const std::vector<uint8_t>& buffer, in PrintHashForCorruptedStashedBlocks()
645 std::vector<uint8_t> buffer(src.blocks() * BLOCKSIZE); in PrintHashForMissingStashedBlocks() local
653 static int VerifyBlocks(const std::string& expected, const std::vector<uint8_t>& buffer, in VerifyBlocks()
736 std::vector<uint8_t>* buffer, bool printnoent) { in LoadStash()
810 const std::vector<uint8_t>& buffer, bool checkspace, bool* exists) { in WriteStash()
1542 uint8_t buffer[BLOCKSIZE]; in PerformCommandComputeHashTree() local
2112 std::vector<uint8_t> buffer(BLOCKSIZE); in RangeSha1Fn() local
2267 uint8_t buffer[BLOCKSIZE]; in BlockImageRecoverFn() local