HomeSort by: relevance | last modified time | path
    Searched defs:ht_used (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/config/
hash.c 74 size_t ht_used; /* number of entries used */ member in struct:hashtab
107 ht->ht_used = 0;
225 if (++ht->ht_used > ht->ht_lim)
252 ht->ht_used--;
256 assert(ht->ht_used == 0);
284 if (++ht->ht_used > ht->ht_lim)
314 ht->ht_used--;

Completed in 109 milliseconds