Searched refs:DECOMP_CHUNK (Results 1 – 2 of 2) sorted by relevance
134 #define DECOMP_CHUNK 512 macro860 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()
210 #define DECOMP_CHUNK 256 macro1196 if ((dmsg = allocb(DECOMP_CHUNK + db->hdrlen, BPRI_MED)) == NULL) { in bsd_decompress()1212 blockctr = ((db->mru + 32 + DECOMP_CHUNK - 1) / DECOMP_CHUNK) + 5; in bsd_decompress()1327 if (dlen < DECOMP_CHUNK) { in bsd_decompress()1328 dlen = DECOMP_CHUNK; in bsd_decompress()