Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/compress/
H A Dzopen.c106 code_int zs_maxmaxcode; /* Should NEVER generate this code. */ member
231 zs->zs_maxmaxcode = 1L << zs->zs_maxbits; in zwrite()
295 if (zs->zs_free_ent < zs->zs_maxmaxcode) { in zwrite()
424 zs->zs_maxcode = zs->zs_maxmaxcode; in output()
505 zs->zs_maxmaxcode = 1L << zs->zs_maxbits; in zread()
572 if ((zs->zs_code = zs->zs_free_ent) < zs->zs_maxmaxcode) { in zread()
613 zs->zs_maxcode = zs->zs_maxmaxcode; in getcode()
748 zs->zs_maxmaxcode = 1 << zs->zs_maxbits; in z_wopen()
778 zs->zs_maxmaxcode = 1 << zs->zs_maxbits; in z_ropen()
/openbsd-src/sbin/savecore/
H A Dzopen.c106 code_int zs_maxmaxcode; /* Should NEVER generate this code. */ member
230 zs->zs_maxmaxcode = 1L << zs->zs_maxbits; in zwrite()
294 if (zs->zs_free_ent < zs->zs_maxmaxcode) { in zwrite()
426 zs->zs_maxcode = zs->zs_maxmaxcode; in output()
562 zs->zs_maxmaxcode = 1 << zs->zs_maxbits; in z_open()