Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.h87 extern cJSON *cJSON_CreateFalse(void);
131 #define cJSON_AddFalseToObject(object,name) cJSON_AddItemToObject(object, name, cJSON_CreateFalse(…
H A DcJSON.c540 cJSON *cJSON_CreateFalse(void) {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_False;ret… in cJSON_CreateFalse() function
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.h197 CJSON_PUBLIC(cJSON *) cJSON_CreateFalse(void);
H A DcJSON.c2101 cJSON *false_item = cJSON_CreateFalse(); in cJSON_AddFalseToObject()
2398 CJSON_PUBLIC(cJSON *) cJSON_CreateFalse(void) in cJSON_CreateFalse() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h195 CJSON_PUBLIC(cJSON *) cJSON_CreateFalse(void);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp2110 cJSON *false_item = cJSON_CreateFalse(); in cJSON_AddFalseToObject()
2407 CJSON_PUBLIC(cJSON *) cJSON_CreateFalse(void) in cJSON_CreateFalse() function