Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Ddeflate.c51 static u_char EMPTY_BLOCK[4] = { 0x00, 0x00, 0xff, 0xff }; variable
329 state->cx.next_in = EMPTY_BLOCK; in DeflateInput()
330 state->cx.avail_in = sizeof EMPTY_BLOCK; in DeflateInput()
/freebsd/sys/netgraph/
H A Dng_deflate.c533 static u_char EMPTY_BLOCK[4] = { 0x00, 0x00, 0xff, 0xff }; in ng_deflate_decompress() local
618 priv->cx.next_in = EMPTY_BLOCK; in ng_deflate_decompress()