Searched defs:uncompressed_data_size (Results 1 – 1 of 1) sorted by relevance
494 bool Inflate(size_t uncompressed_data_size) { in Inflate()1713 uint32_t uncompressed_data_size = sizeof(FileHeader) + section_count * sizeof(FileSectionInfo); in LoadInternal() local