Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c1706 if (type != -1 && getClientType(client) != type) continue; in getAllClientsInfoString()
1830 if (type != -1 && getClientType(client) != type) continue; in clientCommand()
2044 int getClientType(client *c) { in getClientType() function
2081 class = getClientType(c); in checkClientOutputBufferLimits()
H A Dserver.h1474 int getClientType(client *c);