Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dziplist.c202 #define ZIP_STR_MASK 0xc0 macro
225 #define ZIP_IS_STR(enc) (((enc) & ZIP_STR_MASK) < ZIP_STR_MASK)
302 if ((encoding) < ZIP_STR_MASK) (encoding) &= ZIP_STR_MASK; \
373 if ((encoding) < ZIP_STR_MASK) { \