Lines Matching refs:opcode
897 int opcode; /* Operation id. */ member
915 int opcode; /* Current operation code. */ in bitfieldCommand() local
921 opcode = BITFIELDOP_GET; in bitfieldCommand()
923 opcode = BITFIELDOP_SET; in bitfieldCommand()
925 opcode = BITFIELDOP_INCRBY; in bitfieldCommand()
958 if (opcode != BITFIELDOP_GET) { in bitfieldCommand()
972 ops[numops].opcode = opcode; in bitfieldCommand()
978 j += 3 - (opcode == BITFIELDOP_GET); in bitfieldCommand()
1000 if (thisop->opcode == BITFIELDOP_SET || in bitfieldCommand()
1001 thisop->opcode == BITFIELDOP_INCRBY) in bitfieldCommand()
1017 if (thisop->opcode == BITFIELDOP_INCRBY) { in bitfieldCommand()
1047 if (thisop->opcode == BITFIELDOP_INCRBY) { in bitfieldCommand()