Searched refs:lp_count (Results 1 – 1 of 1) sorted by relevance
342 int64_t lp_count = numfields; in streamAppendItem() local343 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() local572 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() local591 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()