Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c2049 return CLIENT_TYPE_NORMAL; in getClientType()
2053 if (!strcasecmp(name,"normal")) return CLIENT_TYPE_NORMAL; in getClientTypeByName()
2063 case CLIENT_TYPE_NORMAL: return "normal"; in getClientTypeName()
2084 if (class == CLIENT_TYPE_MASTER) class = CLIENT_TYPE_NORMAL; in checkClientOutputBufferLimits()
H A Dserver.h278 #define CLIENT_TYPE_NORMAL 0 /* Normal req-reply clients + MONITORs */ macro