Home
last modified time | relevance | path

Searched defs:newitem (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/loader/
DcJSON.c1119 void cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem) { in cJSON_InsertItemInArray()
1135 void cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem) { in cJSON_ReplaceItemInArray()
1153 cJSON *newitem) { in cJSON_ReplaceItemInObject()
1275 cJSON *newitem, *cptr, *nptr = 0, *newchild; in cJSON_Duplicate() local