Lines Matching refs:cJSON_New_Item
241 static cJSON *cJSON_New_Item(const internal_hooks * const hooks) in cJSON_New_Item() function
1110 item = cJSON_New_Item(&global_hooks); in cJSON_ParseWithLengthOpts()
1475 cJSON *new_item = cJSON_New_Item(&(input_buffer->hooks)); in parse_array()
1633 cJSON *new_item = cJSON_New_Item(&(input_buffer->hooks)); in parse_object()
1939 reference = cJSON_New_Item(hooks); in create_reference()
2378 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateNull()
2389 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateTrue()
2400 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateFalse()
2411 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateBool()
2422 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateNumber()
2448 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateString()
2465 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateStringReference()
2477 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateObjectReference()
2487 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateArrayReference()
2498 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateRaw()
2515 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateArray()
2526 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateObject()
2710 newitem = cJSON_New_Item(&global_hooks); in cJSON_Duplicate()