Home
last modified time | relevance | path

Searched refs:hooks (Results 1 - 4 of 4) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H A Dcjson_init.c32 cJSON_Hooks hooks; in CJsonInit() local
33 hooks.malloc_fn = CJsonMalloc; in CJsonInit()
34 hooks.free_fn = CJsonFree; in CJsonInit()
35 cJSON_InitHooks(&hooks); in CJsonInit()
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/
H A Dcjson_init.c32 cJSON_Hooks hooks; in cJsonInit() local
33 hooks.malloc_fn = cJsonMalloc; in cJsonInit()
34 hooks.free_fn = cJsonFree; in cJsonInit()
35 cJSON_InitHooks(&hooks); in cJsonInit()
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/
H A Dcjson_init.c32 cJSON_Hooks hooks; in cJsonInit() local
33 hooks.malloc_fn = cJsonMalloc; in cJsonInit()
34 hooks.free_fn = cJsonFree; in cJsonInit()
35 cJSON_InitHooks(&hooks); in cJsonInit()
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Dcjson_init.c32 cJSON_Hooks hooks; in CJsonInit() local
33 hooks.malloc_fn = CJsonMalloc; in CJsonInit()
34 hooks.free_fn = CJsonFree; in CJsonInit()
35 cJSON_InitHooks(&hooks); in CJsonInit()

Completed in 2 milliseconds