Searched refs:h_odc (Results 1 – 1 of 1) sorted by relevance
25 otahttp_Struct_pt h_odc; in ofc_Init() local85 if (h_odc == NULL) { in ofc_Init()92 h_odc->http_handle = wrapper_http_init(); in ofc_Init()93 if (h_odc->http_handle == NULL) { in ofc_Init()94 OTA_FREE(h_odc); in ofc_Init()106 return h_odc; in ofc_Init()151 h_odc->fetch_size += current_fetch_size; in ofc_Fetch()161 otahttp_Struct_t *h_odc = NULL; in ofc_Deinit() local167 h_odc = *(otahttp_Struct_t **)handle; in ofc_Deinit()168 wrapper_http_deinit(&h_odc->http_handle); in ofc_Deinit()[all …]
Completed in 4 milliseconds