Searched refs:alcs_mqtt_ctx_t (Results 1 – 2 of 2) sorted by relevance
18 static alcs_mqtt_ctx_t g_alcs_mqtt_ctx;20 static alcs_mqtt_ctx_t *__alcs_mqtt_get_ctx(void) in __alcs_mqtt_get_ctx()247 alcs_mqtt_ctx_t *alcs_mqtt_ctx = NULL; in __alcs_mqtt_subscribe_callback()253 alcs_mqtt_ctx = (alcs_mqtt_ctx_t *)pcontext; in __alcs_mqtt_subscribe_callback()498 alcs_mqtt_ctx_t *ctx = __alcs_mqtt_get_ctx(); in alcs_mqtt_init()506 memset(ctx, 0, sizeof(alcs_mqtt_ctx_t)); in alcs_mqtt_init()555 alcs_mqtt_ctx_t *alcs_mqtt_ctx = __alcs_mqtt_get_ctx(); in alcs_mqtt_add_srv_key()620 alcs_mqtt_ctx_t *ctx = __alcs_mqtt_get_ctx(); in alcs_prefixkey_get()655 alcs_mqtt_ctx_t *ctx = __alcs_mqtt_get_ctx(); in alcs_mqtt_subdev_prefix_get()
20 } alcs_mqtt_ctx_t; typedef
Completed in 4 milliseconds