Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.c194 node->iscompr = 0; in raxNewNode()
255 assert(n->iscompr == 0); in raxAddChild()
419 n->iscompr = 1; in raxCompressNode()
467 if (h->iscompr) { in raxLowWalk()
675 if (h->iscompr && i != len) { in raxGenericInsert()
822 trimmed->iscompr = j > 1; in raxGenericInsert()
952 if (parent->iscompr) { in raxRemoveChild()
956 parent->iscompr = 0; in raxRemoveChild()
1178 new->iscompr = 1; in raxRemove()
1414 if (it->node->iscompr) { in raxSeekGreatest()
[all …]
H A Drax.h101 uint32_t iscompr:1; /* Node is compressed. */ member