Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/ota_agent/download/
A Dota_download_http.c201 unsigned int off_size = 0; in ota_download_image_header() local
249 off_size = size - sizeof(ota_image_info_t) - sizeof(ota_sign_info_t); in ota_download_image_header()
251 off_size = size - sizeof(ota_image_info_t); in ota_download_image_header()
264 OTA_LOG_I("retry:%d ret:%d rx_size:%d\n", retry_tm, ret, off_size); in ota_download_image_header()
265 ota_snprintf(tmp_header, sizeof(tmp_header), "Range: bytes=%d-\r\n", off_size); in ota_download_image_header()
296 if (ota_rx_size + tmp_size <= off_size) { in ota_download_image_header()
363 unsigned int off_size = 0; in ota_download_start() local
412 OTA_LOG_I("reconnect retry:%d ret:%d rx_size:%d\n", j, ret, off_size); in ota_download_start()
413 ota_snprintf(tmp_header, sizeof(tmp_header), "Range: bytes=%d-\r\n", off_size); in ota_download_start()
452 off_size += client_data.content_block_len; in ota_download_start()
[all …]
A Dota_download_file2fs_http.c42 unsigned int off_size = 0; in ota_download_store_fs_start() local
96 OTA_LOG_I("reconnect retry:%d ret:%d rx_size:%d\n", j, ret, off_size); in ota_download_store_fs_start()
97 ota_snprintf(tmp_header, sizeof(tmp_header), "Range: bytes=%d-\r\n", off_size); in ota_download_store_fs_start()
136 off_size = ota_rx_size; in ota_download_store_fs_start()
147 … OTA_LOG_I(" in fs recv data(%d/%d) off:%d\r\n", ota_rx_size, ota_file_size, off_size); in ota_download_store_fs_start()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffload.c211 if ( !FT_STREAM_READ( tmp, idx->off_size ) ) in cff_index_read_offset()
216 for ( nn = 0; nn < idx->off_size; nn++ ) in cff_index_read_offset()
258 idx->off_size = offsize; in cff_index_init()
328 FT_Byte offsize = idx->off_size; in cff_index_load_offsets()
488 FT_ULong pos = element * idx->off_size; in cff_index_access_element()
A Dcfftypes.h68 FT_Byte off_size; member

Completed in 7 milliseconds