Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dlistpack.c98 #define lpGetTotalBytes(p) (((uint32_t)(p)[0]<<0) | \ macro
429 unsigned char *p = lp+lpGetTotalBytes(lp)-1; /* Seek EOF element. */ in lpLast()
639 uint64_t old_listpack_bytes = lpGetTotalBytes(lp); in lpInsert()
737 uint64_t listpack_bytes = lpGetTotalBytes(lp); in lpAppend()
752 return lpGetTotalBytes(lp); in lpBytes()