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

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

Completed in 330 milliseconds