Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dbitops.c400 #define BITFIELDOP_GET 0 macro
932 opcode = BITFIELDOP_GET; in bitfieldCommand()
969 if (opcode != BITFIELDOP_GET) { in bitfieldCommand()
990 j += 3 - (opcode == BITFIELDOP_GET); in bitfieldCommand()