Lines Matching refs:cJSON_New_Item
248 static cJSON *cJSON_New_Item(const internal_hooks * const hooks) in cJSON_New_Item() function
1119 item = cJSON_New_Item(&global_hooks); in cJSON_ParseWithLengthOpts()
1484 cJSON *new_item = cJSON_New_Item(&(input_buffer->hooks)); in parse_array()
1638 cJSON *new_item = cJSON_New_Item(&(input_buffer->hooks)); in parse_object()
1940 reference = cJSON_New_Item(hooks); in create_reference()
2374 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateNull()
2385 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateTrue()
2396 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateFalse()
2407 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateBool()
2418 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateNumber()
2444 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateString()
2461 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateStringReference()
2473 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateObjectReference()
2483 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateArrayReference()
2494 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateRaw()
2511 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateArray()
2522 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateObject()
2689 newitem = cJSON_New_Item(&global_hooks); in cJSON_Duplicate()