Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.c1852 int numchars = printf("%c%.*s%c", s, n->size, n->data, e); in raxRecursiveShow() local
1854 numchars += printf("=%p",raxGetData(n)); in raxRecursiveShow()
1862 if (numchildren == 1) lpad += numchars; in raxRecursiveShow()