Searched refs:raxCompare (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rax.h | 204 int raxCompare(raxIterator *iter, const char *op, unsigned char *key, size_t key_len);
|
| H A D | rax.c | 1774 int raxCompare(raxIterator *iter, const char *op, unsigned char *key, size_t key_len) { in raxCompare() function
|
| H A D | module.c | 4661 int res = raxCompare(&di->ri,op,key,keylen); in RM_DictCompareC() 4669 int res = raxCompare(&di->ri,op,key->ptr,sdslen(key->ptr)); in RM_DictCompare()
|