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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dhsearch.c212 unsigned int local_length; local
219 local_length = 1; /* Maximum entries in table */
223 local_length <<= 1;
227 local_table = (TABELEM *) calloc(local_length, sizeof (TABELEM));
232 length = local_length;

Completed in 20 milliseconds