Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.c217 raxNode *raxReallocForData(raxNode *n, void *data) { in raxReallocForData() function
527 h = raxReallocForData(h,data); in raxGenericInsert()
876 raxNode *newh = raxReallocForData(h,data); in raxGenericInsert()