Searched refs:diff_len (Results 1 – 1 of 1) sorted by relevance
90 long diff_len = 0; in ota_nbpatch() local142 diff_len = offtin(header + 16); in ota_nbpatch()146 if ((ctrl_len < 0) || (diff_len < 0) || (new_size < 0)) { in ota_nbpatch()151 …h %d header clen:%ld dlen:%ld elen:%ld crc:0x%02x... \n", num, ctrl_len, diff_len, extra_len, crc); in ota_nbpatch()181 diffhandler.avail_size = diff_len; in ota_nbpatch()186 extrahandler.read_pos = patch_pos + HEADER_SIZE + ctrl_len + diff_len; in ota_nbpatch()270 patch_pos += diff_len; in ota_nbpatch()
Completed in 3 milliseconds