Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dquicklist.c1573 unsigned int high_raw = ql->len - ql->compress; in _ql_verify() local
1576 if (node && (at < low_raw || at >= high_raw)) { in _ql_verify()
1581 at, ql->compress, low_raw, high_raw, ql->len, node->sz, in _ql_verify()
1591 at, ql->compress, low_raw, high_raw, ql->len, node->sz, in _ql_verify()
2608 unsigned int high_raw = ql->len - ql->compress; in quicklistTest() local
2612 if (at < low_raw || at >= high_raw) { in quicklistTest()
2617 at, depth, low_raw, high_raw, ql->len, in quicklistTest()
2625 at, depth, low_raw, high_raw, ql->len, in quicklistTest()