Searched refs:extra_dec (Results 1 – 1 of 1) sorted by relevance
103 struct xz_dec *ctrl_dec = NULL, *diff_dec = NULL, *extra_dec = NULL; in ota_nbpatch() local169 extra_dec = xz_dec_init(XZ_DYNALLOC, DIFF_DICT_SIZE); in ota_nbpatch()170 if (extra_dec == NULL) { in ota_nbpatch()246 read_len = xz_read(&extrahandler, &eb, extra_dec, patch, new_buf + new_pos, ctrl[1]); in ota_nbpatch()284 if(extra_dec){ in ota_nbpatch()285 xz_dec_end(extra_dec); in ota_nbpatch()286 extra_dec = NULL; in ota_nbpatch()
Completed in 3 milliseconds