Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.h34 #define cJSON_NULL 2 macro
H A DcJSON.c290 if (!strncmp(value,"null",4)) { item->type=cJSON_NULL; return value+4; } in parse_value()
308 case cJSON_NULL: out=cJSON_strdup("null"); break; in print_value()
538 cJSON *cJSON_CreateNull(void) {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_NULL;retur… in cJSON_CreateNull()
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c1319 item->type = cJSON_NULL; in parse_value()
1374 case cJSON_NULL: in print_value()
2381 item->type = cJSON_NULL; in cJSON_CreateNull()
2924 return (item->type & 0xFF) == cJSON_NULL; in cJSON_IsNull()
2989 case cJSON_NULL: in cJSON_Compare()
3012 case cJSON_NULL: in cJSON_Compare()
H A DcJSON.h92 #define cJSON_NULL (1 << 2) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp1328 item->type = cJSON_NULL; in parse_value()
1383 case cJSON_NULL: in print_value()
2390 item->type = cJSON_NULL; in cJSON_CreateNull()
2937 return (item->type & 0xFF) == cJSON_NULL; in cJSON_IsNull()
3002 case cJSON_NULL: in cJSON_Compare()
3025 case cJSON_NULL: in cJSON_Compare()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h87 #define cJSON_NULL (1 << 2) macro