Home
last modified time | relevance | path

Searched refs:cJSON_StringIsConst (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c267 if (!(item->type & cJSON_StringIsConst) && (item->string != NULL)) in cJSON_Delete()
2020 new_type = item->type | cJSON_StringIsConst; in add_item_to_object()
2030 new_type = item->type & ~cJSON_StringIsConst; in add_item_to_object()
2033 if (!(item->type & cJSON_StringIsConst) && (item->string != NULL)) in add_item_to_object()
2355 if (!(replacement->type & cJSON_StringIsConst) && (replacement->string != NULL)) in replace_item_in_object()
2360 replacement->type &= ~cJSON_StringIsConst; in replace_item_in_object()
2729 …newitem->string = (item->type&cJSON_StringIsConst) ? item->string : (char*)cJSON_strdup((unsigned … in cJSON_Duplicate()
H A DcJSON.h100 #define cJSON_StringIsConst 512 macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp269 if (!(item->type & cJSON_StringIsConst) && (item->string != NULL)) in cJSON_Delete()
2029 new_type = item->type | cJSON_StringIsConst; in add_item_to_object()
2039 new_type = item->type & ~cJSON_StringIsConst; in add_item_to_object()
2042 if (!(item->type & cJSON_StringIsConst) && (item->string != NULL)) in add_item_to_object()
2364 if (!(replacement->type & cJSON_StringIsConst) && (replacement->string != NULL)) in replace_item_in_object()
2369 replacement->type &= ~cJSON_StringIsConst; in replace_item_in_object()
2742 …newitem->string = (item->type&cJSON_StringIsConst) ? item->string : (char*)cJSON_strdup((unsigned … in cJSON_Duplicate()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h95 #define cJSON_StringIsConst 512 macro