Home | Sort by: relevance | last modified time | path |
/src/usr.bin/config/ | |
hash.c | 117 struct hashenthead *h, *oldh; local in function:ht_expand 125 oldh = ht->ht_tab; 128 while ((p = TAILQ_FIRST(&oldh[i])) != NULL) { 129 TAILQ_REMOVE(&oldh[i], p, h_next); |