Searched refs:raxRemove (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rax.h | 195 int raxRemove(rax *rax, unsigned char *s, size_t len, void **old);
|
| H A D | t_stream.c | 390 raxRemove(s->rax,ri.key,ri.key_len,NULL); in streamTrimByLength() 721 raxRemove(si->stream->rax,si->ri.key,si->ri.key_len,NULL); in streamIteratorRemoveEntry() 970 raxRemove(nack->consumer->pel,buf,sizeof(buf),NULL); in streamReplyWithRange() 1685 raxRemove(cg->pel,ri.key,ri.key_len,NULL); in streamDelConsumer() 1691 raxRemove(cg->consumers,(unsigned char*)name,sdslen(name),NULL); in streamDelConsumer() 1810 raxRemove(s->cgroups,(unsigned char*)grpname,sdslen(grpname),NULL); in xgroupCommand() 1903 raxRemove(group->pel,buf,sizeof(buf),NULL); in xackCommand() 1904 raxRemove(nack->consumer->pel,buf,sizeof(buf),NULL); in xackCommand() 2275 raxRemove(nack->consumer->pel,buf,sizeof(buf),NULL); in xclaimCommand()
|
| H A D | rax.c | 894 assert(raxRemove(rax,s,i,NULL) != 0); in raxGenericInsert() 1020 int raxRemove(rax *rax, unsigned char *s, size_t len, void **old) { in raxRemove() function
|
| H A D | module.c | 4328 raxRemove(Timers,(unsigned char*)ri.key,ri.key_len,NULL); in moduleTimerHandler() 4398 raxRemove(Timers,(unsigned char*)&id,sizeof(id),NULL); in RM_StopTimer() 4514 int retval = raxRemove(d->rax,key,keylen,oldval); in RM_DictDelC()
|
| H A D | db.c | 1484 raxRemove(server.cluster->slots_to_keys,indexed,keylen+2,NULL); in slotToKeyUpdateKey()
|
| H A D | networking.c | 807 raxRemove(server.clients_index,(unsigned char*)&id,sizeof(id),NULL); in unlinkClient()
|