Lines Matching refs:newchild
1275 cJSON *newitem, *cptr, *nptr = 0, *newchild;1307 newchild = cJSON_Duplicate(1310 if (!newchild) {1315 nptr->next = newchild, newchild->prev = nptr;1316 nptr = newchild;1320 newitem->child = newchild;1321 nptr = newchild;