Searched refs:tbl_array (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dhash.h38 HENT **tbl_array; member in struct:htbl
H A Dhash.c36 entry = tb->tbl_array[hash & tb->tbl_max];
64 oentry = &(tb->tbl_array[hash & tb->tbl_max]);
113 oentry = &(tb->tbl_array[hash & tb->tbl_max]);
144 a = (HENT**) saferealloc((char*)tb->tbl_array, newsize * sizeof(HENT*));
147 tb->tbl_array = a;
175 tb->tbl_array = (HENT**) safemalloc(8 * sizeof(HENT*));
179 memset(tb->tbl_array, 0, 8 * sizeof(HENT*));
216 entry = tb->tbl_array[tb->tbl_riter];

Completed in 30 milliseconds