Searched defs:BsdiffPatchFile (Results 1 – 1 of 1) sorted by relevance
58 struct BsdiffPatchFile { struct59 static const size_t kHeaderSize = 32;68 std::string magic;71 int64_t ctrl_len = -1;74 int64_t diff_len = -1;78 uint64_t extra_len = 0;82 int64_t new_file_len = -1;85 std::vector<uint8_t> bz2_ctrl;86 std::vector<uint8_t> bz2_diff;87 std::vector<uint8_t> bz2_extra;[all …]