Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.c395 raxNode *raxCompressNode(raxNode *n, unsigned char *s, size_t len, raxNode **child) { in raxCompressNode() function
857 raxNode *newh = raxCompressNode(h,s+i,comprsize,&child); in raxGenericInsert()