Lines Matching refs:cJSON_New_Item
68 static cJSON *cJSON_New_Item(void) { in cJSON_New_Item() function
487 cJSON *c = cJSON_New_Item(); in cJSON_ParseWithOpts()
642 item->child = child = cJSON_New_Item(); in parse_array()
652 if (!(new_item = cJSON_New_Item())) in parse_array()
792 item->child = child = cJSON_New_Item(); in parse_object()
811 if (!(new_item = cJSON_New_Item())) in parse_object()
1039 cJSON *ref = cJSON_New_Item(); in create_reference()
1166 cJSON *item = cJSON_New_Item(); in cJSON_CreateNull()
1172 cJSON *item = cJSON_New_Item(); in cJSON_CreateTrue()
1178 cJSON *item = cJSON_New_Item(); in cJSON_CreateFalse()
1184 cJSON *item = cJSON_New_Item(); in cJSON_CreateBool()
1190 cJSON *item = cJSON_New_Item(); in cJSON_CreateNumber()
1199 cJSON *item = cJSON_New_Item(); in cJSON_CreateString()
1207 cJSON *item = cJSON_New_Item(); in cJSON_CreateArray()
1213 cJSON *item = cJSON_New_Item(); in cJSON_CreateObject()
1280 newitem = cJSON_New_Item(); in cJSON_Duplicate()