Searched refs:new_t (Results 1 – 3 of 3) sorted by relevance
/device/google/crosshatch/json-c/ |
D | linkhash.c | 462 struct lh_table *new_t; in lh_table_resize() local 465 new_t = lh_table_new(new_size, t->name, NULL, t->hash_fn, t->equal_fn); in lh_table_resize() 468 lh_table_insert(new_t, ent->k, ent->v); in lh_table_resize() 472 t->table = new_t->table; in lh_table_resize() 474 t->head = new_t->head; in lh_table_resize() 475 t->tail = new_t->tail; in lh_table_resize() 477 free(new_t); in lh_table_resize()
|
/device/google/bonito/json-c/ |
D | linkhash.c | 462 struct lh_table *new_t; in lh_table_resize() local 465 new_t = lh_table_new(new_size, t->name, NULL, t->hash_fn, t->equal_fn); in lh_table_resize() 468 lh_table_insert(new_t, ent->k, ent->v); in lh_table_resize() 472 t->table = new_t->table; in lh_table_resize() 474 t->head = new_t->head; in lh_table_resize() 475 t->tail = new_t->tail; in lh_table_resize() 477 free(new_t); in lh_table_resize()
|
/device/google/coral/json-c/ |
D | linkhash.c | 462 struct lh_table *new_t; in lh_table_resize() local 465 new_t = lh_table_new(new_size, t->name, NULL, t->hash_fn, t->equal_fn); in lh_table_resize() 468 lh_table_insert(new_t, ent->k, ent->v); in lh_table_resize() 472 t->table = new_t->table; in lh_table_resize() 474 t->head = new_t->head; in lh_table_resize() 475 t->tail = new_t->tail; in lh_table_resize() 477 free(new_t); in lh_table_resize()
|