Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dlistpack.h58 uint32_t lpBytes(unsigned char *lp);
H A Dlistpack.c751 uint32_t lpBytes(unsigned char *lp) { in lpBytes() function
H A Dobject.c882 lpsize += lpBytes(lp); in objectComputeSize()
894 asize += lpBytes(ri.data); in objectComputeSize()
H A Drdb.c909 size_t lp_bytes = lpBytes(lp); in rdbSaveObject()
H A Dt_stream.c191 lp_bytes = lpBytes(lp); in streamAppendItem()