Lines Matching refs:cJSON_New_Item
208 static cJSON *cJSON_New_Item(const internal_hooks *const hooks) in cJSON_New_Item() function
896 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()
1878 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateString()
1893 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateStringReference()
1904 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateObjectReference()
1915 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateArrayReference()
1926 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateRaw()
1941 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateArray()
1949 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateObject()
2087 newitem = cJSON_New_Item(&global_hooks); in cJSON_Duplicate()