Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.c1042 int trycompress = 0; /* Will be set to 1 if we should try to optimize the in raxRemove() local
1077 trycompress = 1; in raxRemove()
1084 trycompress = 1; in raxRemove()
1089 if (trycompress && ts.oom) trycompress = 0; in raxRemove()
1134 if (trycompress) { in raxRemove()