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