Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dzutil.h26 #define STORED_BLOCK 0 macro
/linux-4.19.296/lib/zlib_deflate/
Ddeftree.c799 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */ in zlib_tr_stored_block()
812 send_bits(s, (STORED_BLOCK << 1), 3); in zlib_tr_stored_type_only()