Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/ota_agent/download/
A Dota_download_http.c16 static unsigned char head_buf[OTA_DOWNLOAD_BLOCK_SIZE] = {0}; variable
75 memset(head_buf, 0, sizeof(head_buf)); in ota_httpc_settings_init()
76 client_data->header_buf = (char *)head_buf; in ota_httpc_settings_init()
77 client_data->header_buf_len = sizeof(head_buf); in ota_httpc_settings_init()

Completed in 3 milliseconds