Searched refs:lp_ele (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_stream.c | 283 lp_ele = lpNext(lp,lp_ele); /* seek deleted. */ in streamAppendItem() 289 lp_ele = lpNext(lp,lp_ele); in streamAppendItem() 300 lp_ele = lpNext(lp,lp_ele); in streamAppendItem() 559 si->lp_ele = lpNext(si->lp,si->lp_ele); in streamIteratorGetID() 574 si->lp_ele = lpPrev(si->lp,si->lp_ele); in streamIteratorGetID() 584 si->lp_ele = lpNext(si->lp,si->lp_ele); in streamIteratorGetID() 608 si->lp_ele = lpNext(si->lp,si->lp_ele); in streamIteratorGetID() 610 si->lp_ele = lpNext(si->lp,si->lp_ele); in streamIteratorGetID() 620 si->lp_ele = lpNext(si->lp,si->lp_ele); in streamIteratorGetID() 684 si->lp_ele = lpNext(si->lp,si->lp_ele); in streamIteratorGetField() [all …]
|
| H A D | stream.h | 41 unsigned char *lp_ele; /* Current listpack cursor. */ member
|