Home
last modified time | relevance | path

Searched refs:old_dibs (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/basic/
Dhashmap.c1068 dib_raw_t *old_dibs, *new_dibs; in resize_buckets() local
1134 old_dibs = (dib_raw_t*)((uint8_t*) new_storage + hi->entry_size * old_n_buckets); in resize_buckets()
1144 assert(old_dibs[idx] != DIB_RAW_REHASH); in resize_buckets()
1145 new_dibs[idx] = old_dibs[idx] == DIB_RAW_FREE ? DIB_RAW_FREE in resize_buckets()