Lines Matching refs:cJSON_New_Item
68 static cJSON *cJSON_New_Item(void) { in cJSON_New_Item() function
484 cJSON *c = cJSON_New_Item(); in cJSON_ParseWithOpts()
639 item->child = child = cJSON_New_Item(); in parse_array()
649 if (!(new_item = cJSON_New_Item())) in parse_array()
789 item->child = child = cJSON_New_Item(); in parse_object()
808 if (!(new_item = cJSON_New_Item())) in parse_object()
1036 cJSON *ref = cJSON_New_Item(); in create_reference()
1163 cJSON *item = cJSON_New_Item(); in cJSON_CreateNull()
1169 cJSON *item = cJSON_New_Item(); in cJSON_CreateTrue()
1175 cJSON *item = cJSON_New_Item(); in cJSON_CreateFalse()
1181 cJSON *item = cJSON_New_Item(); in cJSON_CreateBool()
1187 cJSON *item = cJSON_New_Item(); in cJSON_CreateNumber()
1196 cJSON *item = cJSON_New_Item(); in cJSON_CreateString()
1204 cJSON *item = cJSON_New_Item(); in cJSON_CreateArray()
1210 cJSON *item = cJSON_New_Item(); in cJSON_CreateObject()
1277 newitem = cJSON_New_Item(); in cJSON_Duplicate()