Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.h192 rax *raxNew(void);
H A Dlazyfree.c120 server.cluster->slots_to_keys = raxNew(); in slotToKeyFlushAsync()
H A Dt_stream.c54 s->rax = raxNew(); in streamNew()
1622 if (s->cgroups == NULL) s->cgroups = raxNew(); in streamCreateCG()
1627 cg->pel = raxNew(); in streamCreateCG()
1628 cg->consumers = raxNew(); in streamCreateCG()
1661 consumer->pel = raxNew(); in streamLookupConsumer()
H A Ddb.c1499 server.cluster->slots_to_keys = raxNew(); in slotToKeyFlush()
H A Drax.c201 rax *raxNew(void) { in raxNew() function
H A Dmodule.c4445 d->rax = raxNew(); in RM_CreateDict()
5076 Timers = raxNew(); in moduleInitModulesSystem()
H A Dserver.c2036 server.clients_index = raxNew(); in initServer()
H A Dcluster.c504 server.cluster->slots_to_keys = raxNew(); in clusterInit()