Searched refs:EMPTY_BLOCK (Results 1 – 2 of 2) sorted by relevance
51 static u_char EMPTY_BLOCK[4] = { 0x00, 0x00, 0xff, 0xff }; variable329 state->cx.next_in = EMPTY_BLOCK; in DeflateInput()330 state->cx.avail_in = sizeof EMPTY_BLOCK; in DeflateInput()
533 static u_char EMPTY_BLOCK[4] = { 0x00, 0x00, 0xff, 0xff }; in ng_deflate_decompress() local618 priv->cx.next_in = EMPTY_BLOCK; in ng_deflate_decompress()