Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dmodule.c53 int in_call; /* RM_Call() nesting level */ member
755 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()