Searched refs:cJSON_DetachItemFromObject (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/cJSON/ |
| H A D | cJSON.h | 110 extern cJSON *cJSON_DetachItemFromObject(cJSON *object,const char *string);
|
| H A D | cJSON.c | 528 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 D | cJSON.h | 236 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string);
|
| H A D | cJSON.c | 2234 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 D | cJSON.h | 234 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | cJSON_Utils.cpp | 471 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 D | cJSON.cpp | 2243 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string) in cJSON_DetachItemFromObject() function 2259 cJSON_Delete(cJSON_DetachItemFromObject(object, string)); in cJSON_DeleteItemFromObject()
|