Searched refs:OTA_MALLOC (Results 1 – 6 of 6) sorted by relevance
22 iot_md5_context *ctx = OTA_MALLOC(sizeof(iot_md5_context)); in otalib_MD5Init()60 iot_sha256_context *ctx = OTA_MALLOC(sizeof(iot_sha256_context)); in otalib_Sha256Init()134 *dest = OTA_MALLOC(val_len + 1); in otalib_GetFirmwareVarlenPara()
24 #define OTA_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "ota") macro29 #define OTA_MALLOC(size) HAL_Malloc(size) macro
211 h_ota = OTA_MALLOC(sizeof(OTA_Struct_t)); in IOT_OTA_Init()362 msg_informed = OTA_MALLOC(MSG_INFORM_LEN); in IOT_OTA_ReportVersion()427 msg_informed = OTA_MALLOC(MSG_REQUEST_LEN); in iotx_req_image()485 msg_reported = OTA_MALLOC(MSG_REPORT_LEN); in IOT_OTA_ReportProgress()548 msg_get = OTA_MALLOC(MSG_REPORT_LEN); in iotx_ota_get_config()
104 h_osc = OTA_MALLOC(sizeof(otacoap_Struct_t)); in osc_Init()
84 h_odc = OTA_MALLOC(sizeof(otahttp_Struct_t)); in ofc_Init()
190 h_osc = OTA_MALLOC(sizeof(otamqtt_Struct_t)); in osc_Init()
Completed in 10 milliseconds