Home
last modified time | relevance | path

Searched refs:cl_hash (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/compress/
H A Dzopen.c198 static void cl_hash(struct s_zstate *, count_int);
278 cl_hash(zs, (count_int)hsize_reg); /* Clear hash table. */ in zwrite()
649 cl_hash(zs, (count_int) hsize); in cl_block()
659 cl_hash(struct s_zstate *zs, count_int cl_hsize) /* Reset code table. */ in cl_hash() function