Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.h181 size_t key_max; /* Max key len the current key buffer can hold. */ member
H A Drax.c1261 it->key_max = RAX_ITER_STATIC_LEN; in raxStart()
1271 if (it->key_max < it->key_len+len) { in raxIteratorAddChars()
1282 it->key_max = new_max; in raxIteratorAddChars()