Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dquicklist.c452 REDIS_STATIC int _quicklistNodeAllowMerge(const quicklistNode *a, in _quicklistNodeAllowMerge() function
752 if (_quicklistNodeAllowMerge(prev, prev_prev, fill)) { in _quicklistMergeNodes()
758 if (_quicklistNodeAllowMerge(next, next_next, fill)) { in _quicklistMergeNodes()
764 if (_quicklistNodeAllowMerge(center, center->prev, fill)) { in _quicklistMergeNodes()
773 if (_quicklistNodeAllowMerge(target, target->next, fill)) { in _quicklistMergeNodes()