Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c205 #define HLL_RAW 255 /* Only used internally, never exposed. */ macro
1030 } else if (hdr->encoding == HLL_RAW) { in hllCount()
1237 hdr->encoding = HLL_RAW; /* Special internal-only encoding. */ in pfcountCommand()