Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_deflate.c57 #define DEFLATE_HDRLEN 2 macro
460 priv->cx.next_out = priv->outbuf + 2 + DEFLATE_HDRLEN; in ng_deflate_compress()
461 priv->cx.avail_out = outlen - 2 - DEFLATE_HDRLEN; in ng_deflate_compress()