Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dmodule.c2757 c->flags |= CLIENT_MODULE; in RM_Call()
3626 bc->reply_client->flags |= CLIENT_MODULE; in RM_BlockClient()
5058 moduleFreeContextReusedClient->flags |= CLIENT_MODULE; in moduleInitModulesSystem()
H A Dnetworking.c215 if (c->flags & (CLIENT_LUA|CLIENT_MODULE)) return C_OK; in prepareClientToWrite()
H A Dserver.h259 #define CLIENT_MODULE (1<<27) /* Non connected client used by some module. */ macro