Lines Matching defs:chunks
550 newsz * tab->chunks, sizeof (htab_item_t *));
556 while (i < tab->chunks) {
608 * chunks - the number of seperated chunks of the table.
617 uint16_t chunks
626 chunks > 0) {
631 count * chunks, sizeof (htab_item_t *));
636 tab->chunks = chunks;
737 items = (htab_item_t *)calloc(tab->chunks, sizeof (htab_item_t));
791 if (i < tab->chunks) {
906 if (zhizi != NULL && i < tab->chunks) {
1018 ASSERT(tab->chunks == 1 && x != NULL);