Searched refs:raxInsert (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rax.h | 193 int raxInsert(rax *rax, unsigned char *s, size_t len, void *data, void **old);
|
| H A D | t_stream.c | 268 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 D | rdb.c | 1670 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 D | defrag.c | 702 raxInsert(ctx->cg->pel, ri->key, ri->key_len, newnack, &prev); in defragStreamConsumerPendingEntry()
|
| H A D | db.c | 1482 raxInsert(server.cluster->slots_to_keys,indexed,keylen+2,NULL,NULL); in slotToKeyUpdateKey()
|
| H A D | rax.c | 902 int raxInsert(rax *rax, unsigned char *s, size_t len, void *data, void **old) { in raxInsert() function
|
| H A D | module.c | 4357 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 D | networking.c | 83 raxInsert(server.clients_index,(unsigned char*)&id,sizeof(id),c,NULL); in linkClient()
|