Searched refs:raxTryInsert (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rax.h | 194 int raxTryInsert(rax *rax, unsigned char *s, size_t len, void *data, void **old);
|
| H A D | t_stream.c | 959 raxTryInsert(group->pel,buf,sizeof(buf),nack,NULL); in streamReplyWithRange() 961 raxTryInsert(consumer->pel,buf,sizeof(buf),nack,NULL); in streamReplyWithRange()
|
| H A D | rax.c | 909 int raxTryInsert(rax *rax, unsigned char *s, size_t len, void *data, void **old) { in raxTryInsert() function
|
| H A D | module.c | 4469 int retval = raxTryInsert(d->rax,key,keylen,ptr,NULL); in RM_DictSetC()
|