block_type
uint64_t block_type;
block_type = *((uint64_t *)zapbuf);
if (block_type == ZBT_MICRO) {
} else if (block_type == ZBT_HEADER) {
block_type = (unsigned) b & 3;
if (block_type == INFLATE_STORED)
if (block_type == INFLATE_FIXED)
if (block_type == INFLATE_DYNAMIC)
if (block_type > INFLATE_DYNAMIC)
if (block_type == INFLATE_STORED)
static int block_type;
uint64_t block_type = *(uint64_t *)vbuf;
if (block_type == ZBT_LEAF || block_type == BSWAP_64(ZBT_LEAF))
uint64_t block_type = *(uint64_t *)buf;
if (block_type == ZBT_MICRO || block_type == BSWAP_64(ZBT_MICRO)) {