Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dbitops.c823 int end_given = 0; in bitposCommand() local
851 end_given = 1; in bitposCommand()
886 if (end_given && bit == 0 && pos == bytes*8) { in bitposCommand()