Searched refs:iotx_http_t (Results 1 – 2 of 2) sorted by relevance
97 static iotx_http_t *iotx_http_context_bak = NULL;200 iotx_http_t *iotx_http_context = (iotx_http_t *)handle; in verify_iotx_http_context()229 iotx_http_t *iotx_http_context; in IOT_HTTP_Init()250 iotx_http_context = (iotx_http_t *)HTTP_API_MALLOC(sizeof(iotx_http_t)); in IOT_HTTP_Init()257 memset(iotx_http_context, 0x00, sizeof(iotx_http_t)); in IOT_HTTP_Init()311 iotx_http_t *iotx_http_context; in IOT_HTTP_DeInit()348 iotx_http_t *iotx_http_context; in IOT_HTTP_DeviceNameAuth()606 iotx_http_t *iotx_http_context; in IOT_HTTP_SendMessage()758 IOT_HTTP_DeviceNameAuth((iotx_http_t *)iotx_http_context); in IOT_HTTP_SendMessage()
43 } iotx_http_t, *iotx_http_pt; typedef
Completed in 10 milliseconds