Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.c1848 void raxRecursiveShow(int level, int lpad, raxNode *n) { in raxRecursiveShow() function
1876 raxRecursiveShow(level+1,lpad,child); in raxRecursiveShow()
1883 raxRecursiveShow(0,0,rax->head); in raxShow()