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

/freebsd-10.2-release/sys/netgraph/
H A Dng_deflate.c60 #define DEFLATE_BUF_SIZE 4096 macro
65 u_char inbuf[DEFLATE_BUF_SIZE]; /* input buffer */
66 u_char outbuf[DEFLATE_BUF_SIZE]; /* output buffer */
458 if (inlen > DEFLATE_BUF_SIZE) {
473 outlen = DEFLATE_BUF_SIZE;
551 if (inlen > DEFLATE_BUF_SIZE) {
595 outlen = DEFLATE_BUF_SIZE;

Completed in 156 milliseconds