Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_coap.c208 } ALCSContext; typedef
213 ALCSContext *get_context(CoAPContext *ctx) in get_context()
215 ALCSContext *node = NULL, *next = NULL; in get_context()
228 ALCSContext *alcs_ctx = (ALCSContext *)coap_malloc(sizeof(ALCSContext)); in alcs_context_create()
240 ALCSContext *alcs_ctx = get_context(ctx); in alcs_context_free()
248 ALCSContext *g_alcs_ctx = NULL;
249 ALCSContext *get_context(CoAPContext *ctx) in get_context()
260 g_alcs_ctx = (ALCSContext *)coap_malloc(sizeof(ALCSContext)); in alcs_context_init()
299 ALCSContext *ctx = (ALCSContext *)arg; in thread_routine()
318 ALCSContext *alcs_ctx = get_context(ctx); in alcs_start_loop()
[all …]

Completed in 3 milliseconds