Home
last modified time | relevance | path

Searched refs:cJSON_String (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c404 if (!(object->type & cJSON_String) || (object->type & cJSON_IsReference)) in cJSON_SetValuestring()
875 item->type = cJSON_String; in parse_string()
1422 case cJSON_String: in print_value()
2451 item->type = cJSON_String; in cJSON_CreateString()
2468 item->type = cJSON_String | cJSON_IsReference; in cJSON_CreateStringReference()
2944 return (item->type & 0xFF) == cJSON_String; in cJSON_IsString()
2991 case cJSON_String: in cJSON_Compare()
3022 case cJSON_String: in cJSON_Compare()
H A DcJSON.h94 #define cJSON_String (1 << 4) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp406 if (!(object->type & cJSON_String) || (object->type & cJSON_IsReference)) in cJSON_SetValuestring()
884 item->type = cJSON_String; in parse_string()
1431 case cJSON_String: in print_value()
2460 item->type = cJSON_String; in cJSON_CreateString()
2477 item->type = cJSON_String | cJSON_IsReference; in cJSON_CreateStringReference()
2957 return (item->type & 0xFF) == cJSON_String; in cJSON_IsString()
3004 case cJSON_String: in cJSON_Compare()
3035 case cJSON_String: in cJSON_Compare()
H A DcJSON_Utils.cpp629 case cJSON_String: in compare_json()
1166 case cJSON_String: in create_patches()
/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.h36 #define cJSON_String 4 macro
H A DcJSON.c210 item->type=cJSON_String; in parse_string()
312 case cJSON_String: out=print_string(item);break; in print_value()
543 …const char *string) {cJSON *item=cJSON_New_Item();if(item){item->type=cJSON_String;item->valuestri… in cJSON_CreateString()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h89 #define cJSON_String (1 << 4) macro
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_pcbatest_server.c776 if ((sub_JSON->type != cJSON_String) || (sub_JSON->valuestring == NULL)) { in tcp_command_parse()