Searched refs:in_call (Results 1 – 1 of 1) sorted by relevance
53 int in_call; /* RM_Call() nesting level */ member755 module->in_call = 0; in RM_SetModuleAttribs()2761 if (ctx->module) ctx->module->in_call++; in RM_Call()2829 if (ctx->module) ctx->module->in_call--; in RM_Call()4933 if ((f->flags & REDISMODULE_CMDFILTER_NOSELF) && f->module->in_call) continue; in moduleCallCommandFilters()