Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c134 #define DECOMP_CHUNK 512 macro
860 mo = allocb(DECOMP_CHUNK + state->hdrlen, BPRI_MED); in z_decompress()
871 ospace = DECOMP_CHUNK; in z_decompress()
958 mo->b_cont = allocb(DECOMP_CHUNK, BPRI_MED); in z_decompress()
969 state->strm.avail_out = ospace = DECOMP_CHUNK; in z_decompress()
H A Dbsd-comp.c208 #define DECOMP_CHUNK 256 macro
1194 if ((dmsg = allocb(DECOMP_CHUNK + db->hdrlen, BPRI_MED)) == NULL) { in bsd_decompress()
1210 blockctr = ((db->mru + 32 + DECOMP_CHUNK - 1) / DECOMP_CHUNK) + 5; in bsd_decompress()
1325 if (dlen < DECOMP_CHUNK) { in bsd_decompress()
1326 dlen = DECOMP_CHUNK; in bsd_decompress()