Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dbitops.c286 #define BFOVERFLOW_FAIL 2 /* Used by the BITFIELD command implementation. */ macro
945 owtype = BFOVERFLOW_FAIL; in bitfieldCommand()
1051 if (!(overflow && thisop->owtype == BFOVERFLOW_FAIL)) { in bitfieldCommand()
1080 if (!(overflow && thisop->owtype == BFOVERFLOW_FAIL)) { in bitfieldCommand()