Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.h168 #define RAX_ITER_STATIC_LEN 128 macro
182 unsigned char key_static_string[RAX_ITER_STATIC_LEN];
H A Drax.c1261 it->key_max = RAX_ITER_STATIC_LEN; in raxStart()