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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Ddeflate.c140 #define DECOMP_CHUNK 512 macro
602 mo = allocb(DECOMP_CHUNK + state->hdrlen, BPRI_MED);
609 ospace = DECOMP_CHUNK;
671 mo->b_cont = allocb(DECOMP_CHUNK, BPRI_MED);
678 state->strm.avail_out = ospace = DECOMP_CHUNK;
H A Dbsd-comp.c207 #define DECOMP_CHUNK 256 macro
904 if ((dmsg = allocb(DECOMP_CHUNK + db->hdrlen, BPRI_MED)) == NULL)
1004 if (dlen < DECOMP_CHUNK)
1005 dlen = DECOMP_CHUNK;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Ddeflate.c128 #define DECOMP_CHUNK 512 macro
590 mo = allocb(DECOMP_CHUNK + state->hdrlen, BPRI_MED);
597 ospace = DECOMP_CHUNK;
659 mo->b_cont = allocb(DECOMP_CHUNK, BPRI_MED);
666 state->strm.avail_out = ospace = DECOMP_CHUNK;
H A Dbsd-comp.c203 #define DECOMP_CHUNK 256 macro
900 if ((dmsg = allocb(DECOMP_CHUNK + db->hdrlen, BPRI_MED)) == NULL)
1000 if (dlen < DECOMP_CHUNK)
1001 dlen = DECOMP_CHUNK;

Completed in 69 milliseconds