Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dquicklist.c1427 #define yell(str, ...) printf("ERROR! " str "\n\n", __VA_ARGS__) macro
1524 yell("quicklist length wrong: expected %d, got %u", len, ql->len); in _ql_verify()
1529 yell("quicklist count wrong: expected %d, got %lu", count, ql->count); in _ql_verify()
1535 yell("quicklist cached count not match actual count: expected %lu, got " in _ql_verify()
1543 yell("quicklist has different forward count than reverse count! " in _ql_verify()
1556 yell("quicklist head count wrong: expected %d, " in _ql_verify()
1564 yell("quicklist tail count wrong: expected %d, " in _ql_verify()
1578 yell("Incorrect compression: node %d is " in _ql_verify()
1588 yell("Incorrect non-compression: node %d is NOT " in _ql_verify()