Searched defs:BsdiffPatchFile (Results 1 – 1 of 1) sorted by relevance
50 struct BsdiffPatchFile { struct51 static const size_t kHeaderSize = 32;60 std::string magic;63 int64_t ctrl_len = -1;66 int64_t diff_len = -1;70 uint64_t extra_len = 0;74 int64_t new_file_len = -1;77 std::vector<uint8_t> bz2_ctrl;78 std::vector<uint8_t> bz2_diff;79 std::vector<uint8_t> bz2_extra;[all …]