Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_stream.c342 int64_t lp_count = numfields; in streamAppendItem() local
343 lp_count += 3; /* Add the 3 fixed fields flags + ms-diff + seq-diff. */ in streamAppendItem()
347 lp_count += numfields+1; in streamAppendItem()
349 lp = lpAppendInteger(lp,lp_count); in streamAppendItem()
571 int lp_count = lpGetInteger(si->lp_ele); in streamIteratorGetID() local
572 while(lp_count--) si->lp_ele = lpPrev(si->lp,si->lp_ele); in streamIteratorGetID()
590 int64_t lp_count = lpGetInteger(si->lp_ele); in streamIteratorGetID() local
591 if (lp_count == 0) { /* We reached the master entry. */ in streamIteratorGetID()
596 while(lp_count--) si->lp_ele = lpPrev(si->lp,si->lp_ele); in streamIteratorGetID()