Searched refs:raxRecursiveShow (Results 1 – 1 of 1) sorted by relevance
1848 void raxRecursiveShow(int level, int lpad, raxNode *n) { in raxRecursiveShow() function1876 raxRecursiveShow(level+1,lpad,child); in raxRecursiveShow()1883 raxRecursiveShow(0,0,rax->head); in raxShow()