Home
last modified time | relevance | path

Searched refs:diff_dec (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/ota/2ndboot/updater/
A Dnbpatch.c103 struct xz_dec *ctrl_dec = NULL, *diff_dec = NULL, *extra_dec = NULL; in ota_nbpatch() local
164 diff_dec = xz_dec_init(XZ_DYNALLOC, DIFF_DICT_SIZE); in ota_nbpatch()
165 if (diff_dec == NULL) { in ota_nbpatch()
206 read_len = xz_read(&diffhandler, &db, diff_dec, patch, new_buf + new_pos, ctrl[0]); in ota_nbpatch()
280 if(diff_dec) { in ota_nbpatch()
281 xz_dec_end(diff_dec); in ota_nbpatch()
282 diff_dec = NULL; in ota_nbpatch()

Completed in 2 milliseconds