Lines Matching refs:encoding
184 uint8_t encoding; /* HLL_DENSE or HLL_SPARSE. */ member
576 if (hdr->encoding == HLL_DENSE) return C_OK; in hllSparseToDense()
584 hdr->encoding = HLL_DENSE; in hllSparseToDense()
986 if (hdr->encoding == HLL_DENSE) { in hllCount()
988 } else if (hdr->encoding == HLL_SPARSE) { in hllCount()
991 } else if (hdr->encoding == HLL_RAW) { in hllCount()
1029 switch(hdr->encoding) { in hllAdd()
1048 if (hdr->encoding == HLL_DENSE) { in hllMerge()
1117 hdr->encoding = HLL_SPARSE; in createHLLObject()
1138 if (hdr->encoding > HLL_MAX_ENCODING) goto invalid; in isHLLObjectOrReply()
1141 if (hdr->encoding == HLL_DENSE && in isHLLObjectOrReply()
1211 hdr->encoding = HLL_RAW; /* Special internal-only encoding. */ in pfcountCommand()
1410 if (hdr2->encoding != HLL_SPARSE) { in pfselftestCommand()
1474 if (hdr->encoding == HLL_SPARSE) { in pfdebugCommand()
1498 if (hdr->encoding != HLL_SPARSE) { in pfdebugCommand()
1531 addReplyStatus(c,encodingstr[hdr->encoding]); in pfdebugCommand()
1538 if (hdr->encoding == HLL_SPARSE) { in pfdebugCommand()