Searched refs:cJSON_New_Item (Results 1 – 1 of 1) sorted by relevance
208 static cJSON *cJSON_New_Item(const internal_hooks *const hooks) in cJSON_New_Item() function896 item = cJSON_New_Item(&global_hooks); in cJSON_ParseWithLengthOpts()1173 cJSON *new_item = cJSON_New_Item(&input_buffer->hooks); in parse_array()1282 cJSON *new_item = cJSON_New_Item(&input_buffer->hooks); in parse_object()1491 reference = cJSON_New_Item(hooks); in create_reference()1826 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateNull()1834 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateTrue()1842 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateFalse()1850 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateBool()1858 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateNumber()[all …]