Home
last modified time | relevance | path

Searched refs:full_prev (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
871 full_prev = 1; in _quicklistInsert()
905 } else if (full && at_head && node->prev && !full_prev && !after) { in _quicklistInsert()
916 (at_head && node->prev && full_prev && !after))) { in _quicklistInsert()