Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dquicklist.c1519 uint32_t head_count, uint32_t tail_count) { in _ql_verify() argument
1554 if (ql->head && head_count != ql->head->count && in _ql_verify()
1555 head_count != ziplistLen(ql->head->zl)) { in _ql_verify()
1558 head_count, ql->head->count, ziplistLen(ql->head->zl)); in _ql_verify()