Searched refs:ZBI_FLAG_STORAGE_COMPRESSED (Results 1 – 2 of 2) sorted by relevance
266 #define ZBI_FLAG_STORAGE_COMPRESSED (0x00000001) macro
432 assert(header_.flags & ZBI_FLAG_STORAGE_COMPRESSED); in Init()1062 return (header_.flags & ZBI_FLAG_STORAGE_COMPRESSED) && !compress_; in AlreadyCompressed()1200 item->header_.flags &= ~ZBI_FLAG_STORAGE_COMPRESSED; in CreateFromCompressed()1442 header_.flags |= ZBI_FLAG_STORAGE_COMPRESSED; in Item()
Completed in 11 milliseconds