Searched refs:cJSON_CreateObject (Results 1 – 14 of 14) sorted by relevance
92 extern cJSON *cJSON_CreateObject(void);
545 cJSON *cJSON_CreateObject(void) {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_Object;r… in cJSON_CreateObject() function
165 root = RkCam::cJSON_CreateObject(); in _j2s_enum_to_json()186 root = cJSON_CreateObject(); in j2s_enums_to_json()570 root = cJSON_CreateObject(); in _j2s_struct_to_json()766 item = cJSON_CreateObject(); in j2s_json_to_array_with_index()
1108 patch = cJSON_CreateObject(); in compose_patch()1338 target = cJSON_CreateObject(); in merge_patch()1413 patch = cJSON_CreateObject(); in generate_merge_patch()
599 json = cJSON_CreateObject(); in j2s_dump_structs()
2170 cJSON *object_item = cJSON_CreateObject(); in cJSON_AddObjectToObject()2533 CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void) in cJSON_CreateObject() function
259 root = RkCam::cJSON_CreateObject(); in _j2s_enum_to_json()279 root = cJSON_CreateObject(); in j2s_enums_to_json()653 root = cJSON_CreateObject(); in _j2s_struct_to_json()970 item = cJSON_CreateObject(); in j2s_json_to_array_with_index()
271 json = cJSON_CreateObject(); in j2s_dump_structs()
204 CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void);
2161 cJSON *object_item = cJSON_CreateObject(); in cJSON_AddObjectToObject()2524 CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void) in cJSON_CreateObject() function
202 CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void);
338 cJSON *ret_item = cJSON_CreateObject(); in rkaiq_uapi_rpc_response()
690 sendJSON = cJSON_CreateObject(); in tcp_command_creat()
908 cJSON* ret_item = cJSON_CreateObject(); in readIQNodeStrFromJstr()