Searched refs:CLIENT_TYPE_NORMAL (Results 1 – 2 of 2) sorted by relevance
2049 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()
278 #define CLIENT_TYPE_NORMAL 0 /* Normal req-reply clients + MONITORs */ macro