Searched refs:num_sections (Results 1 – 1 of 1) sorted by relevance
52 unsigned int num_sections; in download_scp_patch() local61 num_sections = pheader[1]; in download_scp_patch()62 INFO("...Number of sections: %d\n", num_sections); in download_scp_patch()63 header_size = 4 * (1 + 1 + 3 * num_sections + 1); in download_scp_patch()78 for (pheader += 2; num_sections > 0; num_sections--) { in download_scp_patch()
Completed in 2 milliseconds