Searched refs:ntblp (Results 1 – 1 of 1) sorted by relevance
1713 struct tbl **ntblp, **otblp = tp->tbls; in tgrow() local1722 ntblp = alloc2(i, sizeof(struct tbl *), tp->areap); in tgrow()1724 memset(ntblp, 0, i * sizeof(struct tbl *)); in tgrow()1730 tp->tbls = ntblp; in tgrow()1745 pp = &ntblp[j & mask]; in tgrow()