Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.h194 int raxTryInsert(rax *rax, unsigned char *s, size_t len, void *data, void **old);
H A Dt_stream.c959 raxTryInsert(group->pel,buf,sizeof(buf),nack,NULL); in streamReplyWithRange()
961 raxTryInsert(consumer->pel,buf,sizeof(buf),nack,NULL); in streamReplyWithRange()
H A Drax.c909 int raxTryInsert(rax *rax, unsigned char *s, size_t len, void *data, void **old) { in raxTryInsert() function
H A Dmodule.c4469 int retval = raxTryInsert(d->rax,key,keylen,ptr,NULL); in RM_DictSetC()