Searched refs:cJSON_New_Item (Results 1 – 1 of 1) sorted by relevance
169 static cJSON *cJSON_New_Item(const internal_hooks * const hooks) in cJSON_New_Item() function959 item = cJSON_New_Item(&global_hooks); in cJSON_ParseWithOpts()1323 cJSON *new_item = cJSON_New_Item(&(input_buffer->hooks)); in parse_array()1477 cJSON *new_item = cJSON_New_Item(&(input_buffer->hooks)); in parse_object()1761 cJSON *ref = cJSON_New_Item(hooks); in create_reference()2002 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateNull()2013 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateTrue()2024 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateFalse()2035 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateBool()2046 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateNumber()[all …]