Home
last modified time | relevance | path

Searched refs:string_item (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c2137 cJSON *string_item = cJSON_CreateString(string); in cJSON_AddStringToObject() local
2138 if (add_item_to_object(object, name, string_item, &global_hooks, false)) in cJSON_AddStringToObject()
2140 return string_item; in cJSON_AddStringToObject()
2143 cJSON_Delete(string_item); in cJSON_AddStringToObject()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp2146 cJSON *string_item = cJSON_CreateString(string); in cJSON_AddStringToObject() local
2147 if (add_item_to_object(object, name, string_item, &global_hooks, false)) in cJSON_AddStringToObject()
2149 return string_item; in cJSON_AddStringToObject()
2152 cJSON_Delete(string_item); in cJSON_AddStringToObject()