Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/tests/modules/
H A Dcommandfilter.c11 static int in_log_command = 0; variable
60 in_log_command = 1; in CommandFilter_LogCommand()
72 in_log_command = 0; in CommandFilter_LogCommand()
79 … if (in_log_command) return; /* don't process our own RM_Call() from CommandFilter_LogCommand() */ in CommandFilter_CommandFilter()