Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_deflate.c59 #define DEFLATE_BUF_SIZE 4096 macro
64 u_char inbuf[DEFLATE_BUF_SIZE]; /* input buffer */
65 u_char outbuf[DEFLATE_BUF_SIZE]; /* output buffer */
432 if (inlen > DEFLATE_BUF_SIZE) { in ng_deflate_compress()
447 outlen = DEFLATE_BUF_SIZE; in ng_deflate_compress()
540 if (inlen > DEFLATE_BUF_SIZE) { in ng_deflate_decompress()
584 outlen = DEFLATE_BUF_SIZE; in ng_deflate_decompress()
663 priv->cx.avail_out = DEFLATE_BUF_SIZE; in ng_deflate_decompress()
676 priv->cx.avail_out = DEFLATE_BUF_SIZE; in ng_deflate_decompress()