Searched refs:newb (Results 1 – 2 of 2) sorted by relevance
51 char *newb; in getdelim() local106 newb = recallocarray(*buf, *buflen, newlen, 1); in getdelim()107 if (newb == NULL) in getdelim()109 *buf = newb; in getdelim()
10555 Bundle newb = new Bundle(other.mExtras); in fillIn() local10556 newb.putAll(mExtras); in fillIn()10557 mExtras = newb; in fillIn()