Home
last modified time | relevance | path

Searched refs:raxInsert (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Drax.h193 int raxInsert(rax *rax, unsigned char *s, size_t len, void *data, void **old);
H A Dt_stream.c268 raxInsert(s->rax,(unsigned char*)&rax_key,sizeof(rax_key),lp,NULL); in streamAppendItem()
353 raxInsert(s->rax,(unsigned char*)&rax_key,sizeof(rax_key),lp,NULL); in streamAppendItem()
457 raxInsert(s->rax,ri.key,ri.key_len,lp,NULL); in streamTrimByLength()
731 raxInsert(si->stream->rax,si->ri.key,si->ri.key_len,lp,NULL); in streamIteratorRemoveEntry()
976 raxInsert(consumer->pel,buf,sizeof(buf),nack,NULL); in streamReplyWithRange()
1630 raxInsert(s->cgroups,(unsigned char*)name,namelen,cg,NULL); in streamCreateCG()
1662 raxInsert(cg->consumers,(unsigned char*)name,sdslen(name), in streamLookupConsumer()
2257 raxInsert(group->pel,buf,sizeof(buf),nack,NULL); in xclaimCommand()
2287 raxInsert(consumer->pel,buf,sizeof(buf),nack,NULL); in xclaimCommand()
H A Drdb.c1670 int retval = raxInsert(s->rax, in rdbLoadObject()
1714 if (!raxInsert(cgroup->pel,rawid,sizeof(rawid),nack,NULL)) in rdbLoadObject()
1748 if (!raxInsert(consumer->pel,rawid,sizeof(rawid),nack,NULL)) in rdbLoadObject()
H A Ddefrag.c702 raxInsert(ctx->cg->pel, ri->key, ri->key_len, newnack, &prev); in defragStreamConsumerPendingEntry()
H A Ddb.c1482 raxInsert(server.cluster->slots_to_keys,indexed,keylen+2,NULL,NULL); in slotToKeyUpdateKey()
H A Drax.c902 int raxInsert(rax *rax, unsigned char *s, size_t len, void *data, void **old) { in raxInsert() function
H A Dmodule.c4357 raxInsert(Timers,(unsigned char*)&key,sizeof(key),timer,NULL); in RM_CreateTimer()
4476 int retval = raxInsert(d->rax,key,keylen,ptr,NULL); in RM_DictReplaceC()
H A Dnetworking.c83 raxInsert(server.clients_index,(unsigned char*)&id,sizeof(id),c,NULL); in linkClient()