Lines Matching refs:cJSON_AddItemToArray
944 void cJSON_AddItemToArray(cJSON *array, cJSON *item) {958 cJSON_AddItemToArray(object, item);965 cJSON_AddItemToArray(object, item);967 void cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item) { cJSON_AddItemToArray(array, create_reference(item)); }997 cJSON_AddItemToArray(array, newitem);