Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.h85 extern cJSON *cJSON_CreateNull(void);
129 #define cJSON_AddNullToObject(object,name) cJSON_AddItemToObject(object, name, cJSON_CreateNull())
H A DcJSON.c538 cJSON *cJSON_CreateNull(void) {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_NULL;retur… in cJSON_CreateNull() function
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.h195 CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void);
H A DcJSON.c2077 cJSON *null = cJSON_CreateNull(); in cJSON_AddNullToObject()
2376 CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void) in cJSON_CreateNull() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h193 CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON_Utils.cpp1401 return cJSON_CreateNull(); in generate_merge_patch()
1440 cJSON_AddItemToObject(patch, from_child->string, cJSON_CreateNull()); in generate_merge_patch()
H A DcJSON.cpp2086 cJSON *null = cJSON_CreateNull(); in cJSON_AddNullToObject()
2385 CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void) in cJSON_CreateNull() function