Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c852 if (c->flags & CLIENT_PROTECTED) { in freeClient()
1095 if (c->flags & CLIENT_PROTECTED) continue; in handleClientsWithPendingWrites()
1162 c->flags |= CLIENT_PROTECTED; in protectClient()
1169 if (c->flags & CLIENT_PROTECTED) { in unprotectClient()
1170 c->flags &= ~CLIENT_PROTECTED; in unprotectClient()
H A Dserver.h260 #define CLIENT_PROTECTED (1<<28) /* Client should not be freed for now. */ macro