Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dquicklist.c834 int full = 0, at_tail = 0, at_head = 0, full_next = 0, full_prev = 0; in _quicklistInsert() local
862 full_next = 1; in _quicklistInsert()
895 } else if (full && at_tail && node->next && !full_next && after) { in _quicklistInsert()
915 } else if (full && ((at_tail && node->next && full_next && after) || in _quicklistInsert()