Searched refs:expanded_len (Results 1 – 1 of 1) sorted by relevance
116 size_t expanded_len = Read8(deflate_header+24); in ApplyImagePatch() local133 unsigned char* expanded_source = malloc(expanded_len); in ApplyImagePatch()136 expanded_len); in ApplyImagePatch()146 strm.avail_out = expanded_len; in ApplyImagePatch()172 memcpy(expanded_source + (expanded_len - bonus_size), in ApplyImagePatch()180 if (ApplyBSDiffPatchMem(expanded_source, expanded_len, in ApplyImagePatch()192 ssize_t temp_size = expanded_len; in ApplyImagePatch()