Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/iot_http/
A Diotx_http_api.c97 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()
/AliOS-Things-master/components/linkkit/include/linkkit/
A Dhttp_api.h43 } iotx_http_t, *iotx_http_pt; typedef

Completed in 10 milliseconds