Searched refs:temp_size (Results 1 – 1 of 1) sorted by relevance
192 ssize_t temp_size = expanded_len; in ApplyImagePatch() local193 if (temp_size < 32768) { in ApplyImagePatch()198 temp_size = 32768; in ApplyImagePatch()209 strm.avail_out = temp_size; in ApplyImagePatch()212 ssize_t have = temp_size - strm.avail_out; in ApplyImagePatch()