Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.h110 extern cJSON *cJSON_DetachItemFromObject(cJSON *object,const char *string);
H A DcJSON.c528 cJSON *cJSON_DetachItemFromObject(cJSON *object,const char *string) {int i=0;cJSON *c=object->child… in cJSON_DetachItemFromObject() function
529 …ItemFromObject(cJSON *object,const char *string) {cJSON_Delete(cJSON_DetachItemFromObject(object,s… in cJSON_DeleteItemFromObject()
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.h236 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string);
H A DcJSON.c2234 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string) in cJSON_DetachItemFromObject() function
2250 cJSON_Delete(cJSON_DetachItemFromObject(object, string)); in cJSON_DeleteItemFromObject()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h234 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON_Utils.cpp471 detached_item = cJSON_DetachItemFromObject(parent, (char*)child_pointer); in detach_path()
1367 replace_me = cJSON_DetachItemFromObject(target, patch_child->string); in merge_patch()
H A DcJSON.cpp2243 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string) in cJSON_DetachItemFromObject() function
2259 cJSON_Delete(cJSON_DetachItemFromObject(object, string)); in cJSON_DeleteItemFromObject()